Please Help!! - Datagrid manipulation
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
Re: Please Help!! - Datagrid manipulation
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.