I am following an example of RadGrid - Google like filtering and have a problem with getting other combobox values that user already chosen.
In the demo grid, after I select "USA" in the country filter, I would like to set list of cities and postal codes only for "USA"
I already created session state and use them now, but I am wondering whether there is another way to get values from page to MyCustomFilteringColumnVB.vb??
In the demo grid, after I select "USA" in the country filter, I would like to set list of cities and postal codes only for "USA"
I already created session state and use them now, but I am wondering whether there is another way to get values from page to MyCustomFilteringColumnVB.vb??