Telerik Forums
UI for WinForms Forum
1 answer
167 views
I have a treeview that is as follows...

        Me.ImageTableAdapter.Fill(Me.Album_Category_Image_DataSet.Image)
        Me.AlbumTableAdapter.Fill(Me.Album_Category_Image_DataSet.Album)
        Me.CategoryTableAdapter.Fill(Me.Album_Category_Image_DataSet.Category)

        Me.RadTreeView1.RelationBindings.Add(New RelationBinding("CategoryAlbum", Me.AlbumBindingSource))
        Me.RadTreeView1.RelationBindings.Add(New RelationBinding("AlbumImage", Me.ImageBindingSource))
        Me.RadTreeView1.RootRelationDisplayName = "Categories"
        Me.RadTreeView1.DataSource = Me.CategoryBindingSource

Everything works fine... I have a 3 tables... category, album, images

album and images both have fields for their image path and filename toghether.. ie c:\something\something\image1.jpg  in the images table and c:\something\something\image2.jpg in the album table....

I want to take these fields and programatically display them next to the listview....

how do i do this?
Nick
Telerik team
 answered on 04 Nov 2008
1 answer
96 views
hi, i`v been trying alot since i`v seen radcontrols for winforms example of photo album. I have been trying to convert that feature into website. Ihave done alot of things but i am still unable to make it....plz help me that how could i put that example online in website?
Nick
Telerik team
 answered on 04 Nov 2008
1 answer
116 views
This is the code I am using to generate my grid with data.

    Private Sub LoadGrid(ByVal sSql As String)
        BindingSource1.DataSource = c_External.GetRequestedData(sSql)
        With RadGridView1
            .DataSource = BindingSource1
            .MasterGridViewTemplate.BestFitColumns()
        End With
    End Sub

Basically I am making two passes with this code.  The first pass the sql statement is asking for 2 columns to be returned.  The 2 columns return just fine.  The second time the sql statement is requesting 14 columns worth of data to be returned.  The correct data is being returned but the grid is still only showing 2 columns.  How can I get the grid to re-autogenerate the remainder of the columns?
Nick
Telerik team
 answered on 04 Nov 2008
1 answer
101 views
Dear All,

I have a windows Telerik Grid view, in that I want to restrict some columns to be rearranged by the user.

Can any one tell me how to perform this?


Nick
Telerik team
 answered on 04 Nov 2008
2 answers
233 views
I am using the docking controls version 7.1.1.0 using Winforms and C#.

I have two docked panels one above the other, horizontally.  If I autohide the top one, when I mouse-over on the hidden panel's label on the side, it slides out and covers the remaining panel.  Is there any way to get it to slide out to its originally docked position when I mouse-over on the panel's label on the side instead of covering the other panel?
Julian Benkov
Telerik team
 answered on 04 Nov 2008
1 answer
137 views
I have unbound data that I am manually adding into a RadGridView control with 4 levels of grouping.  The grid itself is grouping and displaying the data correctly, but for some reason, the GridViewIndentColumn is not appearing.  As a result of this, the values deeply nested group rows are not aligning with thier corresponding column headers.

Eg.

|   | Header 1 | Header 2
> Group 1
    > Group 2
        > Group 3
            ValueForHeader 1 | ValueForHeader 2   

Could you please help me in getting the GridViewIndentColumn to appear in my RadGridView?

Thanks,
Andrew.
Nick
Telerik team
 answered on 04 Nov 2008
1 answer
189 views

hi,
     I am using RadColorDialog control (RadControls for WinForms 2008 Q2). I builed "RadControls for WinForms 2008 Q2" Source and using this control. When i drag the control from toolbox i just got this error


Failed to create component 'RadColorDialog'. The error message follows: 'System.InvalidOperationException: Unable to locate color selector: Telerik.WinControls.UI.RadColorSelector. Please add reference to assembly Telerik.WinControls.UI.dll
 at Telerik.WinControls.RadColorEditor.CreateColorSelectorInstance()
 at Telerik.WinControls.RadColorDialogForm..ctor()
 at Telerik.WinControls.RadColorDialog..ctor()

how to resolve this error

Thanks in advance

John
Top achievements
Rank 1
 answered on 03 Nov 2008
2 answers
178 views
Hi, I can't seem to change the theme for my RadPanelBar. I programmatically load the items for the RadPanelBar and  I tried changing it to desert but it just uses the default. I'm using Vista and Visual Basic Express 2008.  Thanks for any help, as we are close to purchasing.

P.s. it's also the same with the RadRibbonBar.
Derek
Top achievements
Rank 1
 answered on 03 Nov 2008
4 answers
229 views
Hi, I have noticed there are a lot of missing events for the RadGridView such as RowValidating.  Do you know how I can implement this event?  I ask this because when I add a new row, I don't want the user to add another one until correct data is entered.

Thanks,
Derek.
Derek
Top achievements
Rank 1
 answered on 03 Nov 2008
0 answers
153 views
I am trying the follwing code:

Page.Controls.Add(radcontrol);

But the method takes only System.Web.UI.Controls as a input parameter. So how can i add rad controls on my page at runtime?
Please help me!!!!!
Saad
Top achievements
Rank 1
 asked on 02 Nov 2008
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?