-
18 Jun 2012 12:38 AM #1
Answered: RowExpander - row content not updating when record changes
Answered: RowExpander - row content not updating when record changes
Hi. I'm using the RowExpander plugin. It's working great except that the row body content does not update with the record being modified. Anyone got any ideas? Thanks.
Code:plugins: [{ ptype: 'rowexpander', expandOnDblClick: false, rowBodyTpl: [ '<div style="margin: 10px; padding: 15px; border: 1px solid black;">', '<b>Student detail validation errors:</b><br/><br/> {DetailValidationErrors}', '</div>' ] }],
-
Best Answer Posted by TheDude55
This did the job:
grid.getView().refresh();
Anybody got a better way, I'd love to know. Thanks
-
18 Jun 2012 4:26 AM #2
This did the job:
grid.getView().refresh();
Anybody got a better way, I'd love to know. Thanks


Reply With Quote