Hi - we are using the TreeGrid, and passing xml in the form of
…</>
We can access the rows via the grid javascript api, but do not see the row id within the html of the grid (i.e. if we run ‘viewsource’ on the browser).
We want to label each of the rows to enable us to automate testing of our application (e.g. using something like Selenium to findElementById)
Is there a setting to get the grid to ‘honor’ that row ID and populate also in the grid’s html ? Sure there is a setting we are missing somewhere…