jQuery UI Widgets Forums TreeGrid how i get lock rows

Tagged: ,

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 4 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • how i get lock rows #113668

    ilseon
    Participant

    I want to know if this row is a locked row when row is selected (use rowSelect event)

    $(‘#treeGrid’).on(‘rowClick’, function (event) { // event args. var args = event.args; // row data. var row = args.row; // row key. var key = args.key; // data field var dataField = args.dataField; // original click event. var clickEvent = args.originalEvent; });

    how i get lock rows #113680

    Hristo
    Participant

    Hello ilseon,

    You could add the ID” value of each one locked row in an array.
    After that in the rowSelect event you could check the id of the selected row in the array.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.