|
Hi, I m newbie for JqGrid and PHP.<br /><br />I have manage the to dynamic insert a row in the JqGrid using addRowData. I need help in the following :-<br />1) Verify data inputs <br /> (example : date datetype field/column - user must enter valid date before it can allow to enter next column.<br /> Integer datatype column - user must enter valid integer value before it can allow to enter next column and etc)<br />2) Update to grid and update to local data (array)<br /> - i understand should use method updateGridRows to update grid and local data array.<br />3) Submit to Server & update/save in batch to the database.<br />4) callback for complete function.<br />5) dialog - Data successfully update<br /><br />Appreciate anyone can help me. The following is my sample testing coding :-<br /><br />$(document).ready(function(){<br /> |