Telerik Forums
UI for WinForms Forum
3 answers
223 views
Hi Telerik Team,

I was struggling with the RadListBox like how to add items from left ListBox to right ListBox having their Values with them, fortunately I have managed to do that but now I wanna select the value from the right ListBox but I couldnot find any way to do so. I am looking for something like as follows:

        Dim LText As New List(Of String)
        Dim LValue As New List(Of Integer)

        For i = 0 To lstSelected.Items.Count - 1
            LText.Add(lstSelected.Items(i).Text)
            LValue.Add(lstSelected.Items(i).SelectedValue)
        Next i

but this functionality does not seem to be there.

Please help me if there is any way I can do that??

Many thanks,
Sheraz
Victor
Telerik team
 answered on 03 Aug 2010
1 answer
93 views
Any documentation for the ScrollablePanel??
Deyan
Telerik team
 answered on 03 Aug 2010
3 answers
132 views
Hi
    M new for Teleric for Working Windows.
I am facing some Issues with the Custome control which having ComboBox, TextBox and Label. My Requirement is bellow:

1.In GridView one Column having ComboBox, TextBox and Label.
2.Dynamically we pass Data to ComboBox usinf DataSource.
3.Based on the Value in the ComboBox, TextBox and Label will be Hidden Or Visable for Corresponding Row.

And How to Bind the Class with these ComboBox and TextBoxs.

Please help me.

Thanks,
KKC
Svett
Telerik team
 answered on 03 Aug 2010
4 answers
129 views
Hello everyone,

I try to add some tooltip to the element in my carousel (element.ToolTipText = "Tool tip";) by they don't be displayed.
Is that the right way to display the tooltip ?

Thanks in advance for your answer.

Regards,
Pierre-Antoine DOUCHET
GEOSYS - Developer IT
Stefan
Telerik team
 answered on 03 Aug 2010
1 answer
89 views
Hi,

I would like to know if there's a way to bind data when the user click on the "+" sign of a ChildGridViewTemplate ? The problem is that i'm able to do all the steps, including binding the data to the ChildGridViewTemplate, but when it leave the method, i'm getting this error message :

Exception thrown by application
Title:Exception
Message:
Exception:
Namespace: Telerik.WinControls.UI.BaseGridBehavior
Function:OnMouseDownLeft
Line:0
Message: The object reference not set to an instance of an object
...

We are using RadControls for Winforms Q2 2009 SP1

Thanks for helping me on that one.

Francois
Jack
Telerik team
 answered on 03 Aug 2010
3 answers
131 views
Hi !

Is any Telerik control similar with listView from microsoft ?
Regards,
Hans

Victor
Telerik team
 answered on 03 Aug 2010
1 answer
98 views
Hi,
    I am using RadControls for Winforms Q1 2010 SP1 for my Client. I am facing problem, How can i set the help icon or help button in the Grid View Header. 

    Using Image we set display style as Text and Image for Header. But we need when mouse focus only image, need to displays the Some text as a Tooltip text. So, Colud please help me how to achive this functionality. Othere wise Can u provide Alternate way to achive this functionality.

Requirement:
-----------------
1. When ever end user click the Header Icon in the GirdView(?), we can displays the some text like Tooltip text.

Thanks,
KKC
Jack
Telerik team
 answered on 03 Aug 2010
1 answer
127 views

Hi,

I have questions regarding..

 

  1. How to add multiple RadCharts to the same print document?
  2. How to print RadChart and RadGridView in the same document?
  3. Is there a way to add a page header and a footer or some kind of text while printing the RadChart control?

I appreciate your help.

Thanks!

Giuseppe
Telerik team
 answered on 03 Aug 2010
4 answers
354 views
Hi,

I have a gridview with 2 columns and the AutoSizeColumnsMode is set to Fill.
The grid's datasource is a LinqToSql query, with both fields being strings and it's set in the Form_Load.

The width of the first column however isn't big enough for either the value or the headertext of that column.
I've tried using BestFitColumn but then both columns get a small width.
Is there some other property or something i need to set?

Below is the definition of the grid.
this.radGridView1.MasterGridViewTemplate.AllowAddNewRow = false;
this.radGridView1.MasterGridViewTemplate.AllowColumnReorder = false;
this.radGridView1.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
gridViewTextBoxColumn1.AllowResize = false;
gridViewTextBoxColumn1.AllowSort = false;
gridViewTextBoxColumn1.FieldName = "Ordernumber";
gridViewTextBoxColumn1.HeaderText = "Ordernumber";
gridViewTextBoxColumn1.UniqueName = "OrdernumberColumn";
gridViewTextBoxColumn2.AllowResize = false;
gridViewTextBoxColumn2.FieldName = "OrderProduct";
gridViewTextBoxColumn2.HeaderText = "Product";
gridViewTextBoxColumn2.UniqueName = "OrderProductColumn";
this.radGridView1.MasterGridViewTemplate.Columns.Add(gridViewTextBoxColumn1);
this.radGridView1.MasterGridViewTemplate.Columns.Add(gridViewTextBoxColumn2);
this.radGridView1.MasterGridViewTemplate.EnableGrouping = false;
this.radGridView1.Name = "radGridView1";
this.radGridView1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
this.radGridView1.ReadOnly = true;
Martin Vasilev
Telerik team
 answered on 03 Aug 2010
2 answers
91 views
Hi all,
I have a question, exist one way at the moment adding winform add Dock, this appears in the right side?.

Example
Normal way:
..., Documento 3, Documento 2, Documento 1

I want to do:
Documento 1, Documento 2, Documento 3, ....

Thanks a lot

Victor
vbocanegra
Top achievements
Rank 2
 answered on 03 Aug 2010
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
DateTimePicker
CollapsiblePanel
Conversational UI, Chat
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?