Hi.
Do you have any example where, when we edit or add a row, has dropdowns to select value.
I am using asp.net mvc 3.0 and EF
EDIT:
I am using this example http://samples.infragistics.com/jquery/combo-box/grid-editor, but I am getting error:
CS1061: 'Infragistics.Web.Mvc.ColumnUpdatingSettingWrapper' does not contain a definition for 'ComboEditorOptions' and no extension method 'ComboEditorOptions' accepting a first argument of type 'Infragistics.Web.Mvc.ColumnUpdatingSettingWrapper' could be found (are you missing a using directive or an assembly reference?)
Hi vaishalibharat,
The ComboEditorOptions in the updating was added in the latest Service releace.
If you are using the released version this will not work. You have to get the latest service releace to use ComboEditorOptions
Hope this helps,
Nadia Robakova