
Hello
I use c# wpf telerik RadGridView and I have problem with Pasting. RadGridView`s cells contain my special custom type:
class Place
{
int id;
string name;
}
I need to get source cell in PastingCellClipboardContent to read Place.id:
private void radGridView1_PastingCellClipboardContent(object sender, GridViewCellClipboardEventArgs e){
if (e.Cell.Column.UniqueName == "Place"){
//here i need source cell
}
How can I get it?
Thanks

Hi,
I'm trying to use DesktopAlert to display a list of messages. This would only ever be a short list (1 to 3 messages).
I'm aware that I can attach the list to the Content property, and that if I do this, I must provide a custom ContentTemplate to display the list, but I'm not clear how to do this.
Wayne
I need create a view, which shows the list of image thumbnails in the left and the selected image in the right just like AcrobatReader for PDF pages.
Which controls shall I use? Have you any example project?


Hello,
We are changing our chart library from LiveChart to Telerik but there we are facing a problem.
We want to be able to smoothly move each point of a line series to its new location when the value of a point is updated in the model, wich is very straichtforward using LiveChart. We can manage to redraw the chart with the new value out of the box but it seems like points jump from one place to another and we can't find any litterature about how to move them smoothly.
Is that even possible using Telerik? How?
Any help will be appriciated
Emilie

Hello there, i have a Information layer with MapPath curves and the items are drawing fine, but i can't select that, but when i change the Information Layer on Visualization Layer, i can select the objects but there are not drawing.
Pls help.

Hi guys,
Is it possible to have a proper title bar for the RadTabbedWindow? What could be approach to do that, if we really need it? Thanks