Hi!
I would like to use the expandRow(...) function on all of my master-rows in grid. All detail records are loaded via Ajax(...) so I need to wait until each and every detail record is loaded.
My code is simple:
myGrid.expandRow(myGrid.tbody.find("tr.k-master-row"));
How can I wait until every row is expanded?
Regards
Heiko
