DataGridView Delete ButtonColumn

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kar3n.chandra@googlemail.com

    #1

    DataGridView Delete ButtonColumn

    i have a datagridview where the last column is of type
    DataGridViewBut tonColumn (Delete Button)
    the problem is that i only want it to appear in some rows.. but when
    i'm populating the datagridview, the .Visible becomes readonly.

    i've tried setting the .Value=Nothing, .Displayed=fals e

    so how to i delete/hide the button for some rows?

Working...