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

Cascading Dropdowns in Batch EditMode

1 Answer 145 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Puja
Top achievements
Rank 1
Puja asked on 12 Sep 2018, 09:28 AM

I have a RadGrid with Batch EditMode wherein I have two RadCombobox 'ProdID' and 'ProdDescription' .

On the click of Add New Button in GridDropDownColumn which is Combobox which populates the first Comobox(ProdID).On the IndexChange of ProdID I need to grab the selected value and query upon database to fetch the values of second RadCombox(Prod Description)

Please tell me how to achieve this with code sample

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 12 Sep 2018, 09:38 AM
Hi Puja,

You can find a similar example here: https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/client-side-programming/events/onbatcheditopened.

There are two important bits to note:

 


Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Puja
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or