Posted 03 Oct 2011 Link to this post
Posted 04 Oct 2011 Link to this post
RadGridEvents.MasterTableView.FilterExpression =
string
.Empty;
foreach
(GridColumn column
in
RadGridEvents.MasterTableView.RenderColumns)
{
if
(column.SupportsFiltering())
column.CurrentFilterValue =
column.CurrentFilterFunction = GridKnownFunction.NoFilter;
}
RadGridEvents.MasterTableView.Rebind();
protected
void
Button1_Click(
object
sender, EventArgs e)
RadGrid1.MasterTableView.FilterExpression =
RadGrid1.MasterTableView.Rebind();
Posted 06 Mar 2015 in reply to Princy Link to this post
Posted 06 Mar 2015 in reply to Pramod Link to this post