Hi,I am trying to execute this example:http://samples.infragistics.com/jquery/grid/row-editing-api
but, when I am coding this part of the code:
.Features(features => { features.Sorting(); features.Paging().PageSize(30);features.Updating().EnableAddRow(false).EnableDeleteRow(false).ColumnSettings(settings => { settings.ColumnSetting().ColumnKey("ProductID").ReadOnly(true); settings.ColumnSetting().ColumnKey("Name");settings.ColumnSetting().ColumnKey("ModifiedDate").EditorType(ColumnEditorType.DatePicker).EditorOptions("minValue:new Date(1955, 1, 19), maxValue: new Date(), required: true"); ......
the method EnableAddRow doesn't exist as a method.
I've added the Infragistics.Web.MVC dll on my project. do I need something else more?
We have the Ultimate license, and I am installed all the products.
Thanks in advance
Hello,
Thank you for the update. Based on your response (November 18th ) on forum thread below, I understand you were able to run the grid editor sample:
<http://forums.infragistics.com/forums/t/62446.aspx>
Update me if you need any further assistance with Row adding feature.
it doesn't work
http://forums.infragistics.com/forums/t/62446.aspx
hey,
yes you have 2011.2 license. You can download from here:
http://ko.infragistics.com/dotnet/netadvantage/jquery-controls.aspx#Downloads
Thanks
Angel
Hi,
how can I update the version of infragistics.I know we paid a license for one year.
where can I find the upgrade.
The Updating feature was a CTP in 2011.1 and some of its API has changed in 2011.2. If you are using the sample code from 2011.2 samples, and loading the 2011.1 assemblies that could be the issue.