Telerik Forums
UI for WinForms Forum
5 answers
208 views
I am using Custom Alarm Form for Reminder based on your Examples code.

I would like to change the back color of each item in RadListBox, at creation, depending on some scheduled item properties.

How do I go about it?

If it is not possible to do it with RadListBox, how would I go about using some other control, bind it to the reminder and achieve different back colors?

Thanks,
  Aleksandar
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 19 Apr 2019
7 answers
543 views

Hi

I have been using the code from https://www.telerik.com/support/kb/winforms/editors/details/changing-the-text-color-of-a-disabled-radtextbox for years now with success until I discovered that it doesn't work well with MultiLine textboxes.

Is there another way (I am using the latest bits) to achieve that behavior (changing the backcolor of disabled control) that would work with multiline textboxes?

Eric Moreau
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 18 Apr 2019
3 answers
118 views

Hi,

expanding the second hierarchy becomes really slow if there are more than 500 items.

Sample is attached. If you expand the second Level ("Expand me!") on the left grid it takes 4-5 seconds to expand (for 1500 rows) if you do the same on the right side it is expanded instantaneously. Same data ... 

Is there any reason why it's so slow?

Kind regards,

Christian

 

 

Dimitar
Telerik team
 answered on 18 Apr 2019
1 answer
133 views

Hi Admin,

 

I would like to know can I add 'Pin' in SplitContainer winform? Because I want to hide SplitPanel1 like 'Pin' Function.

 

 

Thanks

Moe

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Apr 2019
3 answers
200 views

I would like to be able to load data into the grid and then add the GridViewComboBoxColumn to an existing column and have the column display the display member for all rows of existing data. We load many different sets of data into one grid and want to use auto generate as it takes care of most of the database fields. This would leave having to only assign the drop down fields.

We do not want to manually define each set of columns for every set of data as we have hundreds of queries we use. This is something I am able to do with other vendor's products and need to be able to do with Telerik's grid.

Thanks!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Apr 2019
5 answers
235 views

Hello,

My gridview bounds with two data collections. One collection bounds to the master template, the other bounds to the template in the master template.

I've found the memory leak during the hierarchy templates refresh.

I made a simple demo. Please download it from:

https://www.dropbox.com/s/btzb5go8e4bnrmk/RefreshHierarchy.rar?dl=0

In the demo, there are two data collections. If I refresh 50 elements in each collections, the memory will leak very fast. Please see the memory diagnosis trace in the attached photos.

If I collapse all hierarchy template, only refresh the master template, the memory maintains well.

Thank you by advanced for your support.

Regards,

Dimitar
Telerik team
 answered on 18 Apr 2019
6 answers
285 views

Hi Team!

 Is their a way on how to used the SpellCheckUppercaseWords and SpellCheckWordsWithNumbers property under the namespace Telerik.WinForms.Documents.Proofing while I am using Telerik.WinControls.RichTextBox.Proofing for loading the spell check custom library. As i tried WinControls.RichTextBox.Proofing does not contains a member of DocumentSpellChecker.Settings so therefore I cannot use this way of using the property DocumentSpellChecker.Settings.SpellCheckUppercaseWords = True for allowing uppercase spell check. See below part of my code.

 //Setting up spell check.

 Friend Shared SpellCheckCulture As CultureInfo = CultureInfo.GetCultureInfo("en-GB")

 

Dim textBoxControlSpellChecker As IControlSpellChecker = Me.RadSpellCheck.GetControlSpellChecker(GetType(TextBox))
Dim documentSpellChecker As DocumentSpellChecker = TryCast(textBoxControlSpellChecker.SpellChecker, DocumentSpellChecker)

documentSpellChecker.Settings.SpellCheckUppercaseWords = True   //This part will got an error if I import Telerik.WinControls.RichTextBox.Proofing

documentSpellChecker.AddDictionary(New SpellCheckDictionary(), SpellCheckCulture)

documentSpellChecker.SpellCheckingCulture = SpellCheckCulture

 

//Loading of Custom Library using Telerik.WinControls.RichTextBox.Proofing

Public Class SpellCheckDictionary
        Inherits WordDictionary
        Protected Overrides Sub EnsureDictionaryLoadedOverride()

            Try

                Using ms As MemoryStream = New MemoryStream(File.ReadAllBytes("en-GB.tdf"))
                    Me.Load(ms)
                End Using

            Catch ex As Exception
                Glenfield.Common.HandleError(ex)
            End Try

        End Sub
    End Class

Guillermo
Top achievements
Rank 1
 answered on 17 Apr 2019
4 answers
845 views

Hi ,

How can i make transparent borders form like the attach file  ?

 

Dimitar
Telerik team
 answered on 17 Apr 2019
6 answers
177 views

Hi Every one.

I want to add images into Map Legend.

I tried a lot but i couldn't.

how can i do this?

thanks...

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Apr 2019
17 answers
656 views
How can I select full one column in gridview?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Apr 2019
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
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
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?