Howdy,
I have tons of grids in our application. Every grid except one presents a Boolean or bit from SQL as a checkbox. This one gird that does not work shows True and False. When you click in the cell it then turns into a checkbox. How do I make it look like a checkbox like have on every other grid? I am not setting any special setting on the other grids for it to work.
Thanks,M
Hi,
In SQL it is:
Bit, Not Null Default 0
The grid has it as a Boolean.
Hello,
It's quite strange if you are not setting this style to anything else at any point. In my sample you can see that I had to use a few events to set up this behavior for a boolean column. What is the type for your "Taxable?" column?
Still the same!
Sorry, 1st post is the picture when you click in the cell, here it is when out of the cell.
It is really hard for me to attach my project as it is a heavily integrated system with a couple hundred thousand lines of code + Database.