Hello,
Wondering if anyone else has implemented this; I have a section of a form where each row of a datagrid needs to contain two cascading dropdowns. The first dropdown is the Hazard Category the Second is the Hazard type. This is very specific to the location data so it's filtered to start with.
Now if this was a normal cascading dropdown outside of a datagrid it's very easy to setup but I'm struggling with the syntax to filter the values when it's inside a datagrid.
it seems like I should be able to do something like show = item.HazardCategory === data.ControlDataGrid.HazardType but that's clearly not the case.
Anyone else been able to setup something like this?
Thanks!