Editable columns and passing back the DB
Hi All,
I'm relatively new to javascript and this grid control. Seems very nice if only I could the edit functionality working as required. I have looked through previous posts and have managed to get the edit functionality working on the whole grid but need to allow edit functionality only on certain columns. How can this be done?
In addition once all the changes have been done, I need to be able to save the changes to the database. What is the best mechanism of the doing this? I.e Is there some way of the sending the whole array to the server via http or even better only the changed rows? I would imagine one way would be to use a hidden form field to construct the array data as delimited text and process it on the backend. Just thought there may be a better way of doing this.
If this is not possible does any one know of any controls allow such functionality, preferability a control that is platform independant.
Sorry for the long post and thanks for any help.
K
I'm relatively new to javascript and this grid control. Seems very nice if only I could the edit functionality working as required. I have looked through previous posts and have managed to get the edit functionality working on the whole grid but need to allow edit functionality only on certain columns. How can this be done?
In addition once all the changes have been done, I need to be able to save the changes to the database. What is the best mechanism of the doing this? I.e Is there some way of the sending the whole array to the server via http or even better only the changed rows? I would imagine one way would be to use a hidden form field to construct the array data as delimited text and process it on the backend. Just thought there may be a better way of doing this.
If this is not possible does any one know of any controls allow such functionality, preferability a control that is platform independant.
Sorry for the long post and thanks for any help.
K
Ketan
July 8,