Hi, I create a group like outlook grouping using groupbyexpression programatically when i press a button based on particular circunstances, but also i need to remove this new group created programatically. Actualy i have other 2 groupbyexpression defined in design time, i just need to remove new groups created in runtime hope you can help me.
Using tk_Grid.MasterTableView.GroupByExpressions.Clear(); i clear all the groups but i just to remove one at time
Regards Gino
Using tk_Grid.MasterTableView.GroupByExpressions.Clear(); i clear all the groups but i just to remove one at time
tk_Grid.MasterTableView.GroupByExpressions.Add(new GridGroupByExpression("CodigoPlanCuenta Group By CodigoPlanCuenta")); |
Regards Gino