I have a tableadapter implementation in my application extended from TableModelAdapter and for some reason I want to make tablemodel empty (delete all data inside model) and refill it with new values is it posible

link|improve this question

27% accept rate
Please remember to increase your accept rate – Juanma Baiutti Feb 16 at 13:23
feedback

1 Answer

up vote 0 down vote accepted

Update your underlying data as needed and then call TableModel.modelReset() to notify the TableView that a big change has occured.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.