Hi,
I've built a custom FormItem derived class and whenever I call this.setError(), my error gets displayed but the styling
is different than for built-in ISC components. For example, DateItem will display its error and have the item surrounded
by a red box (embedded within a listGrid). My custom FormItem derived class will render the error message, but I don't
get the red box around my component.
I tried looking at the code but couldn't find anything. Is there anything particular I need to do get the same behavior?
I'm using version 8 nightly build.
Thanks,
I've built a custom FormItem derived class and whenever I call this.setError(), my error gets displayed but the styling
is different than for built-in ISC components. For example, DateItem will display its error and have the item surrounded
by a red box (embedded within a listGrid). My custom FormItem derived class will render the error message, but I don't
get the red box around my component.
I tried looking at the code but couldn't find anything. Is there anything particular I need to do get the same behavior?
I'm using version 8 nightly build.
Thanks,
Comment