Hi,
I need help with GGC and event SelectedRecordsChanged
My problem is, when I select range of cells, I want to sum value of those cells, like excel
- If I use
gridGroupingControl1.TableOptions.ListBoxSelectionMode = SelectionMode.MultiExtended;
gridGroupingControl1.TableOptions.AllowSelection = GridSelectionFlags.None;
=> event fired, but not what I desire, and value not sum
Attachment: CS_c9d4bde8.zip