Hi, me again! =D
I'm trying to remove a record from gridGroupingControl but no success. =(
I've tried gridGroupingControl.Table.DeleteRecord(gridGroupingControl.Table.CurrentRecord); but nothing hapenned, then I've tried to remove the item from the list which is the datasource like this: translations.RemoveAll(t => t.Id == id); this line DO remove the item from the list, and it seems like the item was removed from the grid too, but when I move the grid cursor to another line, the removed item gets back to the grid.... =/ ... if anyone could show me a sample code on how to remove a (row, record, line) from the groupingControlGrid I would really apporeciate!!!
Thanks!!