Telerik Forums
UI for WinForms Forum
2 answers
213 views

All -

I'm trying to get the plain text as well as the HTML formatted text from my RichTextEditor, but the GetPlainText method is always returning back empty string. The GetContent method works just fine.

Is this a known issue or am I doing something wrong? 

Thank You

string sPlainText = rtbSMTPMessage.GetPlainText();
string sHTMLText = rtbSMTPMessage.GetContent("html");

Joy
Top achievements
Rank 1
 answered on 27 Aug 2015
4 answers
131 views

Hi I am having trouble merging the main menu with an MDIChild form.  What i what to have happen is the MDI child menu is inserted into the main menu at particular points.  For example:

Main Menu:     

Dimitar
Telerik team
 answered on 27 Aug 2015
5 answers
909 views

Hello,

I've created a custom RadListView following this page: Custom Items | UI for WinForms

However when I click a ButtonElement in RadListView, the correspondent ListViewItem is selected. How can I avoid this?

See also "image.png".

Thanks in advance,

Luca Scalzotto

Stefan
Telerik team
 answered on 27 Aug 2015
1 answer
240 views

Hi,

 The label in my Pie Chart has the same backcolor as the Series.  How do I make that white?

 

Laura

Ralitsa
Telerik team
 answered on 27 Aug 2015
3 answers
266 views
I am using Telerik Controls Q12013 and it is working fine in default (100%) OS but I am facing Layout problem RadMessageBox with 125% OS zoom in Windows 7.(Desktop [Right click] > Personalization > Display > 125% Zoom). I am facing while using Theme "VisualStudio2012Light", "TelerikMetro", and "TelerikMetroBlue" but its working fine in default Office2007 theme. I have attached some images for your better understanding. Kindly look into this issue and I am waiting for your reply.
Dimitar
Telerik team
 answered on 26 Aug 2015
0 answers
66 views

Hi,

ich would like to get the last entered Appointment date in the Scheduler and

the Appointment, wich has the recent date in Scheduler?

Can u help me?

 

Best Regards

Bledar

bledar
Top achievements
Rank 1
 asked on 25 Aug 2015
3 answers
240 views

 Okay upgraded to Q2_2015_2_728.

 I have the following code

var exporter = new Telerik.WinControls.UI.Export.SpreadExport.SpreadExport(this.contents);

....

....
exporter.RunExport(fileName);

 Since these are now obsolete, what is the replacement. Documentation is non-existent.

Thanks for the help.

Dimitar
Telerik team
 answered on 25 Aug 2015
5 answers
612 views
Hello,

I have pie chart and assigned a custom palette with 4 colors (red, green, orange and blue), only first fill color, no additional setting. This works well so far. I also want to display the according labels. This works also, but all the labels have the same background color as it corrensponding data point/segment. That I would like to change.
When I don't use any palette than each segement has its own color but the all the labels have white background.

Is there a way to change the background color of the labels?
Stefan
Telerik team
 answered on 25 Aug 2015
6 answers
162 views
When I use the tree as MultiColumnComboBox
 The table has a relation with itself
When I click on MultiColumnComboBox the popup
  The following error occurs


radMultiColumnComboBox1.MultiColumnComboBoxElement.EditorControl.Relations.AddSelfReference(this.radMultiColumnComboBox1.MultiColumnComboBoxElement.EditorControl.MasterTemplate, "id", "parentid");
            sqlDataAdapter1.Fill(dataSet11);
            radMultiColumnComboBox1.DataSource = t1BindingSource;
            radMultiColumnComboBox1.DisplayMember = "name";
            radMultiColumnComboBox1.ValueMember = "id";
 
 
 
 
            this.radMultiColumnComboBox1.AutoFilter = true;
            this.radMultiColumnComboBox1.DisplayMember = "name";
            FilterDescriptor filter = new FilterDescriptor();
            filter.PropertyName = this.radMultiColumnComboBox1.DisplayMember;
            filter.Operator = FilterOperator.Contains;
            this.radMultiColumnComboBox1.EditorControl.MasterTemplate.FilterDescriptors.Add(filter);
sql create table
relation in id and parentid
CREATE TABLE [dbo].[T1](
    [id] [int] NOT NULL,
    [name] [nvarchar](50) COLLATE Arabic_CI_AS NULL,
    [parentid] [int] NULL,
 CONSTRAINT [PK_T1] PRIMARY KEY CLUSTERED
(
    [id] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]
) ON [PRIMARY]
 
GO
ALTER TABLE [dbo].[T1]  WITH CHECK ADD  CONSTRAINT [FK_T1_T1] FOREIGN KEY([parentid])
REFERENCES [dbo].[T1] ([id])
GO
ALTER TABLE [dbo].[T1] CHECK CONSTRAINT [FK_T1_T1]
Stefan
Telerik team
 answered on 25 Aug 2015
2 answers
264 views
Hello,

There are Exit and Options button at runtime in radribbonbar's start menu, but I don't want them to show up. How can I achieve this?

Stefan
Telerik team
 answered on 25 Aug 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)
Chart (obsolete as of Q1 2013)
Form
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
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?