Hi,
Is it possible to clear the grouping/sorting expression clientside
I know I can do it serverside using the following, but I would like to do it clientside.
Is it possible to clear the grouping/sorting expression clientside
I know I can do it serverside using the following, but I would like to do it clientside.
rgvGrid.MasterTableView.SortExpressions.Clear()
rgvGrid.MasterTableView.GroupByExpressions.Clear()
Also, can I set the expressions clientside.
I can set it serverside using the following;
rgvGrid.MasterTableView.GroupByExpressions.Add(New GridGroupByExpression(strExpression))
Thank you for your assistance.