So I have a RadGrid that is setup to use a combination of default filtering and customized filtering.
I have implemented custom filtering with a dropdownlist on a column based on the article found here.
I am having issues though when I filter on the custom column first and then try to filter using one of the existing default filtering columns. I can detect the event in the ItemCommand event of the RadGrid, but I cannot find the search string at run time in the server side code.
So for example, I first filter my grid on my custom State column by filtering on "Georgia". And then I try to filter on a default filtered City column by searching for all records that Contain "Atl". Now in the ItemCommand event while debugging, I cannot find the search string "Atl" in any of the properties of the GridCommandEventArgs or sender parameters.
I feel that it has to be available somewhere. Anyone have any ideas?
Thanks,
Mike
I am having issues though when I filter on the custom column first and then try to filter using one of the existing default filtering columns. I can detect the event in the ItemCommand event of the RadGrid, but I cannot find the search string at run time in the server side code.
So for example, I first filter my grid on my custom State column by filtering on "Georgia". And then I try to filter on a default filtered City column by searching for all records that Contain "Atl". Now in the ItemCommand event while debugging, I cannot find the search string "Atl" in any of the properties of the GridCommandEventArgs or sender parameters.
I feel that it has to be available somewhere. Anyone have any ideas?
Thanks,
Mike