↧
New Post: Can you add some new validation rules?
I use Alfa in my project, but I can not set to my combobox "required" rule. You know, user must select option in combobox. I bind items from List<MyClass>.
View ArticleNew Post: Can you add some new validation rules?
Hi virusxd, I created work item for this solution [workitem:11890]. It will be implemented in 48 hours and will be published in next version at monday (24 june 2013).
View ArticleNew Post: Can you add some new validation rules?
Your problem was resolved. To force check validation rules you can use (you can use comboBox name rather than "this" keyword):this.TryUpdateSource( ); Test implementation:<ComboBox...
View Article