How might one access the expansion status of a ListGridRecord? Something similar to:
	I ask this because I wanted to make my record click handler expand the record so people don't have to use the little plus/minus icons.
							
						
					Code:
	
	myGrid.isRecordExpanded(aListGridRecord);
Comment