Telerik Forums
UI for WPF Forum
5 answers
152 views
Hi,

I have just started using the RadScheduleView (VB.net) following the database example in the "xaml-skd-master".

Everything seems to be working ok except for two problems, which both exist in the example project and my project.

1. The TimeMarker doesn't seem to display any brush colours, although as far as I can see they do exist at TimeMarker.TimeMarkerBrushName. Please see attached screenshot

2. The low and high importance option don't seem to be saving and displaying when selecting in the dialogue (and clicking ok).

I have run both the VB example and the C# example and the C# example seems to run fine.

Other examples in the sdk seem to work however these don't use a database as a source.

Looking at the TimeMarker.cs and TimeMarker.vb files, the code looks quite different, with references to TimeMarketBrush not appearing in the TimeMarker.vb file. Is the VB example for an older version? 

Could someone help me get these features working.

Regards,

 

Shaun



Yana
Telerik team
 answered on 06 Jun 2014
1 answer
102 views
Hello,
if the TabControl contains a single tab and this tab is collaped, the content of the tab is displayed, but not the header.
Patrick
Martin Ivanov
Telerik team
 answered on 06 Jun 2014
3 answers
186 views
Hi,
I want to make my category as a hyperlink. I am adding category programmatically.

barChart.DataPoints.Add(new CategoricalDataPoint() { Value = item.StatusCount, Category = item.Label });

Please help for same.

Thank You,
Petar Marchev
Telerik team
 answered on 06 Jun 2014
7 answers
194 views
How to make Drag-n-Drop of PropertyDefinition towards RadRichTextBox, for example ?

or

How to find PropertyDefinition under the mouse ?
Nick
Telerik team
 answered on 06 Jun 2014
1 answer
111 views
When I set DragDropExecutionMode="New" then IsDragPreviewEnabled="false", IsDragTooltipEnabled="false", IsDropPreviewLineEnabled = false DON'T WORK.

<telerik:RadTreeView  
            telerik:TreeViewSettings.DragDropExecutionMode="New" 
            IsDragDropEnabled="True"
            IsDragPreviewEnabled="False"
            IsDragTooltipEnabled="False"
            IsDropPreviewLineEnabled="False" >

<telerik:RadTreeView.Items>
<telerik:RadTreeViewItem Header="Category1"/>
<telerik:RadTreeViewItem Header="Category2"/>
<telerik:RadTreeViewItem Header="Category3"/>
<telerik:RadTreeViewItem Header="Category4"/>
<telerik:RadTreeViewItem Header="Category5"/>
</telerik:RadTreeView.Items>
</telerik:RadTreeView>
Petar Mladenov
Telerik team
 answered on 06 Jun 2014
1 answer
120 views
Hello.
I'm using this great example for exporting grid to xml: http://www.telerik.com/help/wpf/gridview-export.html.
Problem is that, I have ColumnGroups declared like:

  <telerik:RadGridView.ColumnGroups>
                    <telerik:GridViewColumnGroup Name="Numer">
                        <telerik:GridViewColumnGroup.Header>
                            <TextBlock Text="Numer" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" />
                        </telerik:GridViewColumnGroup.Header>
                    </telerik:GridViewColumnGroup>
(...)
  </telerik:RadGridView.ColumnGroups>

And using it with column:

                    <telerik:GridViewDataColumn Name="col5" DataMemberBinding="{Binding Nazwa dokumentu}" Header="WewnÄ™trzny" Tag="nazwa" ColumnGroupName="Numer">
                        <telerik:GridViewDataColumn.AggregateFunctions>
                            <telerik:CountFunction Caption="Liczba dokumentów: "></telerik:CountFunction>
                        </telerik:GridViewDataColumn.AggregateFunctions>
                    </telerik:GridViewDataColumn>

Well, it does export to xml, but with this little problem: http://puu.sh/9g0pQ/c92b2e57f8.png

How can I export content (text) of textblock instead of System.Windows.Controls.TextBlock ?
Dimitrina
Telerik team
 answered on 05 Jun 2014
1 answer
116 views
I want to count total numbers of group in the gridview.
So how is this possible?
can you help me?

I also added a image which I want.

Regards,
Bharat Mendapara
Yoan
Telerik team
 answered on 05 Jun 2014
1 answer
111 views
I want to count total numbers of group in the gridview.
So how is this possible?
can you help me?

I also added a image which I want.

Regards,
Bharat Mendapara
Yoan
Telerik team
 answered on 05 Jun 2014
2 answers
219 views
Hi,

I have a RadTreeListView in my application.
I have severals columns using CellEditTemplate.

When the size of the element in the CellEditTemplate gets bigger than the column's, the column is not resized.

For example : 
<telerik:GridViewDataColumn Header="{localization:Translate Key=PBODetailGrid_Perte, Default=PBODetailGrid_Perte}"
                                                    DataMemberBinding="{Binding Perte, Mode=TwoWay, Converter={StaticResource FormatAmountConverter},ConverterParameter='Perte'}"
                                                    TextAlignment="Right" 
                                                    IsFilterable="False"
                                                    UniqueName="lblPerteRTL"
                                                        MinWidth="60" >
                                <telerik:GridViewDataColumn.CellEditTemplate>
                                    <DataTemplate>
                                        <TextBox Text="{Binding Perte, 
                                                                        Mode=TwoWay,
                                                                    Converter={StaticResource FormatAmountNullConverter}}" HorizontalAlignment="Center"/>
                                    </DataTemplate>
                                </telerik:GridViewDataColumn.CellEditTemplate>

When the size of the TextBox is more important than the size of the column, the column is not resized.
Some columns in my RadTreeListView don't use DataTemplate, and their width resize normally.

Do you have an idea on how I can manage this issue ?

Thanks by advance :)
Patrice
Top achievements
Rank 1
 answered on 05 Jun 2014
2 answers
104 views
Hi,

Is it possible to programmatically change the default sorting for fields that are added through a RadPivotFieldList?  Currently added fields have default sorting of Ascending (A to Z), but I would like to have no sorting.

Thanks,
Edwin
Edwin
Top achievements
Rank 1
 answered on 05 Jun 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?