Click to See Complete Forum and Search --> : Please Help!! - Datagrid manipulation


rlecjr
May 16th, 2001, 11:27 AM
I am attempting to create rows in a datagrid one by one, and then allow editing by each row. I am having trouble writing to specific columns/rows in the grid. In msflexgrid, I can use the text or textmatrix properties to write to the cells. How do I do this using Datagrid? I am trying to use the text property and it is giving me 'Rowset not available' error.

The reason I am not using the flexgrid is because I cannot edit the fields in a flexgrid without using comboboxes and textboxes to overlay the grid. DataGrid gives me more flexibility in these areas...

Thanks for any help

dfwade
May 16th, 2001, 01:11 PM
you need to create a recordset for the datagrid. You can build this on the fly and then allow the user to enter there data.