Hello
How can I export pdf of RadGanttView in wpf.
Please help me. I waiting for reply.
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
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
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
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"
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.
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.
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.
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.
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?