Search results for query: *

  • Users: jmorato
  • Content: Threads
  • Order by date
  1. J

    Data Grid Help

    Hello! I need to change values that are in a datagrid that should only allow five different values. I think the best way to do it should be using a combobox inside the datagrid, but how can I do that? Please help!
  2. J

    Problem with Boolean control inside a datagrid

    Hi, I'm having a problem with a Boolean control inside a datagrid because i want a control that only allows 2 possible values (True and False) but the Boolean control in the datagrid allows 3 states (True, False and DBNull).... :confused: Here is the code I’m using…. Private Sub...
Back
Top