The problem with this is that even with dynamic loading after loading several nodes with hundreds of records in them - the page will become slow as dom nodes will keep growing - i have a dataset with 10 or more parent nodes with 300-400 records inside each - so after expanding several nodes the resulting treegrid will have to hold thousands of records and the page will become slow even if i load children dynamically... Is there any suggestion to overcome this?
If columns are created programmatically, not with HTML - how can I add a "title" property for the TH tag or a custom tooltip for a column's header? Also how can I add a "title" property or a custom tooltip for the entire data row in the grid?