Hello,
I'm having a problem. I have an MVC app which has a tableview on the page. Users click the "standard" selection checkbox and click a button to delete the selected row. The deletion works great, but the problem is that when the page is refreshed a row is selected (the previously selected row has been deleted, so it's usually the first row in the tableview). Is there any way to "clear" this highlight when the page redisplays?
Any help would be greatly appreciated!
Thanks in advance,
Lisa