jQWidgets Forums

jQuery UI Widgets Forums Grid virtualmode, loadserverdata and showfilterrow

This topic contains 1 reply, has 1 voice, and was last updated by  zorgoz 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • zorgoz
    Participant

    Hi, me again 🙂

    As processing a json string instead of object field is indeed a performance issue, I decided to go to virtualmode. I already consulted this
    demo and thisforum topic.
    Well, scrolling is working great, and sorting is also calling the backend after I added sort: function() { $("#jqxgrid").jqxGrid('updatebounddata', 'sort'); },.

    But I have trouble with filtering. I need to use showfilterrow: true, since the filter dialog is not suitable. Calling updatebounddata on filter in this scenario is a disaster, since the filter event is called on every keypress, and updatebounddata is clearing the filterrow also. This however is a great feature when not in virtual mode.

    Please, give an advice.
    Thank you in advance


    zorgoz
    Participant

    Seems to be solved. With filter event it is working properly in v3.5.0

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.