Hi.
After upgrading from grid 3.0 to 3.6 I started having an issue.
I have an grid that gets its data from a dataset. I make all the columns readyonly except one bool column. The idea is the user looks through a list of things that they will have to click on/off. Once done they click save.
The save loops thru the rows and stores the update to the database. Then I reload the data into the grid. Here is where my problem comes in.
On the reload, when I try to “gridUsage.DataSource = _dsEmpUsage.Tables[0];” I get an error that says, “An attempt was made to create a cell when its parent row is not part of a grid.”
Has anyone else run into this?
A strange thing is that I created a new application to reproduce the issue and I cannot reproduce the issue.
Windows XP service pack 2, 2.0 framework.
Imported from legacy forums. Posted by walkaboutsd (had 2519 views)