I have a ListGrid with showFilterEditor = true. Suppose I want to also show a button to refresh the grid's data, what call should I put in the click() handler? filterData()? fetchData()? refreshData()? And if one of those, with what arguments?
Announcement
Collapse
No announcement yet.
X
-
Out of curiosity: in the example, the ToolStrip is created via isc.ToolStrip.create(). Will this component be destroyed if the grid itself is destroyed? I always use auto children because those are automatically destroyed when the grid is destroyed. Otherwise, I have to take care of this myself, or not?
Comment
Comment