Hi ,
I am experiencing strange behavior from RadComboBox located inside Radgrid's edit form template,
if I used inplace editmod works.
I have 3 cascading combobox.
When I doing the second postback (by combobox) fires the ItemCommand.
The CommandName property lose values. Instead of "InitInsert" is random .
The combo becomes empty and the EditMode becomes inplace.
With the same code :
If I use GridEditMode.EditForms the second postback (generated by combos) fires itemCommand_events.
If i use GridEditMode.inPlace the second postback (generated by combos) don't fires itemCommand_events.
Can you send me an example of RadGrid ,GridEditMode.EditForms ,with cascading combobox loaded programmatically? (c #)
Thanks
I am experiencing strange behavior from RadComboBox located inside Radgrid's edit form template,
if I used inplace editmod works.
I have 3 cascading combobox.
When I doing the second postback (by combobox) fires the ItemCommand.
The CommandName property lose values. Instead of "InitInsert" is random .
The combo becomes empty and the EditMode becomes inplace.
With the same code :
If I use GridEditMode.EditForms the second postback (generated by combos) fires itemCommand_events.
If i use GridEditMode.inPlace the second postback (generated by combos) don't fires itemCommand_events.
Can you send me an example of RadGrid ,GridEditMode.EditForms ,with cascading combobox loaded programmatically? (c #)
Thanks