Hi, when selecting items from the autocomplete box they add the items horizontally and to the right of the previous item. Is it possible to have each item have it's own row?
So instead of [Item1] [Item2] [Item3]
It'll be
[Item1]
[Item2]
[Item3]
Hey,
I tried getting a around, creating custom template and style for the crosshair labels, however nothing gets displayed.
Could you point me in the right direction with a simple demo? E.g vertical label being a red circle with the text written in black.
Thanks in advance
<
Style
TargetType
=
"telerik:GridViewRow"
x:Key
=
"OrderItemStyle"
BasedOn
=
"{StaticResource GridViewRowStyle}"
>
<
Setter
Property
=
"telerik:DragDropManager.AllowCapturedDrag"
Value
=
"True"
/>
<
Setter
Property
=
"telerik:DragDropManager.TouchDragTrigger"
Value
=
"TapAndHold"
/>
</
Style
>
Hi! First of all I bag your pardon for my poor English. I'm very interested in using ChartView control for building charts displaying information in real-time. I write a WPF C# application that is reading (in real-time) data slices (via COM-port) from ultrasonic flowmeter for gas conduit and (after reading every data slice) drawing (in real-time) line chart from data of this slice. So I have two questions:
1) Can I use ChartView for drawing of those charts in real-time?
2) What is the maximal time-resolution of ChartView? Does it has time-resolution in microseconds (that is it can executes drawing of chart in time-interval of tens of fmicroseconds) or in milliseconds only?
Today I discovered the following file in my build folder: Telerik.Windows.Data.dll
Upon further research, I discovered that this file is listed as a dependency for RadMap:
http://docs.telerik.com/devtools/wpf/installation-and-deployment/deploying-telerik-ui/installation-installing-dependencies-wpf.html
I have 3 projects using the map and only one has this file in the build folder. Two are using WPF 4.5 and one is using WPF 4.0. I've been sending out the installations for years without this file and haven't had a problem. Can you explain why this file is needed? Also any idea why it is only just now showing up for this one project?
These are the two files I am actually referencing:
C:\Program Files (x86)\Telerik\UI for WPF\Binaries.NoXaml\WPF45\Telerik.Windows.Controls.DataVisualization.dll
C:\Program Files (x86)\Telerik\UI for WPF\Binaries.NoXaml\WPF45\Telerik.Windows.Controls.dll
If "Full Row" selection unit is used, and particular field has an error, the row header displays an error icon summarizing the errors when hovered over (see attached "error - full row selection unit.jpg"). This is not the case when "Cell" is the selection unit (see "error - cell selection unit.jpg").
Do I need to set something to enable the same behavior, or is this a bug?
I am using trial version (2015.3.1104.45)
Hi,
Right now,we are able to do copy/paste for cells in the grid view.Do we have the similar functionality for cut/paste in the gridview?
If so, could you provide us the sample code?