I have a grid panel with a checkbox selection model. I am using the grid panel to display search results based on what is entered in some textboxes, then the user can select results from that list using the checkbox selection model. When I clear the text boxes and search for something else and re-databind the gridpanel, the gridpanel remembers the previous selected rows along with newly selected rows from the current list in the gridpanel. Is there a way to clear the selected rows when I data bind the gridpanel?

Your help will be greatly appreciated. Thanks.