Hello,
I have a UltraWinGrid where I want to display different features that can be bought in my application. For some of these features it is possible for the user to get a trial version. I want to represent this by having an unbound column in the grid with checkboxes. Checking it means that the user wants to try the feature, not checking it means that the user wants to wait with trying out the feature. In the cases where no trial is possible I don't want to display a checkbox at all. To many checkboxes clutters up my gui. And this is my question. Is it possible for me to add an unbound column to a UltraWinGrid where I display a checkable checkbox based upon a boolean in my datasource?
Regards, Johan
johancarlsson said:Is it possible for me to add an unbound column to a UltraWinGrid where I display a checkable checkbox based upon a boolean in my datasource?
Just one small issue.. then my checkbox free cells starts displaying "False" instead. What is really desired is completely empty cells. Do you have a good tip for an editor that can do this for me?
That sure solves it, thanks a lot!