This is a migrated thread and some comments may be shown as answers.

EditForms + Postback+ Lose CommandName

1 Answer 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lasly
Top achievements
Rank 1
Lasly asked on 29 Dec 2011, 05:16 PM
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

1 Answer, 1 is accepted

Sort by
0
Accepted
Antonio Stoilkov
Telerik team
answered on 30 Dec 2011, 04:09 PM
Hello Lasly,

I have assembled a sample project demonstrating RadComboBox in EditFormSettings FormTemplate with EditMode equal to EditForms. You could use the application for your reference. If you problem persists we will need sample code to further investigate the issue.

Kind regards,
Antonio Stoilkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Lasly
Top achievements
Rank 1
Answers by
Antonio Stoilkov
Telerik team
Share this question
or