hi,
InputPanel is a very useful component for our application.
For fully control the edit state, I would suggest adding a "ReadOnly" property for all of the InputPanel.InputComponent. Such as, InputComboBox, InputCheckBox, InputDatePicker, InputRadioButton....
Or, add this "ReadOnly" property in parent InputPanel to control all of the child components will be great.
Thanks...
I upgrade to C1InputPanel 2.0.20083.50, It's great to use the "ReadOnly" property for many InputComponents now. Thanks~
Could you add "ReadOnly" property for InputCheckBox, InputRadioButton too?
In many case, some user are authorized to read/write the data, but some user are authorized to view the data only.
If I set enabled property to false in view mode, the compoment ForeColor will become gray.
Most of my clients will complain it's not so clear when word's color is gray.
And I believe some other programmer have the same problem.
That's why I need ReadOnly property for all InputComponent.
Thanks in advance~