Hi
In Excel spreadsheet, as you select cells there is a label in the bottom will show the sum of selected numerical value. Does UltraGrid have a similar feature that has already built in?
Many thanks
Lan
Hi Lan,
No, there's nothing built-in for this. But you could easily code this using the SelectionChange event in the grid. You would just loop through the grid.Selected.Cells collection and get the value of each cell and sum them up.