In our current project we came across an issue with your tr


In
our current project we came across an issue with your treeGrid.


If
you have a row with the same ID appearing twice, it will not function
correctly.


On
selects will select the last rendered element, not necessarily the desired
element.


Do
you have any advice or potential solutions?<o:p></o:p>


The core functionality of
dhtmlxGrid is based on UNIQUE id. If id is not unique, grid can’t detect which
row must be used in action. The only solution is to use unique id.<o:p></o:p>