jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • in reply to: Multi column sorting Multi column sorting #55269

    Shankar
    Participant

    Hi Peter

    Thanks.
    Can you please let me know if this can be a candidate for the future releases?

    Regards
    Shankar


    Shankar
    Participant

    Hi 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
    Shankar


    Shankar
    Participant

    Hi Dimitar

    Thanks for your reply.I will check the sample code.

    Regards
    Shankar

    in reply to: Making checkbox editable Making checkbox editable #55257

    Shankar
    Participant

    Thanks for the response.

    Regards
    Shankar

    in reply to: Adding a new row to the grid Adding a new row to the grid #54835

    Shankar
    Participant

    Hi 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
    Shankar

    in reply to: Language aware sorting Language aware sorting #54495

    Shankar
    Participant

    ok. I will give it a try and see if I can analyse whether sorting is happening correctly when I use Japanese characters.

    Thanks
    Shankar

    in reply to: Language aware sorting Language aware sorting #54491

    Shankar
    Participant

    Hi 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
    Shankar


    Shankar
    Participant

    ok. 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
    Shankar


    Shankar
    Participant

    Hi 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
    Shankar


    Shankar
    Participant

    ok. Thank you.


    Shankar
    Participant

    Thanks Peter, it worked for me.


    Shankar
    Participant

    Hi 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.


    Shankar
    Participant

    Hi 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
    Shankar


    Shankar
    Participant

    Hi 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
    Shankar

    in reply to: Showing drop down in grid Showing drop down in grid #53330

    Shankar
    Participant

    Thanks Peter.

Viewing 15 posts - 1 through 15 (of 27 total)