jQWidgets Forums

jQuery UI Widgets Forums Grid Hiding a Particular Row

This topic contains 2 replies, has 2 voices, and was last updated by  walker1234 8 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Hiding a Particular Row #87260

    walker1234
    Participant

    I have the following JSFiddle, I was wondering if it’s possible to hide certain rows in jqxGrid? Say for example, I want to hide row with name “D”. Since, I am getting data from server side in JSON format, I can’t prevent it from coming, however, I would like to hide it at the time of display. Thanks

    Hiding a Particular Row #87264

    Christopher
    Participant

    Hi walker1234,

    Unfortunately it’s not possible to hide a row, but you can use the deleterow method to remove one by passing it’s id.

    Best Regards,
    Christopher

    jQWidgets Team

    Hiding a Particular Row #87289

    walker1234
    Participant

    Can you help me how should I go about if I have to delete say for example a row with name “B” from showing up when the page loads? Here is the JSFiddle. Thanks

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

You must be logged in to reply to this topic.