Hi..
I have an app, that have been using the maps perfectly for several years.
Now, I get an Empty Map - No Roads nothing!
I'm using the BING provider.
Any ideas? Help!!

Hi,
How can I use the ExportToImage extension with define the size (Width and Height) of the image. I do not wish to change the size of my framework element (RadCartesianChart ) in so that the image generated will be bigger in size.
This is the line of code to export to image:
Telerik.Windows.Media.Imaging.ExportExtensions.ExportToImage(CartesianChart, Path.GetFullPath(fileName), new PngBitmapEncoder());
Thanks in advanced.
Regards,
CS

When call Layout with SugiyamaSettings ,I wish to display the shapes from right to left ,root node dock at the right side
SugiyamaSettings settings = new SugiyamaSettings()
{
VerticalDistance = 10d,
HorizontalDistance = 5d,
IgnoreInvisible = true,
ComponentsGridWidth = transDiagram.ActualWidth,
Orientation = Telerik.Windows.Diagrams.Core.Orientation.Vertical,
};
transDiagram.Layout(layoutType, settings);
how to do?
when I copy multi lines and paste into column filtering textbox,
grid just filter the first line and omit the other lines.
for example, I wanna filter the following lines:
"Ali
Vahid"
grid just filter Ali.
there is any way to filter multi lines?
Thanks.


Hello,
I have a RadGridView that groups its items by an ID. There is some filtering done that results in some of the groups only having one row in them. I am struggling to find a way to hide or filter out the groups that only have one item in them. Thank you for any suggestions or help.
Dear Sirs,
I'm working with RadVirtualGrid using DataProvider. I would like to position the filter icons in the header.
You'll find attached an image of what I have now.
Thanks in advance,