I have around 100 dialog all over the project, and I have noticed after I have upgraded smartclient to 12.0 all of the unEditable fields which have canEdit=false is editable (But still disabled and you cannot change the value) but it looks like you are allowed to edit the field. Please take a look at the attached screenshot. As the screen shot displays that there are two highlighted fields that they should not be editable and as you see the "Description" field's value is too long in which they should just be a text, so because of that users cannot read the whole sentence.
----Note: I have instead used "StaticTextItem" for a few of them, and that has now displayed the uneditable fields correctly. Should I include this as a fix to all the uneditable fields please? Or this is something I can still use canEdit=false in the next release?
----Note: I have instead used "StaticTextItem" for a few of them, and that has now displayed the uneditable fields correctly. Should I include this as a fix to all the uneditable fields please? Or this is something I can still use canEdit=false in the next release?
Comment