datagrid bool column bound to two columns

  • Thread starter Thread starter nate axtell
  • Start date Start date
N

nate axtell

In VB .Net I want to bind a DataGridBoolColumn to two columns in the
following way. The value column determining whether the boxes are checked
are not with be a DB column of type bool. The second column would also be a
DB bool column, but this column would determine whether or not each CheckBox
was enable/disabled for checking. Is there any way to do this?
nate
 
You can do it. but not DataGridBoolColumn. You need create your own
DataGridBoolColumn inherited from DataGridColumnStyle.
 

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

Back
Top