Rebind RadGrid dropdown based on another dropdown selection, in BatchEdit mode

1 Answer 83 Views
Ajax DropDownList Grid
Josif
Top achievements
Rank 1
Josif asked on 08 Dec 2022, 05:52 PM
How to update/rebind RadDropDownList sql source when a user selected a value in a dropdownlist in another column?
Can you please provide a how-to example in VB.net. This is urgent. Please help.
Thanks.

1 Answer, 1 is accepted

Sort by
0
Valentin Dragnev
Telerik team
answered on 13 Dec 2022, 04:02 PM

Hello Josif,

When the Grid is set to EditMode="Batch", the interaction with the Grid is done on the Client-Side (JavaScript based). Any PostBack will interrupt the BatchEditing so if the DropDown controls are bound on the server they cannot be rebound while the EditMode is set to Batch. For more details, you can check out the RadGrid Batch Editing Templates and Specifics

It is possible to create Cascading Combos/DropDowns in BatchEditing, only if you are binding the Controls on the client as well as interacting with them on the Client.

Here are two examples demonstrating the Cascading scenarios with Batch Editing:

I hope this will help clarify the question as well as guide you to implement the Cascading scenario for Batch editing.

Best Regards,
Valentin Dragnev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Ajax DropDownList Grid
Asked by
Josif
Top achievements
Rank 1
Answers by
Valentin Dragnev
Telerik team
Share this question
or