The toolbar and grid have a "created" event but the treeview does not, is there a way of detecting when the tree view is "ready"?
I populate the tree on the client from a json data struction and need to know when the tree is ready.
The created event is a much better and cleaner way of getting the client instance, than using $find and the client id. how come its implementation seems to be very patchy?
I populate the tree on the client from a json data struction and need to know when the tree is ready.
The created event is a much better and cleaner way of getting the client instance, than using $find and the client id. how come its implementation seems to be very patchy?