: so i will save only changed column values to the database. : : if there is no way to check it , how can i know if any cell[] : was changed ??? : : : Thank you : : You could keep a second grid with the unchanged values, or you could use the OnGetEditText to get the column indexes of changed cells. See the help files for more info on OnGetEditText event.
Comments
:
: if there is no way to check it , how can i know if any cell[]
: was changed ???
:
:
: Thank you
:
:
You could keep a second grid with the unchanged values, or you could use the OnGetEditText to get the column indexes of changed cells. See the help files for more info on OnGetEditText event.