Home › Forums › WinForms controls › Xceed Grid for WinForms › Force grouping update? › Reply To: Force grouping update?
I changed the body of the event handler to look like such:
private void OnValueChanged(object sender, EventArgs e)
{
Cell memberStatusCell = sender as DataCell;
memberStatusCell.ParentRow.EndEdit();
grid.UpdateGrouping();
}
However, I get the same result as before when I had just the UpdateGrouping() call in there.
Imported from legacy forums. Posted by macke (had 331 views)