Hi.
I'm trying to get this scenario and can't get it working.
My Radgrid is bounded to a LinQDatasource.
In edit or insert mode, I need to filter each DropDownColumn with the values of previous one
(DropDown 1: Family, DropDown2 (Part Number), DropDown3 (Description) etc...)
So, in my DataSource, i have several tables (Family, Parts....), linked by hard links.
I have already managed to get all the DropDownColumn correctly populated, each with a different DS.
My problem is that I can't get the value of the first dropdown column to get only the good rows from the second datasource.
There is no ControlID on the GridDropDownColumn, so I can't use it in the controlParameter.
Should I use the selected event of the LinQDataSource to filter the results ?
Thanks in advance.
I'm trying to get this scenario and can't get it working.
My Radgrid is bounded to a LinQDatasource.
In edit or insert mode, I need to filter each DropDownColumn with the values of previous one
(DropDown 1: Family, DropDown2 (Part Number), DropDown3 (Description) etc...)
So, in my DataSource, i have several tables (Family, Parts....), linked by hard links.
I have already managed to get all the DropDownColumn correctly populated, each with a different DS.
My problem is that I can't get the value of the first dropdown column to get only the good rows from the second datasource.
There is no ControlID on the GridDropDownColumn, so I can't use it in the controlParameter.
Should I use the selected event of the LinQDataSource to filter the results ?
Thanks in advance.