Hi,
Is there a way to prevent a newly-added row from becoming the active row when it is added to a band in the grid?
I have 2 bands in my grid, and it is populated through code (no add buttons on the grid).
If I close the parent band and then add a new row to the child band, it expands the parent band to show the child band. Is there a way to prevent this?
Thanks,
~Karen
Hi Karen,
Are you adding the rows in the grid or adding them to the data source? I suspect you might need to add the row to the Data Source rather than to the grid directly.
Everything in our project is being added directly to the grid, not through the data source. We have an UltraDataSource defined, but it is just used to lay out the columns in the grid. I really haven't dealt with the datasource. We fill the grid based on our own object model. Is this a completely inappropriate way to use the grid?
How do I add rows to the data source rather than directly to the grid? Nothing's jumping out at me in the datasource's intellisense.