Telerik Forums
UI for WinForms Forum
1 answer
118 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
125 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
193 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
153 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
165 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
175 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
185 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
258 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
214 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
1 answer
92 views
Does not hold the values ​​entered in RadMarkupEditor

I have problems trying to enter the value to a RadLabel through the RadMarkupEditor. In that window I write and format text, but lost out everything about the format of the text.
Any help please.

Victor Bocanegra
Lima, Peru
Stefan
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)
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?