Hi,
I have a TTMSFNCDatagrid connected to a UniDAC table via a TTMSFNCDataGridDatabaseAdapter. I wish to change some data in code. Should I be changing the cell data or the underlying table? if the cell data what is the process?
Thanks,
Ken
Hi,
I have a TTMSFNCDatagrid connected to a UniDAC table via a TTMSFNCDataGridDatabaseAdapter. I wish to change some data in code. Should I be changing the cell data or the underlying table? if the cell data what is the process?
Thanks,
Ken
If you want to change data programmatically, I suggest to directly change data in the dataset. Or if that is not the intention, then please provide some more details on what you want to achieve.