jQWidgets Forums

jQuery UI Widgets Forums Grid Need to reassign recordsid after filter

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Hi, I am having 5 records in grid .After filter the index of the records are not changing.How will i reassign the dataindex/uid/recordid after filter. Giving example of the grid data

    uid name age
    1 rajani 28
    2 mohan 28
    3 raj 27
    4 raja 29
    5 siva 30

    after filtering (siva) record became
    uid name age
    5 siva 30

    But it should be

    uid name age
    1 siva 30

    i need to make it reassign, if after filter 3 records are coming then it should be
    1
    2
    3.

    Please help.

    Thanks,
    Rajani


    Peter Stoev
    Keymaster

    Hi Rajani,

    uid is used internally by the Grid. You should not change it or work with it. Please, use only the API available in the documentation.

    Best Regards,
    Peter Stoev

    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.