Hello
I have a dropdownlist with two options and one radgrid. The dropdown list options are "populate radgrid with table A" and "populate radgrid with table B". Basically, the radgrid datasource is set and bound, depending on the selection in the dropdown (on form load). That works absolutely fine. I enable sorting on the radgrid - this works absolutely fine too.
However, when filtering is enabled on the grid, it fails to filter at all.
I am not sure if I am going about this the incorrect way with the dropdown list. Maybe someone can provide an alternative method or a solution to the problem. I believe the problem is that the filter result is overriden by the On Load even data population.
Any info. appreciated
Thanks
R
I have a dropdownlist with two options and one radgrid. The dropdown list options are "populate radgrid with table A" and "populate radgrid with table B". Basically, the radgrid datasource is set and bound, depending on the selection in the dropdown (on form load). That works absolutely fine. I enable sorting on the radgrid - this works absolutely fine too.
However, when filtering is enabled on the grid, it fails to filter at all.
I am not sure if I am going about this the incorrect way with the dropdown list. Maybe someone can provide an alternative method or a solution to the problem. I believe the problem is that the filter result is overriden by the On Load even data population.
Any info. appreciated
Thanks
R