Telerik Forums
UI for WinForms Forum
1 answer
112 views
Hi.

I am filling a listcontrol by using the following code :

public static List<RadListDataItem> GetItems()
        {
            List<RadListDataItem> items = new List<RadListDataItem>();
 
 
            for (int i = 1; i <= 10; i++)
            {
                RadListDataItem toadd = new RadListDataItem();
                toadd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
                toadd.Text = "sssssssssss";
                //toadd.Image.
                string imagename = "MyProject.SuIcons.d" + i + ".JPG";
                toadd.Image = new Bitmap(Assembly.GetExecutingAssembly().
                    GetManifestResourceStream(imagename));
                items.Add(toadd);
            }
            return items;
         
        }


but, only top portition of every item image is show in listcontrol, I mean I cant see the whole image associated with item in the list.

Would you help me please ?
Stefan
Telerik team
 answered on 09 Aug 2012
1 answer
94 views
Hii ,

How to add parent nodes(Right Click & Add) at run time in treeview?

Regards,

Arun
Stefan
Telerik team
 answered on 09 Aug 2012
2 answers
315 views
Hi,

in my scenario when i add new node i need select name from commbobox or input new name. How to replace the current editor of the combobox control.

Thank you so much
Marek.
Marek Kruk
Top achievements
Rank 1
 answered on 08 Aug 2012
1 answer
135 views

i use Telerik.WinControls.UI.RadGridView q1 2012  in visual studio 2010 c# project with .net 4 but i have a problem when i open form in designer mode without any change

form.designer.cs code changed like below for all columns in radgrideview

gridViewDecimalColumn1.FormatString = global::Projectname.Resource.name;
Julian Benkov
Telerik team
 answered on 08 Aug 2012
6 answers
326 views
Hi,

  We are using Telerik 2012 version winforms Controls.

 we are facing following problem with Multi - Combo box Control.

1. After setting Selected Value through Programmatically, if we opening drop down , then selected Item is not displaying as  first item.

Thanks & Regards,
Surya.
Svett
Telerik team
 answered on 08 Aug 2012
6 answers
220 views
Hello everyone, I have a similar hierarchy radgridview demo for winform .. This means that multi-level radgridview. How can I export excel file from this radgirdview? I want to show up both master and detail Excel file of this radgripview ... I have attached the image file on the format of radgridview below.
And if I want to use the checkbox to the header text of radgridview have not
Hope everyone's help. Thanks ..

Hv
Top achievements
Rank 1
 answered on 08 Aug 2012
3 answers
344 views
Dear All,

I have 2 Radcombox
Radcombox1 will bind data in Form_Load event  And  Radcombox2 will bind when user selected item at Radcombox1

This is my code in Form_LoadRadcombox1.NullText = "- Select Name -"
Radcombox1.DisplayMember = "Name"
Radcombox1.ValueMember = "ID"
Radcombox1.DataSource = dataTable
Radcombox1.SelectedItem = vbNullString

My problem is when add DataSource to Radcombox1 (Radcombox1.DataSource = dataTable)
the Radcombox1_SelectedIndexChanged event is fire and it's also binding Radcombox2.

Please suggest how to make it Binding Radcombox2, only when user selected Item at Radcombox1.

Thanks and best regards


*question re-post from TrialUser
Stefan
Telerik team
 answered on 08 Aug 2012
1 answer
126 views


Hi to one and all,

Can any one provide a Data virtualization example for  Carousel,Please provide source file also 
Peter
Telerik team
 answered on 07 Aug 2012
3 answers
255 views
I am a newby with RadControls.
I am trying to use tooltips for the RadCalendar control in a simple Test-Form, the Properties RadCalendar.AllowTooltips and RadCalendar.ShowItemToolTips are true.

I get tooltips, using one of the following feature:
  • private void radCalendar1_ElementRender(object sender, Telerik.WinControls.UI.RenderElementEventArgs e) 
    {
    e.Element.TooltipText = "A Tooltip";
    }
  •  
  • private void radCalendar2_ToolTipTextNeeded(object sender, Telerik.WinControls.ToolTipTextNeededEventArgs e) 
    {
      e.TooltipText = "A Tooltip";
    }

But I don't get the following  "default" tooltips:
  • NavigationNextTooltip,...
  • SpecialDay-Tooltips by setting "SpecialDays.ToolTip" in VS Designer

Peter
Telerik team
 answered on 07 Aug 2012
1 answer
242 views

 

 

I am using a ribbonbar and under my view tab I have a Theme Section with a radDropDownListElement.  I loaded it with all the Themes I want to allow, but when I run the application the following occurs.
the default value is blank, I would like it to show my current setting.
When I click on the dropdown all the themes I entered are visable.
When I select one the value changes visually on the screen to what is selected.
I have put breaks in the code below, but the application never stops.


 

 

private void radDropDownListElement1_SelectedValueChanged(object sender, EventArgs e)

 

 

{

 

 

    ThemeResolutionService.ApplicationThemeName = radDropDownListElement1.Name;

 

}

 

 

private void radDropDownListElement1_Click(object sender, EventArgs e)

 

{

 

 

    ThemeResolutionService.ApplicationThemeName = radDropDownListElement1.Name;

 

}


So the long and the short is how do I capture what is selected to get the theme to change for the user.

Thanks

Stefan
Telerik team
 answered on 07 Aug 2012
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
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?