This question is locked. New answers and comments are not allowed.
Hi, I think I may have found a syntax highlighting bug in http://demos.telerik.com/silverlight/#DataFilter/CustomEditors
The code
and
are commented out when they shouldn't be.
Just thought I should draw attention to it, otherwise I am finding the sample code very helpful.
Thanks, Jean Azzopardi
The code
<DataTemplate x:Key="NameFilterEditorTemplate"> <telerik:RadComboBox SelectedValue="{Binding Value, Mode=TwoWay, FallbackValue=null}" MinWidth="100"/></DataTemplate><DataTemplate x:Key="QuantityFilterEditorTemplate"> <telerik:RadSlider Value="{Binding Value, Mode=TwoWay, FallbackValue=0}" MinWidth="100" TickPlacement="BottomRight"/></DataTemplate>Just thought I should draw attention to it, otherwise I am finding the sample code very helpful.
Thanks, Jean Azzopardi