Search results for query: *

  • Users: geothom
  • Content: Threads
  • Order by date
  1. G

    Question DataGridView set focus on validated cell in error

    I have a databound DataGridView and all columns are combobox. After the user selects a value from the combobox and focus is lost, I validate the dgv entry against other entries in the same column. If found to be invalid, I need to set focus back on the validated cell not the one that caused...
  2. G

    Question bound or unbound or Datagridview and combobox?

    This is my first post here so hope I have posted correctly. I am in the process of converting my windows form app from VB6 to vb.net (VS2012). One of my forms is a weekly work roster (or schedule) which was working fine using flexgrid. Now I am looking at Datagridview to replace the...
Back
Top