Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
535
Tri State Editor?
posted

I have a database that uses a tri-state column (integer) that currently uses 0=unknown, 1=yes, -1=no although those codes could change easily.  In PHP I wrote a simple drop down that uses images a checkmark for yes, a X for no and blank for unknown.  I'd like to use a similar type setup with ultragrid.  is this possible? If so I could use some pointers in the right direction as I am just now experimenting with ultragrid.

Peter