Access checkbox in closed branch

Hi,

It seems to me that there is some problem with accessing checkbox in a closed branch of a treegrid.

Scenario:
In treegrid xml, a few checkboxes were put in a closed branch in treegrid. Then a jquery selector in javascript picks each of these checkbox out. Jquery selector does return a object every time, but I cannot access any attribute such as name and value. It always gives “undefined”.

IF I add “mygrid.openItem(parentId)” before using the jquery selector, the selector picks out the correct checkbox object and all the attributes are accessible.

Tried to add “mygrid.enableSmartXMLParsing(false);” also. Didn’t help.

My TreeGrid version is: v.2.6 Professional edition build 100722

Any input is appreciated!

BTW, just want to add a bit more details here. The checkboxes in xml are added by using CDATA.

This is expected behavior. In case of smart XML parsing mode only those items are rendered which should be displayed to the user. It not possible to access item which wasn’t rendered yet.