devexpress mvc - Where to set EnableRowsCache for Dev Express MVC GridView -


I am following the instructions for enabling caching in the Dev Express Gridview for Net Express, but I do not Assuming the Property EnableRowsCache is looking at my references, we are using v13.1. If I search my object browser in Visual Studio, then I see the property on the ASPX Grid View.

My code looks like this:

  var gridComboBox = Html.DevExpress (). Gridview (settings = & gt; {settings.SettingsText.Title = "account information"} settings .name = "gvCustomerAccounts"; Settings.Enable RowsCache = true; // does not compile, it is also marked by Resharper   

Was this property introduced in later versions, or is it not suitable for this gridview, or am I using it wrong? < P>

According to Dev Express support, this property is not available after my version Krn v2013 vol was added 2.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -