Telerik Forums
UI for WinForms Forum
1 answer
114 views
Hi everyone,

I'm trying to add a textbox into the cells of GridViewCommandColumn. Is that possible?

I'm sending you the pictures to explain what i want.

Thank you.
Richard Slade
Top achievements
Rank 2
 answered on 24 Mar 2011
1 answer
85 views
Hello,
Is there a way to add a non-telerik control in a radgridview?
Thank you
Audrey
Svett
Telerik team
 answered on 24 Mar 2011
1 answer
102 views
When setting allow add new rows to false in my template, the template disappears when I run it in debugger. I have 2 other tabs that are working just fine, but when I try to add this third one it is being really buggy.

added:
After continuing to work on the project, it seems that there is an elusive template running about. I have now hit rock bottom and have deleted the grid view and now starting over. When I have not bounded anything to the grid view I go in to relations and it still says there is a child template of "Material List", BUT THERE SHOULDN'T BE. The templates collection is blank. How do I get rid of this?

added:
I ctrl + f for "MaterialList" to find that it was still embedded in code behind. I got rid of it and now it works, but there is a new problem.
I have a composite key on the table.

Reject Report:
Primary Keys: Reject_ID and Revision

Parts List
References: FK_REJECT_ID AND FK_REVISION

When I add to the parent and child column names of the relation, just the first key "REJECT_ID" AND "FK_REJECT_ID" it works, but pulls back materials for all revisions if there is more than one. Then, if I add the second set of column names it does not return anything. It actually doesn't even show the tab.

Do I need to do something different when messing with composite keys?

Thanks,
Chuck
Julian Benkov
Telerik team
 answered on 24 Mar 2011
3 answers
143 views
Hi,

I have a LookupEntity type with a property Description of type MultilingualDescription - see snippet below. I want to use a list of LookupEntities as DataSource of a GridViewComboBoxColumn. The ValueMember should be the Code and the DisplayMember should be LookupEntity.Description.French

How can I achieve this?

Public Class LookupEntity
    Private _id As Integer
    Private _code As String
    Private _description As MultilingualDescription
 
    Public Property Id() As Integer
        Get
            Return _id
        End Get
        Set(ByVal value As Integer)
            _id = value
        End Set
    End Property
 
    Public Property Code() As String
        Get
            Return _code
        End Get
        Set(ByVal value As String)
            _code = value
        End Set
    End Property
 
 
    Public Property Description() As MultilingualDescription
        Get
            Return _description
        End Get
        Set(ByVal value As MultilingualDescription)
            _description = value
        End Set
    End Property
 
End Class
 
Public Class MultilingualDescription
    Private _french As String
    Private _dutch As String
 
    Public Property French() As String
        Get
            Return _french
        End Get
        Set(ByVal value As String)
            _french = value
        End Set
    End Property
 
    Public Property Dutch() As String
        Get
            Return _dutch
        End Get
        Set(ByVal value As String)
            _dutch = value
        End Set
    End Property
End Class

Thanks in advance.
Jack
Telerik team
 answered on 24 Mar 2011
8 answers
125 views
I have a RadTreeView bound to a bindinglist, which has code that is executed on SelectedNodeChanged.  The code fills a grid.  For some nodes, when they are selected, SelectedNodeChanged fires for that node, then two others afterward.  What, other than the user clicking on the node, would fire SelectedNodeChanged?  This doesn't happen for all the nodes, and I don't know what could be different about them.  Thanks!
Stefan
Telerik team
 answered on 23 Mar 2011
2 answers
135 views
I have a number of configurations in my application that I would like to enter into a treeview.  For instance:

Parent Configs
---{CheckBox} Allow posting:
------ Posting Account: {ComboBox}
---{CheckBox} Post Payments
------ Payment Number: {TextBox}
------ Payment Account: {ComboBox}

Something like the above, Perhaps even add descriptions to each node.  An example of someone who already does this IntegralUI TreeView for .NET WinForms I think it would be a great feature for your product.

That being said, is there any way to do this, even through code?  Even if the ComboBox or TextBox needed to be their own node, I could put them as a child under the description, that's no big deal.  Any thoughts, or ideas?
Stefan
Telerik team
 answered on 23 Mar 2011
2 answers
141 views
Hi Telerik Team,

All the examples that I have found online is binding to TreeView with Datasets. Is it possible to bind to treeview with business objects? If so would you mind providing me some code snippets and examples?

Thank you all for input.

Erkut.
Stefan
Telerik team
 answered on 23 Mar 2011
2 answers
153 views
Hi,
Im evaluating the telerik treeview component and trying to get it to work with a dataset, ParentIDMember and Relation but i just can't get it to work with both ParentIDMember and relations between multiple tables in the dataset. One at a time works.

The dataset contains two tables.

One folders table with folderid, parentfolderid and foldername columns. This table work find to bind with the treeview using the ParentIDMember to get a hierarchy treeview of the folders.

The second table contains data that should be found in a specific folderid with two columns of FolderID and ObjectName. The treeview shows the relational data if i do not use the ParentIDMember property on the treeview, but then i dont get the hierarchy of the folders in the view and the ObjectName doesnt show up at all when using the ParentIDMember property.

Should this work or do i have to work with ParentIDMember OR relations between tables to show hierarchy treeview of data?

//Mathias
Stefan
Telerik team
 answered on 23 Mar 2011
2 answers
225 views
Hi

can you bind the Rad Treeview to a datasource dynamically ?

I want it to show a list of events from a table.

Kind Regards
D.Kruger
Stefan
Telerik team
 answered on 23 Mar 2011
1 answer
161 views
Good morning.
Is it possible to set the width of an appointment? My problem is to leave a space on the right of existing appointments to make it easy to select cells for creating a new appointment.
Thank you
Gianfranco Pesenato
Ivan Todorov
Telerik team
 answered on 23 Mar 2011
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
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
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
NavigationView
VirtualKeyboard
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?