Hello,
i have a RadRichEditor with tabstops set.
When i press the Tab key on a blank line, then a indent is inserted. The cursor should jump to the tabstop.
When i write a char and press than tab, the cursor jump to the tabstop. Why is that?
See pictures what i mean ...
Thanks.
Hello guys ! I'm currently working on a project in C# with Visual Studio 2013 and Telerik for Winforms 2013.
I'm generating buttons in my program (buttons used for user login), and i'd like to change the font of the buttons i'm generating, but as you may have guessed, since they're not in the program until i launch it, i'd like to know if there's a command to change them directly into the code before generating them.
Thank you for your answers.
With many regards,
Martin.
I'm working on Windows Form and i have selected Rad TimePicker for time insertion into sql server.
i want to insert time in the form of 11:23 AM/PM . Value inserted into sql server is in 11:23:00 format not in 11:23 AM/PM format.
Please guide me.
Hi,
Is there anyway to refresh (reload) treeview which has been loaded tree nodes using LazyMode with on-demand-loading. I tried with TreeView.Refresh() and TreeView.Nodes.Refresh(). Both not working.
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