Subject | RE: [IBO] IB_Grid with ReadOnly Boolean values |
---|---|
Author | Jason Wharton |
Post date | 2005-04-30T21:11:17Z |
There is a difference between how the check looks. When read-only it is
just a check but when it will respond to a click it is a checkbox.
In your case there are three distinct states and I have them working as I do
by design. If you don't want the question mark there then you need to
devise a work-around somehow.
Jason
just a check but when it will respond to a click it is a checkbox.
In your case there are three distinct states and I have them working as I do
by design. If you don't want the question mark there then you need to
devise a work-around somehow.
Jason
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of Rick Roen
> Sent: Saturday, April 30, 2005 9:53 AM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] IB_Grid with ReadOnly Boolean values
>
>
> If its read only and the "Boolean" value equates to true then a
> checkbox should still show a checkmark. Otherwise it is unchecked
> and indicates False.
>
> Do I misunderstand something?
>
> Rick