L
Laura Stern
Guest
Can you be a little more specific? Regardless of the BindingSource for the moment, what are the facilities of the grid itself for adding/deleting/updating records? You need to base everything off of that. The grid controls the interaction through its UI affordances, and then interacts with the BindingSource to communicate the changes to the back end. Unfortunately, I am not that familiar with the grid itself. But if you ask specific questions, I can probably help you. If on the other hand, if you want to make modifications in the underlying table and then just have them show up in the grid (I.e., not through user interaction with the grid but by hitting a button or something), you just make the changes and call Refresh or RefreshAll on the BindingSource, as with any other control.
Continue reading...
Continue reading...