Hi,
we are using the TextBoxControl instead of the TextBox because of the performance. Now I need to add a button/Icon in my TextBoxControl. I have found a solution for the Textbox but could not find any solution for the TextBoxControl.
How can i add a simple Button in my TextBoxControl ??
Sincerely,
Dominik
I'm using a RadRichTextEditor for WinControls (2017.1.117.40) in my WinForms application and i want to use the RTF text later on in a Stimulsoft Report.
First i import an RTF (created by Winword) from my local machine, it is displayed fine in the TextEditor and in a report designed with Stimulsoft. After i edit the text and try to display it in the report again, the report can't render it anymore as RTF.
I've attached the original text and the changed text as texxtfiles and you can see that there have been put some more tags into the file than in the original.
I'm not using any special propertysettings for the texteditor as far as i know.
So i need the structure as in the Original text, can you help me to figure out what is going wrong here?
Original text:
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1043\deflangfe1043{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}}
{\colortbl ;\red0\green0\blue0;}
{\*\generator Riched20 6.3.9600}{\*\mmathPr\mnaryLim0\mdispDef1\mwrapIndent1440 }\viewkind4\uc1
\pard\nowidctlpar\cf1\b\f0\fs20 TESTTEKST\b0\par
}
Changed text after adding "test2" in Texteditor:
{\rtf\ansi\ansicpg1252\uc1\deff0\deflang1033{\fonttbl{\f0 Verdana;}{\f1 Arial;}}
{\colortbl\red0\green0\blue0 ;}
{\*\defchp\ltrch\f0\fs24\i0\b0\strike0\cf0\ulc0\ulnone}
{\*\defpap\sl276\slmult1\ql\sa180\ltrpar}{\stylesheet{\s0\sqformat\spriority0\ltrch\f0\fs24\i0\b0\strike0\cf0\ulc0\ulnone\sl276\slmult1\ql\sa180\ltrpar Normal;}{\*\ts2\tsrowd\spriority59\trbrdrt\brdrnone\trbrdrb\brdrnone\trbrdrl\brdrnone\trbrdrr\brdrnone\trbrdrh\brdrnone\trbrdrv\brdrnone\trgaph0\trpaddl75\trpaddr75\trpaddt0\trpaddb0\clpadft3\clpadt0\clpadfr3\clpadr0\clpadfl3\clpadl0\clpadfb3\clpadb0\tsvertalt\ltrch\f0\fs24\i0\b0\strike0\cf0\ulc0\ulnone\sl276\slmult1\ql\sa180\ltrpar Table Normal;}}\nouicompat\viewkind4\paperw12240\paperh15840\margl1425\margr1425\margt1425\margb1425\deftab720\sectd\pgwsxn12240\pghsxn15840\marglsxn1425\margrsxn1425\margtsxn1425\margbsxn1425\headery720\footery720\pard\s0\sl240\slmult1\ql\ltrpar{\ltrch\f1\fs20\i0\b\strike0\cf0\ulc0\ulnone TESTTEKST test2}{\ltrch\f1\fs20\i0\b0\strike0\cf0\ulc0\ulnone\par}}


Hi
I want to customise the available filter operators and change the default operator in my RadGridView
For example in a string column, I'd like to default to 'Starts With' instead of 'Contains' and want to remove the 'Ends With' operator.
Thanks
Tung

I have a Ribbon bar in Outlook view on which I want to change programmatically the font
I have managed to change the font on the bottom buttons with the following code
outlookElement = TryCast(pvMain.ViewElement, RadPageViewOutlookElement)
outlookElement.Font = MyPreference.Font
However the font of the title does not change (see attached image)
How cant I change the title font as well ?
thanks
Hello guys/girls, how are you?
I hope you can help me.
I need to use RadGridView to insert / update / delete data from MySql. VB.NET
I've used this code :
-------------------------------------------------------------------------------------------------
statustestera = Me.RadGridView1.SelectedRows.Item(0).ToString
statuspantograf = Me.RadGridView1.SelectedRows.Item(1).ToString
statusdispecer = Me.RadGridView1.SelectedRows.Item(2).ToString
statusproizvodnja = Me.RadGridView1.SelectedRows.Item(3).ToString
statusdokumentacija = Me.RadGridView1.SelectedRows.Item(4).ToString
comm.Connection = cn
comm.CommandText = "INSERT INTO TBL_Priprema_GROB(StatusTeseta, StatusPantograf, StatusDispecer, StatusProizvodnja, StatusDokumentacija) VALUES('" & statustestera & "','" & statuspantograf & "''" & statusdispecer & "','" & statusproizvodnja & "',' " & statusdokumentacija & "')"
comm.ExecuteNonQuery()
------------------------------------------------
but it returns with the Index can not be negative or less..... error.
Can you please help


I have a requirement which uses a popup launched from a grid which resides in a tool window. Default state of the tool window is auto hide.
Now, when the tool window expands and the grid is shown, the end user can click a grid command button which launches a lookup dialog. The dialog returns the selected value with an event which is handled by the eventhandler from the tool window grid.
Here's the problem: when the dialog is shown, the tool window closes. I want the window to remain expanded while the dialog is shown.
Is there a way to keep it expanded _without_ changing the tool window state (e.g. to docked)?
Any thoughts on this?

Hi All,
I have a problem referecing 'Telerik.WinControls.UI.dll' in a project. The problem message is in portuguese, but the context is the same:
Error14'Não foi possÃvel carregar arquivo ou assembly 'Telerik.WinControls.UI, Version=2015.1.225.40, Culture=neutral, PublicKeyToken=<xxxx>' ou uma de suas dependências. Ponteiro inválido (Exceção de HRESULT: 0x80004003 (E_POINTER))'<projet with dir>
Is there a solution? I've read http://www.telerik.com/forums/could-not-load-file-or-assembly-telerik-wincontrols-ui topic, but the messages are differents.
Any suggestions?
Reggards
