jQWidgets Forums
Forum Replies Created
-
Author
-
April 16, 2014 at 11:23 am in reply to: Row data not reverted back when commit is called with "false" Row data not reverted back when commit is called with "false" #53175
Hi Peter
Can you please let me know the tentative date for next release i.e 3.3.0/ it will be mentioned at some place in the website and also the work item that was created for the same?
Thanks
ShankarApril 15, 2014 at 9:13 am in reply to: Row data not reverted back when commit is called with "false" Row data not reverted back when commit is called with "false" #53099Thanks for the update Peter.
April 15, 2014 at 8:23 am in reply to: Getting old values of a row in updaterow method Getting old values of a row in updaterow method #53094Hi Dimitar
I have tried the above sample code with one additional property for the grid i.e “editable: true” . When I update the “first name” cell and tab out of it then “updaterow” will be automatically called as it is provided in the source. Inside the “updaterow” when I get row data using “getrowdata” method before “commit(true)” call I am getting the new value and not the old value.
Please check with “editable: true” property for the grid.
Thanks
ShankarApril 15, 2014 at 4:34 am in reply to: Row data not reverted back when commit is called with "false" Row data not reverted back when commit is called with "false" #53071Hi Peter
Can you please post any updates on this if you have checked and any plans to fix( if it was decided as work item ) this in coming releases ?
Thanks
ShankarApril 15, 2014 at 4:31 am in reply to: Getting old values of a row in updaterow method Getting old values of a row in updaterow method #53070Hi Dimitar
yes, I have used “$(‘#jqxgrid’).jqxGrid(‘getrowdata’, rowid);” method which you have stated in the above post and still I am getting new row values and not the old values.
April 15, 2014 at 4:28 am in reply to: Cannot edit row details when selectionmode: 'checkbox' Cannot edit row details when selectionmode: 'checkbox' #53069Hi Dimitar
Thanks for the clarification.
April 11, 2014 at 2:29 pm in reply to: Getting old values of a row in updaterow method Getting old values of a row in updaterow method #52952Hi Dimitar
I have tried getting one of the my grid’s cell value(which I have updated) in the updatedrow callback and I am not getting old data instead getting the updated values.
Thanks
ShankarApril 11, 2014 at 6:38 am in reply to: Row data not reverted back when commit is called with "false" Row data not reverted back when commit is called with "false" #52923Thanks Peter.
April 10, 2014 at 8:11 am in reply to: Saving data after modifying in the grid Saving data after modifying in the grid #52843Hi Peter
Thanks for your quick response.
April 10, 2014 at 6:19 am in reply to: Saving data after modifying in the grid Saving data after modifying in the grid #52832Hi Peter
Thanks a lot for your reply. I have a few more questions/doubts though. I have gone through the documentation and demos but couldn’t find much information for the following.
1.what is the importance of autoBind property of adapter and the difference when it is set to true? I have seen some thread where it was said to call “dataBind” method , but will that be automatically called when we ae using jqGrid?
2.When I modify a cell in the grid and if I didn’t call commit(true) in the updaterow method , the cell value will be updated in the grid records and not the dataadapter records?
3.when I do a save using ajax by getting the records from the grid using “getrows” method then at this point the data adapter records will have stale data( when I dont call commit(true) )?To bind the adapter with the updated data all that I need to is to call “dataBind” method to make call to server and bind fresh data?
4.If I call commit(true) in the “updaterow” method then whatever data I have modified in the grid records will be in sync with the data adapter and while saving I can use either grid records or data adapter records. Am I right?Thanks
April 7, 2014 at 7:08 am in reply to: Adding custom properties to grid Adding custom properties to grid #52610Can I wrap the existing functions of the jqxGrid and add my functionality on top of that? For example when a row is updated I want to do some processing before or after the original updaterow is called.
April 7, 2014 at 6:32 am in reply to: Adding custom properties to grid Adding custom properties to grid #52605ok. Thanks for the reply.
-
AuthorPosts