Title: TreeGrid - Indication if the component finished its loading to the DOM Post by: amir-t on February 03, 2015, 03:03:51 AM Hi,
I'm trying to determine if the treegrid was already drawn, it means that the html elements were already created and added to the DOM. Our problem is that we need to calculate text overflow for each treeGrid's cell, and if the text width is bigger than the cell's width, we will set a tooltip for the specific overflowed cell, but, while the treeGrid is not drawn completly, the calculated scroll width of a div cell will be 0, since it's still wasn't rendered in the DOM. Do you have any indication that I can rely on in order to solve this issue? Thanks! |