completly unchecked checkbox issue

M

magmo

Hi

I have a checkbox column in my datagrid. When I uncheck the checkbox
it turn grey, and then I have to uncheck it once more to get it
completly unchecked. Why is that? I would like to skip that part.

<code>

Dim colCheckMe As New DataGridBoolColumn
With colCheckMe
.MappingName = "CheckMe"
.HeaderText = "Make PDF"
.Width = 80
.ReadOnly = False
End With

</code>


Regards

Magnus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top