jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Peter
Thanks.
Can you please let me know if this can be a candidate for the future releases?Regards
ShankarJune 3, 2014 at 12:00 pm in reply to: Virtual mode combined with scrollmode deferred Virtual mode combined with scrollmode deferred #55267Hi Dimitar
Thanks for the reply.
May I know if this can be a candidate for future releases or is it that a technical limitation to provide this feature? If it can be provided on behalf of a customer request, then please let me know I can followup on that.Thanks
ShankarJune 3, 2014 at 10:40 am in reply to: Showing a checkbox on top of all rows for multi select Showing a checkbox on top of all rows for multi select #55259Hi Dimitar
Thanks for your reply.I will check the sample code.
Regards
ShankarThanks for the response.
Regards
ShankarMay 23, 2014 at 12:59 pm in reply to: Adding a new row to the grid Adding a new row to the grid #54835Hi Dimitar
Thanks for your reply.
When I don’t use any custom pager ( pagerenderer property not set to any function ) then the grid is automatically adding extra page and updating the pager bar with the latest values and allowing to go to the new page.
But I am using custom pager with pagerenderer property set to a function which prepares the pager bar, in this case the grid might be adding the row to it’s internal data structure, but my custom pager bar will not be re-rendered to reflect the new values and to navigate to the new page. can you please let me know how can I re-render my custom pager once that row is added?
Thanks
Shankarok. I will give it a try and see if I can analyse whether sorting is happening correctly when I use Japanese characters.
Thanks
ShankarHi Peter
For example if I load the grid with Japanese content and if I use the default sort, will the grid sorts the data accordingly ?
Thanks
ShankarMay 13, 2014 at 4:52 am in reply to: Loading grid in IE8 and IE 9 Loading grid in IE8 and IE 9 #54367ok. I got the issue. I haven’t included <!doctype html> in my html file and it was opening IE in quirks mode which is causing the problem.
Thanks
ShankarMay 13, 2014 at 4:32 am in reply to: Loading grid in IE8 and IE 9 Loading grid in IE8 and IE 9 #54363Hi Peter,
Sorry I may not be clear in my previous post and please ignore the piece of error code.
I am mainly interested about the use of JSON.stringify and JSON.prase methods which is stopping me from loading the grid/ do some operations after loading the grid.I have bits of code in my custom js which uses JSON.stringify and JSON.prase methods. For example while sending data to server for saving , data has been retrieved from the grid rows and before passing the data to the ajax call I am converting it into a Json string using
var objectDataString = JSON.stringify(data);
So in IE 9 when these calls are encountered ( JSON.stringify and JSON.prase ) the execution is not going further and is stopped at that point, whereas in Chrome and FF 24.1 it is executing successfully.
can you let me know if you have better solution to stringify / parse data ( work around for the above two methods ) or to make the above methods work for IE ?
Thanks
ShankarMay 9, 2014 at 3:09 pm in reply to: refreshdata, refresh and render methods refreshdata, refresh and render methods #54288ok. Thank you.
May 9, 2014 at 11:13 am in reply to: Custom highlighting of a row Custom highlighting of a row #54265Thanks Peter, it worked for me.
May 7, 2014 at 7:45 am in reply to: Javascript error on tab out of a row Javascript error on tab out of a row #54092Hi Peter
I am using 3.2.2 version only, but it seems I have accidentally corrupted the jqxGrid framework js files ( provided by JQ Widgets team ) and the problem is solved after re-copying fresh ones.
Sorry for the trouble.
Thanks a lot for quick response.
April 22, 2014 at 5:45 am in reply to: Adapter records also getting updated Adapter records also getting updated #53379Hi Peter
Sorry I may confused you. I am actually asking about getting OLD data of a row in the ‘updaterow’ callback when user changes some cells and tab out of the row. I suppose when user changes a cell/cells and tab out of the row then the array that holds the data for the data adapter OR the jqxGrid will also be updated and there is no way currently to get old data of an updated row other than saving the data after the grid is loaded in a separate array and use it where ever we want?
Thanks
ShankarApril 22, 2014 at 5:36 am in reply to: Array size growing on pagination Array size growing on pagination #53374Hi Peter
I have implemented pagination by seeing those PHP demos and it is working fine. My question is about the java script array ( which jqxGrid plugin prepares for the adapter or for the grid itself ) to hold the data. I am returning 10 records ( say page size 10 ) per page correctly from server side and it is getting stored in the data array properly, but for example if I am on page 15 then I will return 10 records from server from 141 to 150 which are stored in array indices of 140 to 149. But the array objects from 0 to 139 are null/doesn’t contain any data. So if I implement pagination say for 1,50,000 records and if I am on the last page then the java script array might have grown that big ( 1,50,000 ) to hold only 10 records for that page. Will this be a problem with the browser memory ?
Thanks
ShankarThanks Peter.
-
AuthorPosts