Categories | Question details Back To List | ||
In
our current project we came across an issue with your treeGrid.
If
you have a row with the same ID... 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? Answer posted on Mar 05, 2007 09:53 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. Answer posted by Darya (Support) on Nov 27, 2014 19:05 Having solved the problem mentioned above, you may also look through the possible related problems with combo boxes java and control java script. |