carlosweiss
Programmer
Hi,
Is there a grid control that allows to edit the cells in the grid? Datagrid binds the grid to a data source and I don't want it, I just want to put arbitrary data into it, and then read from it. MSFlexGrid or the Microsoft Grid control (from grid32.ocx) don't allow to edit the cells.
I think I could create dinamically a TextBox control on a click event just above the cell that has been clicked but that seems too farfetched. I just want to edit the cells, as though it was a basic spreadsheet.
Thanks!
Is there a grid control that allows to edit the cells in the grid? Datagrid binds the grid to a data source and I don't want it, I just want to put arbitrary data into it, and then read from it. MSFlexGrid or the Microsoft Grid control (from grid32.ocx) don't allow to edit the cells.
I think I could create dinamically a TextBox control on a click event just above the cell that has been clicked but that seems too farfetched. I just want to edit the cells, as though it was a basic spreadsheet.
Thanks!