I have an ultrawingrid that is grouped by column 0 as shown below. BTW, there is only one band.
+ Column 0
Column 1 Column 2 Column 3 Column 4
Column 5 Column 6 Column 7 Column 8
I have AddNewBox.Hidden set to false and Override.AllowAddNew set to true. When I run the application the add new button, Band 0, does show up but is disabled. Do you know why?
I have another ultrawingrid that is not grouped at all as shown below (again, only one band) and does not have this problem.
Column 0 Column 1 Column 2 Column 3
Column 4 Column 5 Column 6 Column 7
Thank you for help. I was thinking that the new row would be added below the selected ( one in focus) row. Anyway, I will add it directly to the datasourece. Thanks again!
http://forums.infragistics.com/forums/p/13801/51027.aspx#51027
you cannot add new row through the UI when grouping by.
actually how would you know under which group to add before adding?
but you can create an entry user control and allow the user to enter data and add it directly to the datasource of the grid