jQWidgets Forums

jQuery UI Widgets Forums Grid Selection in grid not working

Tagged: , ,

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Selection in grid not working #52308

    lev_povolotsky
    Participant

    Hi I tried to build several grid in one page .

    I succeed to load the data to the first one then I want to select one of the rows and according of that something will happened on the second grid.

    The issue is that this function isn’t working for me and also your example not working for me.

    $("#jqxrunsgrid").bind('rowselect', function (event) {
                                var selectedRowIndex = event.args.rowindex;
                                alert(selectedRowIndex);
                            });

    Thanks

    Selection in grid not working #52314

    Peter Stoev
    Keymaster

    Hi lev_povolotsky,

    We do not understand your issue. Please, provide a sample in http://jsfiddle.net/ and provide step by step instructions which illustrate your scenario.

    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.