Search results for query: *

  1. P

    combobox in DataGridView

    i have a datagridview with serveral columns including a combobox type column. the combobox in the datagridview is populated with values. it all works fine except ..... when picking a value from the combobox within the datagridview the user has to click on the combobox twice to get the list of...
  2. P

    datagrid view - how to ensure a row is visible

    i have a datagridview with which i programatically select the currect row: dgv.row(intSelectedRow).selected = true is there a way of scrolling the dgv to make this row visible? something similar to the listviews "ensurevisible" method? PJ
  3. P

    Datagridview - Formatting a column to accept dates only

    Hi there, a simple question for vb.net gurus: i have a dataviewgrid with a date column that takes text input. I want to format the column so that it only accepts date data entry. i used the following, which doesnt appear to restrict user input to dates only, you can type whatever you want in the...
Back
Top