jQuery UI Widgets Forums Grid On tab filter refreshes the grid

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • On tab filter refreshes the grid #72483

    nitinayir8
    Participant

    Hi Admin,

    When i navigate to filter using tab key, without entering any value in filters it automatically makes a server site call. How we can avoid this server site call. Any input will be appreciated.

    Thanks,

    Nitin

    On tab filter refreshes the grid #72493

    ivailo
    Participant

    Hi nitinayir8,

    You can avoid the server call with setting of some conditions to prevent updatebounddata when TAB is detected.
    You can do this into the filter function:

    filter: function()
    			{
    				// update the grid and send a request to the server.
    				$("#jqxgrid").jqxGrid('updatebounddata', 'filter');
    			},

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.