Hi,
I need to add a row when ever the user right clicks on the Grid and click Add Comment.Eventhough my grid has many columns this row needs to have a single column one so that I can just add a comment desc and save it. Also I need to drag some rows under it. Is this possible by any means within ultragrid.
Let me know.
Thanks
Nagarjun
Hi Nagarjun,
There's no way to have an empty groups. The groups are created based on the rows within that group. If there is no row of data with a particular value, then you can't show a GroupByRow with nothing in it.
Can we Drag and Drop rows from one Groupby Band to Another