jQWidgets Forums

jQuery UI Widgets Forums Grid Hide Row

Tagged: 

This topic contains 4 replies, has 4 voices, and was last updated by  mwillmer 10 years, 2 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Hide Row Posts
  • Hide Row #24961

    mportugal
    Member

    Hey,

    I was wondering if anyone had come up with a good way to hide selected rows only. I originally imagined I could somehow do that with a button that applies filters, but that is proving futile and not easily adaptable. Can anyone help me?

    Hide Row #24968

    Peter Stoev
    Keymaster

    Hi,

    It is not possible to hide a row.

    Best Regards,
    Peter Stoev

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

    Hide Row #25432

    markcarpe
    Member

    Hi Peter,

    While not in the API, I am successfully using:

    $(“#JqxGrid”).jqxGrid(‘showrow’, itemindex);
    $(“#JqxGrid”).jqxGrid(‘hiderow’, itemindex);

    Is this unwise, maybe deprecated or slated for removal at some point?

    I am using v 2.9.2.

    Regards,

    Mark

    Hide Row #25436

    Peter Stoev
    Keymaster

    Hi,

    That API is deprecated since ver. 1.9 and will be removed in a future version.

    Best Regards,
    Peter Stoev

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

    Hide Row #70868

    mwillmer
    Participant

    Keymaster et al, Hi.
    Firstly, thank you for your work on jqwidgets and primarily jqxGrid. It’s a great js toolset and I enjoy using it.
    I work with SharePoint and I’m looking to use jqxGrid to maintain/populate a list using the SPServices UpdateListItems operation which has a bulk create, update and delete feature. Therefore, when the user clicks the ‘Save’ button I would create the xml packet and call the UpdateListItems operation, updating the list in one operation.
    I would have a grid/data source column to indicate a new, updated or deleted record/row.
    How would you propose I implement this functionality with resect to deleted records/rows.
    I was hoping to hide the row once the user opts to delete it but have since found that this feature is no longer available.
    Regards,
    Mark

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

You must be logged in to reply to this topic.