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?
 
Back
Top