Update datagrid with menu or shortcut key

  • Thread starter Thread starter Wei Sun
  • Start date Start date
W

Wei Sun

Users of my VB.NET windows app want to be able to update a datagrid by
clicking a menu item (Commit) or pressing a shortcut key (F5) for that
menu. Is it possible? I couldn't get it to work because
dataset.HasChanges returns false and changes are not saved, unless users
tab to or click a different row after making the change.
 
Back
Top