摘要:
textbox can't receive focus right after change the ISBusy property. That's because of animation of Busyindication is still running,and it is impossible for the internal control to receive focus.Telerik team offer theway to resolvethis issue. The IsBusyIndicationVisible property is updated la 阅读全文
摘要:
Enum: Binding to the Description Attribute这篇文章写得是C#环境下,带有description属性的enum如何binding到combobox。并且用到了扩展类,使用很方便。但是silverlight中没有GetValues这个方法,所以不能用。在silverlight中可以用下面的方法myCombobox.AddComboboxItem(((Customer.CustomerTypeOption)i).GetDescription(), ((Customer.CustomerTypeOption)i).ToString());public stat 阅读全文