Hi Venkatesh,
Thanks for using Syncfusion Products.
We would like to let you know that we can find row index
using “getIndexByRow” method of Grid. Please refer the
following code snippets.
|
var obj = $("#EmployeesGrid").ejGrid("instance")
var tr =
obj.getContent().find("tr").first();
var index
= obj.getIndexByRow(tr); // Need to pass tr element in Grid Content
|
For your convenience we have created a sample and the same
can be downloaded from below link.
Sample: http://www.syncfusion.com/downloads/support/directtrac/general/ASPSample929927059.zip
In the above sample, on a button click event, we have displayed
the row index of first row in Grid Content.
Please let us know if you need any further assistance.
Regards,
Alan Sangeeth S