Hi,
I have a radgridview which is populated by a LINQ query via Entity Framework by setting the datasource of the grid:
EG: grd.DataSource = query.ToList();
On the form I have two grids with the classic 'Move' button between them. I also want to be able to drag from grid source into grid destination, but the twist is the grids are not the same. The button click works out the logic for the data move (and it works fine), so I want the destination grid to fire the button click when the item is dropped onto it.
Any ideas folks on how to allow dragging from the source grid and also on how to capture the 'drop' event in the destination grid?
Thanks all.

I can't find an soloution for my problem. I already searched and tried many hours, but without success.
Well, I hope somebody can help me with my problem.
I am Using Telerik winforms 2015 Q1....
How it is possible via code to set a focus on RadGridViews Filter TextBox Column like textbox blink ?
MY application Loading page has 1 Gridview
after populate grid i want to cursor focus(cursor blink) to fliter row first column...
now only work after any key press or mouse click on fliter row- showing fliter text box...
i need to show after page load cursor blinking gridview filter row first column like textbox blink
Thank you
sajeev

Hello,
I have a panorama window with some tiles and I would like to use right mouse click, left mouse click and double click. For both right and left mouse click no problem, it works perfectly, but double click event doesn't work correctly. Sometimes yes but most of the time not. There is any special method to use double click event in tiles?
Thank you,
Eduard

The question is about the output of this code:
Telerik.WinForms.Documents.FormatProviders.Html.HtmlFormatProvider fmt = new Telerik.WinForms.Documents.FormatProviders.Html.HtmlFormatProvider();fmt.ExportSettings.StylesExportMode = Telerik.WinForms.Documents.FormatProviders.Html.StylesExportMode.Inline;RadDocument rad = fmt.Import("The following word is <i>italic</i>.");string html = fmt.Export(rad);The HTML output contains:
<span style="font-family: 'Times New Roman';font-style: Italic;font-size: 16px;">italic</span>It seems as though some HTML parsers don't regard "font-style: Italic" as a valid font-style. However, if I replace it with "font-style: italic" it works just fine. The client in question is GMail's HTML email viewer, but I'm sure there are others.
The only standard I can find related to this is the SVG 1.1 standard which states:
Keyword values, such as italic in font-style="italic", are also case-sensitive and must be specified using the exact case used in the specification which defines the given keyword.Obviously the DOCTYPE is xhtml, not an SVG file, but the premise that certain standards expect this particular word to be lowercase lends to the fact that in certain situations "Italic" vs. "italic" does matter.
For the time being I'll just manually replace this substring in all of my HTML documents, but it would be nice if the RadDocument / HtmlFormatProvider guys could implement a permanent fix for this.

Hello Support.
May you please tell me how I can disable add new, edit, delete items both in text view and graphical view of GanttView?
Thanks & Regards,
Thuy

Hi, I would like to change the behavior of a RadDock far-right-hand-side close ('x') button (on the top right of the DocumentTabStrip) to close all of the opened tab windows instead of just the current window. On the screen shot, it's the red 'x' on the top right that I'm talking about.
How would I do this?
-Lou
Hello,
for my application I created with the Visual Style Builder own theme, which I put by this code throughout the application:
ThemeResolutionService.LoadPackageFile("MyTheme.tssp");ThemeResolutionService.ApplicationThemeName = "MyTheme";Thank you.
there are white space on the right side, how i can hide or remove it ??
second issue am sure the ribbon bar have hide button not minimize but i can't find it any one here can help me ??

To who may concern,
Im using ChartView to get the graph that Im sendind as an image (the attachment included), but until now I just cannt. As you can see in the image, I also put a data sample, thats the way I have my info, as consequence the resultant graphic will be a stacked and clustered (or grouped Idntknow). Can this graphic be done with Chartview? Also, can you help me with this?
I'd really really appreciate any help that u can give me.
Thx in advanced.
Miguel RodrÃguez.
