I keep thinking there should be an easy way to reload an open subgrid, just as if the user had twisted closed then reopen the plus/minus icon. I am performing some operations behind the scenes on my subgrid’s SQL data. a statement siomething like this —
$(‘#students’).trigger(‘reloadGrid’)
— doesn’t cause an error but also doesn’t refetch any SQL data. But closing and opening the subgrid does, of course. The subgrid is generated through subgridurl.
Any good ideas?
1 Answers
Your Answer