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

Calling refresh on another grid after an action on current grid

$
0
0
I currently have firstGrid that has some records, I have set a warning on removal message so a dialog box pops up when I click the delete button. How do I make it so secondGrid refresh when I confirm the delete on firstGrid?
Code:

firstGrid.setWarnOnRemoval(true);
firstGrid.setWarnOnRemovalMessage("Delete?");


Viewing all articles
Browse latest Browse all 4756

Trending Articles