Is there any way to set the datasource of an UltraGrid without removing its summary row?
I have an ultragrid gvResult in my Windows Form application.
The user can select the columns and sort them in another form and then apply these changes to gvResult by pressing the "Apply" button.
In addition, gvResult must show a row counter summary.
I clea...