Hello,
In the datasouce I'm using, there is a boolean field I'm showing in an autogenerated column. The problem is, though, that in the database this is a nullable field, so the CheckboxColumn the Grid automatically generates isn't really useful. Is there anyway to have the boolean show in a combobox (which becomes interactive when activating in-line editing), rather than a checkbox, with values for null, true and false?
Any help or directions would be appreciated.
Sincerely,
Glenn
In the datasouce I'm using, there is a boolean field I'm showing in an autogenerated column. The problem is, though, that in the database this is a nullable field, so the CheckboxColumn the Grid automatically generates isn't really useful. Is there anyway to have the boolean show in a combobox (which becomes interactive when activating in-line editing), rather than a checkbox, with values for null, true and false?
Any help or directions would be appreciated.
Sincerely,
Glenn