Hi!
Radgrid is populated from Database in code behind using "NeedDataSource" event.
CombBox provides the filter for the RadGrid (also get's it's data from the RadGrid's "NeedDataSource" event).
With Viewstate enabled everything works fine.
Question is how can I still filter when Viewstate is disabled on the Grid?
Thanks in advance for your help!
Tom