Hi,
I'm trying to implement grid filtering like it works in SPGridView. I made a custom column which was bounded to the same table as RadGrid.
I want to apply sequential filtering on columns (if user selects filter value from first column, then all other columns should limit results based on this criteria). User can filter by multiple columns in grid.
How can I achieve this?
Marko
I'm trying to implement grid filtering like it works in SPGridView. I made a custom column which was bounded to the same table as RadGrid.
I want to apply sequential filtering on columns (if user selects filter value from first column, then all other columns should limit results based on this criteria). User can filter by multiple columns in grid.
How can I achieve this?
Marko