Column DataType in Component One FlexGrid

  • Thread starter Thread starter Kevin L
  • Start date Start date
K

Kevin L

I prefer to modify grid settings in code. I am trying to set the datatype
for a column to Boolean in a Component One FlexGrid. I cannot seem to
accomplish this. I receive various errors when I try to use the example
provided in Component One Help.


This is the code from help:
flexgrid.Cols(1).DataType=typeof(DateTime);

I am trying to set this to Boolean, but I am not doing something correctly.

Any ideas on how to do this in code?
 

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