Search:

Type: Posts; User: TnTinMN

Search: Search took 0.12 seconds.

  1. Re: How do I remove rows in a datagridview using a Checkbox column?

    Well I really do not know what the issue could be other than that you are using VS 2015 that has had many bizarre bugs reported.

    The only suggestion I can offer at this point is load all values...
  2. Re: How do I remove rows in a datagridview using a Checkbox column?

    Well that is strange! How can it be True in one view and not the other?
    Try adding this right after the "For i As ..." statement.

    Dim typeName As String = "Nothing"
    If...
  3. Re: How do I remove rows in a datagridview using a Checkbox column?

    Please do not PM me to respond to your posts. I will reply if I have time and feel I have something to offer.

    Without knowing how to column is configured (TriState, TrueValue, FalseValue,...
  4. Re: How do I remove rows in a datagridview using a Checkbox column?

    All data types derive from type System.Object so an Object type can hold any value. This is why the DataGridviewCell.Value property is type Object. Instead of trying to find some object to...
  5. Re: How do I remove rows in a datagridview using a Checkbox column?

    Add:
    Option Strict On
    to the top of your code and fix the identified problems.
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width