jQWidgets Forums

jQuery UI Widgets Forums Grid Send filter in body

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Martin 6 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Send filter in body #102326

    Eli1
    Participant

    Hello!
    I am using jqxGrid one page filtering.
    I have a lot of filters items in column,
    when I send the parameters its send in the url
    because its too much parameters i am getting an error message.
    There is a way to send the filters value in body to get over it?

    Send filter in body #102330

    Martin
    Participant

    Hello Eli1,

    You can get the filter information at any time using the getfilterinformation method.
    You can check this Demo.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

    Send filter in body #102342

    Eli1
    Participant

    hey again,
    i’m using:
    filter: function() {
    // update the grid and send a request to the server.
    $(“#jqxgrid”).jqxGrid(‘updatebounddata’, ‘filter’);
    },
    to filter and i’m sending to sever above 7000 characters
    and its append it to the url, how i can send the filters with json? i’m using asp mvc

    Send filter in body #102369

    Martin
    Participant

    Hello Eli1,

    I would suggest you to read this Documentation about adding extra HTTP variables.

    If this would not help, can you send us an example where this issue can be reproduced?

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.