Telerik Forums
UI for WinForms Forum
8 answers
881 views
I am using a BindingList object as my datasource and I would like to use an image list to display images in my treeview.  I looked for an ItemDataBound event or something similiar, but I did not see it.  I tried to use the DrawNode Event but I would get an error saying that the ImageIndex Property could not be updated because the treeview was in lock mode or something along those lines.  How do you suggest adding images when databinding?

Thanks.
Stefan
Telerik team
 answered on 03 Jan 2013
1 answer
639 views
I am using sql database.
I want to save content(include text,picture and tables) of rtb to database.I didn't get the idea correctly from help document.can u provide an example or code
Stefan
Telerik team
 answered on 03 Jan 2013
1 answer
118 views
I want to add root node to self referenced database binded RadTree View.
RadContextMenu contextMenu = new RadContextMenu();
RadMenuItem addRootNodeItem = new RadMenuItem("New Node");
addRootNodeItem.Click += addRootNodeItem_Click;
contextMenu.Items.Add(addRootNodeItem);
radTreeView1.RadContextMenu = contextMenu;

void addRootNodeItem_Click(object sender, EventArgs e)
{
RadTreeNode RootNode = new RadTreeNode("New Node");
radTreeView1.Nodes.Add(RootNode);

I tried above code but which returns error Object reference not set to an instant of of an object.
Any other method to do this?
Ivan Todorov
Telerik team
 answered on 03 Jan 2013
1 answer
93 views
I had binded radTree view with a self referenced sql database as per Binding to Self Referencing Data in help document.
if i delete a node and it has child nodes and updated database using tableadpter method
1.Node data removed from database
2.Child node data remain in databse
so how to delete these child nodes too ?



Ivan Todorov
Telerik team
 answered on 03 Jan 2013
6 answers
202 views
I would like to extend a RadRibbonBarGroup to make a group with a set of RadButtonElements.  Can that be done...easily?
Boryana
Telerik team
 answered on 03 Jan 2013
1 answer
174 views
I'm binding GridView to a datasource referencing a dataset with filtering enabled. I understand the filtered rows are in the ChildRows collection - but how do apply that to the underlying datasource so I can remove the filtered records?
Stefan
Telerik team
 answered on 03 Jan 2013
4 answers
283 views
My project contains several parameters that can be used to filter the displayed appointments. 
Examples are:
1. Guest Name
2. Employee Name
3. Appointment Category (Spa, Sports, etc.)
4. Location (Spa room 1, Tennis Court 1, Stable 1, etc.)
5. Appointment Type (massage, tennis, horse back riding, etc.)

I would like to provide a combobox for each parameter and allow the user to select the filters. Is there a method, similar to filtering a bindingsource?

Also, Is there any method to refresh the appointments? If computer 1 is displaying the scheduler and a new appointment is made at computer 2, I would like computer 1 to be able to click a "refresh" button and see the changes to the database.
Peter
Telerik team
 answered on 03 Jan 2013
4 answers
876 views
Hello,
how i can wrap text only for header text ?

 foreach (Telerik.WinControls.UI.GridViewDataColumn items in radGridView.Columns)       
 {             
    items.WrapText = true;
 }


I use this kind of solve but every cell are wraping.

And how i can check what kind of data (date, bool, number) in colums... ?
Thanks for help (my controls Q1 2010 SP2)
Sree
Top achievements
Rank 1
 answered on 03 Jan 2013
4 answers
141 views
i have three dropdownlist,the start 2nd and 3rd is disable
when i change the 1st,then the 2nd is enable and list data from 1st selected value
the same to 3rd.
how can i do this,i use sql server.
thanks
Plamen
Telerik team
 answered on 02 Jan 2013
1 answer
90 views
I have a RadTextBoxElement control within a RadRibbonBarGroup within a RadRibbonBar.

The problem is that when I click on the TextBoxElement and drag to select some text, if the mouse is move outside of the TextBoxElement and over an adjacent RadButtonElement, the ButtonElement click event fires when the mouse button is released.

Is there any wat to prevent this?  The problem is that the user will casually drag across to select a bunch of text but won't necessarily be careful not to move the mouse out of the TextBoxElement control.
Peter
Telerik team
 answered on 02 Jan 2013
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?