Forum Post: data grids

  • Thread starter Thread starter meyrick
  • Start date Start date
Status
Not open for further replies.
M

meyrick

Guest
Hi there, I have populated a grid with a dataset and all the rows display correctly. I have 10 rows, each containing a part number. So the read event works correctly. On click of the load button I call the create event. At the top of the method the first thing I do is loop through my dataset to see if all the records are there and are correct, yet it seems that the 10 records have been combined into 1 record. I.e. when I loop through my dataset in the create method it contains 1 record and the part number field is filled with all 10 part numbers. does anyone know the why this is happening and is there a solution? thanks in advance.

Continue reading...
 
Status
Not open for further replies.
Back
Top