Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
705
Adding row to a grid using Group By
posted

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!

  • 469350
    Suggested Answer
    Offline posted

    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.