Hello there!,
Need your help!
I recently installed WPF 2017 controls and I am trying to use the data display controls, in this case graphics.
I replicated a sample from the Telerik folder, and my project did not work, he always showed me the chart and Axis, but no data.
Then I realized that the examples projects that works fine are in 4.0, so I downgraded my project from 4.5.1 to 4.0 and then it worked fine.
Are there any problems using net frameorks > 4.0? I could not get it worked in 4.5.2 nor 4.6
Thanks!!!
Hi,
We have a requirement for our client where we want to notify the WPF application with Multiple Raddesktopalerts, let say more than 20
and requirement says to display all at the same time on the screen - Bottom right. How to handle this one ?
One thought is to have scrollviewer associated with multiple Rad desktopalert if they are more than some count but
how to do it ?
ScrollViewer is just a thought ,
If someone has any other good idea too, It will be great .
Telerik.Windows.Controls.RadDesktopAlert doesn't seem to have a global click event AND also does not have a PopUp property to achieve that. Currently It gets fired only When the user clicks the Content of the RadDesktopAlert . Requirement says for setting where the user can click anywhere on the DesktopAlert and get fired the click event. I tried looking for Hwnd or Handle so I could manually register a click event in this manner, but even those properties don't exist.
I have a requirement where I need a global event, how to achieve global Click event ?
I have 2 date pickers, when the first one is changed, it updates the next datepicker.
When I manually change the first date and press tab, it updates the date picker correctly but when I try to select a date, it is showing the wrong month.
http://imgur.com/a/IuacF
Hi,
it is possible to protect a worksheet to prevent from changing cell values but still has ability to resizing columns ?
With unprotected worksheet I can change width of columns.
Thanks.
Hello i would like to know if there is a way to put the borders of the MapPinPoint bolder than 1, no matter what value y put to BorderThickness , it is always 1. Thanks for advance.
<DataTemplate x:Key="PinPointTemplate">
<telerik:MapPinPoint telerik:MapLayer.Location="{Binding Path=Location}"
Background="{Binding Background}"
BorderBrush="{Binding Border}"
BorderThickness="2"
Width="13" Height="13">
<ToolTipService.ToolTip>
<ToolTip Content="{Binding Path=Caption}"/>
</ToolTipService.ToolTip>
</telerik:MapPinPoint>
</DataTemplate>
I am successfully using Print Preview with GridView using RadSpreadSheet. The defaults in the Print Dialog box are completely wrong for my application but I can find no resources that say how to change these defaults.
Can someone please direct me to some sample code that shows how to change the print setting defaults?