Telerik Forums
UI for WinForms Forum
1 answer
139 views
When using the gridviewcomboboxcolumn, shouldn't the cell's value be set to the Value of the combobox and not the text?  

here is the code I am using to add the items to the combobox.  It is always choosing the text of the combobox instead of the value.


oCombobox = CType((CType(e.ActiveEditor, RadDropDownListEditor)).EditorElement, RadDropDownListEditorElement)
oCombobox.Items.Add(New RadListDataItem("Boolean", GetType(Boolean).ToString))
oCombobox.Items.Add(New RadListDataItem("Date", GetType(DateTime).ToString))
oCombobox.Items.Add(New RadListDataItem("Numeric", GetType(Double).ToString))
oCombobox.Items.Add(New RadListDataItem("Text", GetType(String).ToString))

What am doing wrong?
Nikolay
Telerik team
 answered on 19 Oct 2011
1 answer
134 views
Good morning

i have a doubt  regarding the schedule. in the control there is a posibility to navigate through of the control with click in next appointment and back appoinment and i need to know which event is triggered.. when i do click in the control.. i couldn't find yet.. and i need to do something specific..

somebody could you help me..
Thanks a lot.
Ivan Todorov
Telerik team
 answered on 19 Oct 2011
1 answer
100 views
I'm trying to figure out how to style DropDownList objects and MultiColumnComboBox objects such that they appear the same on a form.  Understandably, they look different when they're activated / expanded - but there should be some means of styling them such that they don't look like radically different controls when they're idle.
Ivan Petrov
Telerik team
 answered on 19 Oct 2011
5 answers
142 views
Good morning.
Is it possibile to prevent the user to set multiple day appointmens? I want to force the user not to extend appointments across more then one day, neither by dragging with the mouse nor by input values in the dialog window.

Thank you
Gianfranco Pesenato
Ivan Todorov
Telerik team
 answered on 19 Oct 2011
1 answer
217 views
Hi, 

i am looking at the Samples for the latest Release (Q2 2011 SP1) of the tools and 
I found the GridView/Custom Filtering sample very usefull.
However, my Grid is bound to the Data using the  AutoGenerateHierarchy feature.
The Grid is bound to  the BindingSource which is bound to a BindingList<T> which
is basically 3 Levels deep. The binding works great... I get 3 levels hierachical Grid.

I would love to apply the mentioned sample of Custom Formatting to the whole Grid Data,
e.g. the Text entered in the Filter TextBox should be searched in each Column and in each Row in every Level
of the hierarchy. Is that possible? If not, do you have a suggestion for me how to filter the Grid without
drilling down manually in every Level of it?

Thanks and best regards,
Darko


Julian Benkov
Telerik team
 answered on 19 Oct 2011
1 answer
161 views
Can the resource height be changed?
Ivan Todorov
Telerik team
 answered on 19 Oct 2011
1 answer
256 views
Hello,

In the ASP.NET version of your components the RadTextBox also contains a password strength bar (depending on the password strength the bar colors green/yellow/red. 

Is there a possibility to have the same functionality in the Winforms version of the components?

Thank you
Ivan Petrov
Telerik team
 answered on 19 Oct 2011
2 answers
259 views
Hello,

I need some help here. Here is my situation:

I have a binding list which contains another binding list which I use as data source. below is an example:

Objects:

public class test
{
        public string name { get; set; }
        public BindingList<childs> childlist { get; set; }
}
public class childs
{
        public string childname { get; set; }
}

I populate my radgrid by code. below is a preview:
private void form_Load(object sender, EventArgs e)
 {
            BindingList<test> testlist = new BindingList<test>();
 
            /** I populate my list with data. I wont show this here. After the list is populated: **//
 
            this.raggrid.MasterTemplate.Columns.Clear();
            this.raggrid.MasterTemplate.AutoGenerateColumns = true;
            this.raggrid.MasterTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill;
            this.raggrid.MasterTemplate.Columns.Add(new GridViewTextBoxColumn("name", "name"));
 
            GridViewTemplate template = new GridViewTemplate();
            this.raggrid.Templates.Add(template);
            template.Columns.Add(new GridViewTextBoxColumn("name", "childname"));
            template.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill;
            GridViewRelation relation = new GridViewRelation(this.raggrid.MasterTemplate, template);
            relation.ChildColumnNames.Add("childlist");
            this.raggrid.Relations.Add(relation);
            this.raggrid.DataSource = testlist;
}

The populating step works fine. But now, when the user edits the detail grid(named template from the code), I must update the binding list accordingly (named testlist from the code). I cannot seem to trigger an event when I edit the child grid. How do I achieve this?

PS: When I update the master template the binding list gets updated automatically as expected, but when I update the template I use as detail, it does not update the biding list.
Thanks,

Yash
Yash
Top achievements
Rank 1
 answered on 18 Oct 2011
7 answers
208 views
Hi all,


Retaining Gridview filtering:
I have radgrid in my form.
My requirement is i am giving filter conditions to some columns.
Now I want to edit a row,so after I go to the edit page and return to the grid I want to see my grid in the same page.
 grid will be lost upon Rebind(). After Update also i want to maintain same filtering conditions.

How can i achieve this??
Stefan
Telerik team
 answered on 18 Oct 2011
1 answer
205 views
Hi
How to set one column of RadGridView and doesn't allow moving position. 
Example:
I have Columns: A B C
A: fixed
B and C: switch together
Ivan Petrov
Telerik team
 answered on 18 Oct 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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
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
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?