I have a C# project where a grid by default is performing grouping on one column. I need to give the user the option to enter a new row into the grid.
Currently when I execute code I have used for prior grids I am now getting an error (I assume since I am now using grouping). Is there a way around this or a way to check if grouping is turned on...and if it is turned on then disable til after the row is inserted??
Thanks!
What's the error? There's no reason I can thik of why you can't add rows to the grid while it is grouped. Or if there were a reason, the grid should be disabling the adding of rows, not throwing an error.