sir!
UltraGrid does not support add new row after group by..Please tel me the solution, how to add new row in group by case without changing its viewbandStyle
Thanx
Just in case you were referring to whether the grid supports adding a new row through the UI, no, this isn't supported. But it should be picking it up if you add it to the underlying DataSource.
-Matt
ok.thanx.....
The grid should support this behavior, though it is possible that your DataSource is preventing it. What's also possible is that since the grid does not automatically re-group the grid when the contents are updated, in order to prevent confusing the user, you could try calling (with whichever band is appropriate):
this.ultraGrid1.DisplayLayout.Bands[0].SortedColumns.RefreshSort(true);