Telerik Forums
UI for WPF Forum
1 answer
224 views

Hello

How can I export pdf of RadGanttView in wpf.

Please help me. I waiting for reply.

 

 

Polya
Telerik team
 answered on 28 Oct 2016
3 answers
152 views

Hello

I am facing problem of changing size of bars in rad Gantt view and display title side of bars in rad Gantt view. please help me

 

Polya
Telerik team
 answered on 28 Oct 2016
4 answers
183 views

Hi,

I'm trying to localize RadSpreadsheet control using my resource files. I would like to ask, is it possible to localization, function names(from FunctionsProvider) and styles names in StyleGallery? I cannnot find any keys with function or style names.

Thanks

Damian

Tanya
Telerik team
 answered on 28 Oct 2016
1 answer
206 views

Hello,

 

Currently, RadDiagram uses pixels as the unit of measurement. I have been working on a solution, which requires millimeters as the unit of measurement.

I know I can change RadRuler measurement unit to centimeter (http://www.telerik.com/forums/ruler-that-displays-units-in-inches-mm), but this change only display value on ruler. I need support in the RadDiagram - grid lines in mm, snap to milimeters (not pixels) and page size in mm. How I can add support to milimeters unit?

 

Thanks you
Adam

Petar Mladenov
Telerik team
 answered on 28 Oct 2016
2 answers
179 views

Dear Telerik,

I am having the same problem as in this post: http://www.telerik.com/forums/gridviewcomboboxcolumn-lost-value-when-lost-focus

however, I believe that I have set all values required:

 <telerik:RadGridView Name="PFGrid" AutoGenerateColumns="False" Height="228" ScrollMode="RealTime" ScrollViewer.CanContentScroll="True" ScrollViewer.VerticalScrollBarVisibility="Auto"
                                     NewRowPosition="Top"
                                     AlternationCount="2"
                                     AutoExpandGroups="False" 
                                     CanUserDeleteRows="True" 
                                     CanUserInsertRows="True"
                                     ShowColumnFooters="False"
                                     ShowColumnHeaders="True"
                                     ShowColumnSortIndexes="False"
                                     ShowGroupFooters="False"
                                     ShowGroupPanel="False"
                                     RowEditEnded="PFGrid_RowEditEnded"
                                     EditTriggers="Default" 
                                     Loaded="PFGrid_Loaded"
                                     >
                    <telerik:RadGridView.Columns>
                        <telerik:GridViewComboBoxColumn Header="Quote Section" UniqueName="MaterialType" Width="100" IsFilterable="False" 
                                                        IsGroupable="False" IsReorderable="False" IsSortable="False" 
                                                        DataMemberBinding="{Binding MATERIALTYPE_UID}"
                                                        DisplayMemberPath="MATERIALTYPE_NAME"
                                                        SelectedValueMemberPath="MATERIALTYPE_UID"
                                                        ShowDistinctFilters="False" TextWrapping="Wrap">
                        </telerik:GridViewComboBoxColumn>

 

materialtypes is an array of my business object and is set on UserControl Loaded using my API calls:

materialtypes = MainWindow.dataclient.GetMATERIAL_TYPE(new MATERIAL_TYPE(), " ORDER BY MATERIALTYPE_NAME ASC ");

PFGrid.ItemsSource is also set on UserControl loaded:
formulas = MainWindow.dataclient.GetPOST_FORMULA(f, " ORDER BY POST_FORMULA_MATERIAL_TYPEDetail.MATERIALTYPE_NAME ASC ");
PFGrid.ItemsSource = formulas;

GridViewComboBoxColumn ItemsSource property is set on Grid Loaded event:
((GridViewComboBoxColumn)this.PFGrid.Columns[0]).ItemsSource = materialtypes;

 

Any help would be appreciated.

thanks.

Stefan Nenchev
Telerik team
 answered on 28 Oct 2016
1 answer
73 views

When I handle e.Cell.Value in my Grid.CellEditEnded event handler, it will sometime have the updated value, and other times it will not.

Is there a method I can call on the Cell to request it to write to source?

It seems if I end editing by clicking on a cell in the same row, it will fail, but if I end editing by click on another row it will usually work.

Thanks for the assistance.

Dilyan Traykov
Telerik team
 answered on 28 Oct 2016
3 answers
129 views
Hi simple question,

Upon clicking Autocompletebox, I would like an event to fire. There's no click event present. For now I used a MouseEnter event but I'm  looking for a click instead.

Any assistance would be greatly appreciated. 

Kind regards,
Yana
Telerik team
 answered on 28 Oct 2016
4 answers
196 views

Hello,

I am using an radSpreadsheet with multiple worksheets. I have no problem when it comes to freezing rows and columns using FreezePanes on the first worksheet. However, I am unable to freeze cells for the second worksheet.

Is it possible to freeze cells simultaniously on multiple worksheets of a given radSpreadsheet and, if so, could you give me an example of how this could be achieved?

Thank you.

 

Tanya
Telerik team
 answered on 28 Oct 2016
2 answers
113 views

I'm looking to replace WPF treeview with the RadTreeView in our app to pick up some of the extra features, i.e. multi-select since I learned our company already has a license to use.

We have a requirement for our app to be compatible with Win 7 - Win Current and all in between. To Telerik, Is this guaranteed today? To others, any known pain points in this regard?

Thanks in advance.

David
Top achievements
Rank 1
 answered on 27 Oct 2016
2 answers
217 views

Using the winforms version I was able to achieve this by creating my own renderer and overriding the hit-test behavior. Is there a way to do something similar in the WPF version?

 

Also semi-related... in the pie chart I am using the selection to get notification that the user clicks on a data point, and then take some action. Usually it involves redrawing the chart and that all works fine. However when I don't redraw the chart, the datapoint is altered visually. Is there some way to "cancel" the selection in that case, or at least control how the datapoint is visually affected when selected?

 

Also (sorry things keep coming to me), I like the hovermode "FadeOtherItems" over look, but I feel that the amount that everything is faded is too great. Is there a way to control that?

Martin Ivanov
Telerik team
 answered on 27 Oct 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?