Hy
I have a radgrid and i want to filter the grid dynamically from the c#.
I also need to "sort" and "group by" the grid and i succeed to do that but i cudn't succeed to filter it.
ReportGeneratorRadGrid.MasterTableView.Columns.FindByUniqueName("xxx").CurrentFilterFunction = GridKnownFunction.EqualTo;
ReportGeneratorRadGrid.MasterTableView.Columns.FindByUniqueName("xxx").CurrentFilterValue = "Open";
ReportGeneratorRadGrid.Rebind()
I can see the parameters that i put but the data isn't actually filtered.
How can i do it.
Thnks alot
Ezra
I have a radgrid and i want to filter the grid dynamically from the c#.
I also need to "sort" and "group by" the grid and i succeed to do that but i cudn't succeed to filter it.
ReportGeneratorRadGrid.MasterTableView.Columns.FindByUniqueName("xxx").CurrentFilterFunction = GridKnownFunction.EqualTo;
ReportGeneratorRadGrid.MasterTableView.Columns.FindByUniqueName("xxx").CurrentFilterValue = "Open";
ReportGeneratorRadGrid.Rebind()
I can see the parameters that i put but the data isn't actually filtered.
How can i do it.
Thnks alot
Ezra