Datagrid InLine Editing - Dropdown Refresh

I have a datagrid where each row comprises multiple dropdown lists. When I select a value in one dropdown box 1, I want to refresh the list of options available in dropdown box 2. What's the best way to do this, please, in terms of capturing an event triggered by the selection a value in dropdown box 1?

Cheers
Reg

Hi @SolutionJ,

You need to re-populate the variables assigned to Data property of other DropDown components on Change event of the current DropDown.

But there is no Change event available for a datagrid column is there?

The Change event is on the DropDown declared in your DataGrid column EditTemplate.

Is there an example of this in any of your demos please?

No, there isn't such example however you can easily use this demo to test my suggestion:

Actually, not needed. Thanks for the help @enchev