Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Syntax question: Which grid rows are expanded?

$
0
0
SmartClient 9.0:

In a ListGrid where canExpandRecords = true, is there a quick way to gather an array of all records that are currently expanded?

At the moment, I'm trying to loop through listgrid.data(), and checking listGrid.isExpanded(record), but the performance is pretty poor.

It seems like there ought to be a listGrid.getExpanded() function, but I'm not seeing anything like that in the documentation.

Thanks!

Viewing all articles
Browse latest Browse all 4756

Trending Articles