Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Evgeny on Mar 27, 2008 10:41
open dhtmlx forum
how I can set id of row when loading grid from html table? I need set it in the tr tag

how I can set id of row when loading grid from html table? I need set it in the tr tag
Answer posted by Support on Mar 27, 2008 10:59
The id attribute of TR tag will be used as row ID ( if it not set , grid will use rowIndex as ID )

<tr id="some1">
    <td>....