This is a migrated thread and some comments may be shown as answers.

XAML Syntax highlighting bug in example

2 Answers 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jean
Top achievements
Rank 1
Jean asked on 25 Aug 2010, 09:44 AM
Hi, I think I may have found a syntax highlighting bug in http://demos.telerik.com/silverlight/#DataFilter/CustomEditors
The code
<DataTemplate x:Key="NameFilterEditorTemplate">
    <telerik:RadComboBox SelectedValue="{Binding Value, Mode=TwoWay, FallbackValue=null}"
                         MinWidth="100"/>
</DataTemplate>
and
<DataTemplate x:Key="QuantityFilterEditorTemplate">
    <telerik:RadSlider Value="{Binding Value, Mode=TwoWay, FallbackValue=0}"
                       MinWidth="100"
                       TickPlacement="BottomRight"/>
</DataTemplate>
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

2 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 25 Aug 2010, 11:59 AM
Hi Jean,

Thank you for the feedback. We fixed the bug in the syntax highlighter and the next time we update the online examples, the code viewer will display the XAML comments properly.

All the best,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jean
Top achievements
Rank 1
answered on 25 Aug 2010, 12:13 PM
You're welcome.
Tags
General Discussions
Asked by
Jean
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Jean
Top achievements
Rank 1
Share this question
or