Hello!
I have:
1. CandlestickSeries
2. X-Axis (datetime): CategoricalAxis
3. Y-Axis (double): LinearAxis
4. ChartPanAndZoomBehavior DragToZoomThreshold="0" MouseWheelMode="Zoom" DragMode="Pan" ZoomMode="Both" PanMode="Both"
How to make it so that:
1. When scrolling along the X-axis, all data on the Y-axis was displayed (in the visible range of X-axis)
Hello,
I have a project in which I have a radgridview that needs to be styled with different colors based on the values that are in the cell. So each cell can have different colors depending on its value. To do this I have just been programmatically changing the cell color from the cell loaded event. This is working fine for me but coloring the cells is having a weird effect that I would like to remove if possible. It appears that the cell colors are rendered on top of the row color and the selected row highlight when you mouse over a row. Is there a way I can easily reverse this so that the row color overrides the cell color while the row highlight is on top of the row color?
Thanks
I want to always disable and, if I can, clear the content of the first cell in the first row of my RadGridView. I know there is the readonly property to use, but that doesn't really work because then my objects need that field to bind to. It is static for me that in the first row, the first cell is always disabled. So no matter how the user moves around the rows or data, that cell remains static.
How can I do this?

Hi,
I am trying to make a universal style which would show header tooltip for every column in a gridview. In generic.xml I defined this style:
<Style TargetType="telerik:GridViewHeaderCell">
<Setter Property="ToolTip" Value="{Binding RelativeSource={RelativeSource Self}, Path=Content}" />
</Style>
This does show the tooltip, however when mouse pointer is hovered over the column header then the actual column header gets cleared. The tooltip stays. I tried to set binding mode to TwoWay but it doesn't change this behavior. How can this be fixed if I'd like to keep styling global?
Hi,
Do you have any example to create an appoiment skipping slots reservations?
Thanks in advance.
<telerik:RadRibbonView> <telerik:RadRibbonView.ApplicationMenu > <telerik:ApplicationMenu> <telerik:ApplicationMenu.Content> <Grid>...
In the code behind I fill the grid with an child of an RadTeeView:
RadTreeView tree = new RadTreeView();tree.Items.Add(myTree);myGrid.Children.Add(tree);
So far so good, every thing is working fine.
But how can I prevent that the menu closes when I left click (MouseDown) on the menu or the main window?
The Application Menu did not close when I left click on the:
-root element from my tree
-plus/arrow icon of on tree node
-element which was selected on the last visit
It would be nice to handle the closing of the app-menu by my self, is this possible?

Hi,
I would like to change the colour of my Dropdownbutton inside radgridview, when the filter is active, because I want to make it more visible which filter is active in the moment. Anybody knows how to find these settings ? I'm using VS 2013 PRO and I'm during the WPF telerik project.\
Best regards
Kris
I need to add different type of cells (NumericUpDown,TextBox,Combobox) to same column in RadDataGrid. Could someone please help its very urgent.......
Thanks.
Hello Telerik team,
I have written the following "Feature Request": ScheduleView: Provide methods to print its content with full paging Support.
At the moment I'm trying to print the "WeekView" (seven days) on two pages. On the first page the first four days and on the second the rest. To realize this I use a hidden RadScheduleView (name: printScheduleView). My plan is to create an image for each page. Currently I am using the PrintVisual method, but later I would like to use the PrintDocument method (public abstract DocumentPage GetPage(int pageNumber)).
Before the PrintVisual method is called, printScheduleView must be rendered correctly, which currently only works with a timer. printScheduleView.UpdateLayout method could not solve the problem. Even a dirty DoEvents (UIElement.UpdateLayout Method) didn't solve the problem completely.
The sample project on my OneDrive account shows the bad behavior.
Can you please help me find a good solution?
Regards,
Marco