Telerik Forums
UI for WinForms Forum
1 answer
126 views

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. 

 

 

Dimitar
Telerik team
 answered on 21 May 2015
6 answers
461 views

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

Dimitar
Telerik team
 answered on 21 May 2015
1 answer
162 views

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

Dimitar
Telerik team
 answered on 21 May 2015
1 answer
165 views

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.
http://www.w3.org/TR/SVG/styling.html Section 6.7 Paragraph 2

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.

Hristo
Telerik team
 answered on 21 May 2015
8 answers
512 views

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

Ralitsa
Telerik team
 answered on 21 May 2015
3 answers
149 views
Is Word Art supported by the DocxFormatProvider?  I'm able to import Word documents with graphics but some of the "Word Art" is not showing in the RadRichTextBox.
Dimitar
Telerik team
 answered on 21 May 2015
7 answers
434 views

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
Dimitar
Telerik team
 answered on 21 May 2015
3 answers
352 views

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";

In it I also designed the RadMenuItems. Now I would like but the background color of a ContextMenuItems (RadMenuItem) in the code change to be able to override the theme. Unfortunately it is not possible to customize the background color. With the foreground color it works.
Can anyone help me.

Thank you.

Susann
Top achievements
Rank 1
 answered on 20 May 2015
8 answers
224 views

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 ?? 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 May 2015
3 answers
175 views

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.

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 May 2015
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?