How do I unselect a row in igGrid
the grid is setup like thisfeature.Selection().Mode(SelectionMode.Row).MultipleSelection(false);
I have a JavaScript function to catch when the row is clicked$('#grdOpslagstavle').bind('iggridselectionactiverowchanged', function (event, args) {here I show a dialog where the user can edit the row
but after the dialog is closed I need to unselect the row
Hello Christian,
Did you try with $(".selector").igGridSelection("clearSelection"); API?
Best regards,Martin PavlovInfragistics, Inc.