Hello everybody,
I have two problems with dependent GridDropDownColumns in my project.
I have to Lists in my RadGrid. The second list has to display a sub-set of data, which is based on the selection in the first list
For this problem I found a nearly working solution in the Post under this Link.
This Post refers to a Demo on the Telerik page: Demo
If I realize it like in the demo, it works fine in all rows except the last one. Here the second list is not refreshed, even if all relevant events were fired like in all other rows. This Problem occurs in the Telerik Demo, too.
The second problem is, that it didn't work on insert either.
The technical stuff:
I Use RadControls for ASPNET AJAX Q3 2008 with VS 2008 SP1 under WinXP SP3.
With a bit more searching I found a second demo from Telerik with the same problem:
http://demos.telerik.com/aspnet-ajax/Grid/Examples/Programming/AccessingCellsAndRows/DefaultCS.aspx
This one has RadComboBoxes instead of DropDownLists for the GridDropDownColumns like my coding.
Greetings
Thomas
I have two problems with dependent GridDropDownColumns in my project.
I have to Lists in my RadGrid. The second list has to display a sub-set of data, which is based on the selection in the first list
For this problem I found a nearly working solution in the Post under this Link.
This Post refers to a Demo on the Telerik page: Demo
If I realize it like in the demo, it works fine in all rows except the last one. Here the second list is not refreshed, even if all relevant events were fired like in all other rows. This Problem occurs in the Telerik Demo, too.
The second problem is, that it didn't work on insert either.
The technical stuff:
I Use RadControls for ASPNET AJAX Q3 2008 with VS 2008 SP1 under WinXP SP3.
With a bit more searching I found a second demo from Telerik with the same problem:
http://demos.telerik.com/aspnet-ajax/Grid/Examples/Programming/AccessingCellsAndRows/DefaultCS.aspx
This one has RadComboBoxes instead of DropDownLists for the GridDropDownColumns like my coding.
Greetings
Thomas