I'd like to clear out a grid first so that when I populate it, I can be sure only new information is showing.
I'm trying the following:
var dropDown = Appery("grid_Name");
dropDown.empty();
But this seems to be nuking the whole grid. I would like to keep its structure, etc, and just make it ready to accept new data. Should I try something better?
-thanks