Will it be included in further release, Since the tree grid supports checkboxes, It would be useful if there is a getcheckdedItems method.
FYI , It takes 40 seconds to load 10,000 nodes. Sorry I mentioned it wrong.
Hi Nadezhda,
I need to get the all the checkedItems from the tree and store it in a array. Please help me to achieve this.
Hi Peter,
I am loading the parent for the first time when the tree loads, and on the expand of each parent i am trying to load till the leaf of the expanded parent. That is why I was to trying to do it on virtual mode.
Hi,
I am able to implement virtual mode for normal json, I am coming across this when I am trying to use with nested Json.
I checked the API , There is no such method, Is there a alternate in TreeGrid to perform the same.