Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 07, 2007 11:30
open dhtmlx forum
How can we trigger 'RowSelect' event when making call for 'selectRow' function so that no changes are re...

How can we trigger 'RowSelect' event when making call for 'selectRow' function so that no changes are required on other part of code
Answer posted on Mar 07, 2007 11:30

You need to use second param of selectRow

            call _gridContext.selectRow(data[0],true,false);

In such case after row is selected, the related onSelect event will be called
Answer posted by Stanislav (Support) on Dec 09, 2014 05:00

To find more precise comments upon this issue, we can offer you read about java script frameworks and html editable grid.