Telerik Forums
UI for WinForms Forum
4 answers
215 views
Hi I would like to know how to Highlight a RadButton on demand ?
Nikolay
Telerik team
 answered on 27 Nov 2009
1 answer
204 views
 Hi,
I am trying to bind a list of the following complex type to a RadGridView
public interface IEntity

    string FullClassName { get; set; } 

    .     
    . 
    . 
    . 

    List<Property> Properties { get; set; }
}
 
public class Property

    public string Name { get; set; } 
    . 
    . 
    . 
}
As you can see here that the IEntity interface contains a list of Property type, so for now I need to bind a list of IEntity to a radGrid and bind the inner list(Properties list) to a combo box cell.
Actually I did all the required steps to let the grid bind to the list, but the combo box is always displaying the type of the properties list (namespace.Peoperties…).
So I replaced the radGrid with a dataGrid and did the following

for (int i = 0; i < this.radGridEntities.Rows.Count; i++)

    DataGridViewComboBoxCell dgcb = (DataGridViewComboBoxCell)this.radGridEntities [this.radGridEntities.Columns["Title"].Index,i]; 
    dgcb.DataSource = ((IEntity)this.radGridEntities.Rows[i].DataBoundItem).Properties; 
    dgcb.DisplayMember = "Name";
}
As I show here, I loop over each row and set its data source, now, I need to retreive each cell to set it is data source while using RadGridView(as I am showing here while using windows dataGridView. 
any idea would be appreciated 

Thank you in advance
Nikolay
Telerik team
 answered on 27 Nov 2009
1 answer
161 views
Hello. How can I define the start and end time for every week, in order to show only work hours? (IN VB.NET)
Boyko Markov
Telerik team
 answered on 27 Nov 2009
3 answers
151 views
If I set the TabStripAlignment to left, the text is vertical but switches reading direction depending upon whether the toolwindows are pinned or not pinned.

Please see the 2 attached images and it will be very clear. (I marked the pinned tabs with green and the unpinned/autohide tabs with red.)

My question is how can I make the text read the same way and stop the switching?

I have not found any properties that causes/controls this.

Julian Benkov
Telerik team
 answered on 27 Nov 2009
5 answers
228 views
Hi!!

As can put a checkbox radcombobox?
Vassil Petev
Telerik team
 answered on 27 Nov 2009
3 answers
133 views
When I change theme at run-time, it shrinks Height of the MasterGridViewTemplate's Column Headers and Filter Rows in the Final Release of Q3 2009 (2009.3.9.1103).  It does not do that in Q2 2009 (2009.2.9.729) or even Q3 2009 Beta (2009.2.9.1016) .

Telerik WinForms 2009Q3 (2009.3.9.1103), VB, VS 2005 (v8.0.50727.762 SP.050727-7600), .Net 2.0 (2.0.50727), XP SP3, 3GB, 2.99GHZ, Core2Duo.
Jack
Telerik team
 answered on 27 Nov 2009
3 answers
97 views
Hello!

Well, what I'm looking for is a way to take advantage of the ColumnGroups feature of the grid, but doing so in an automated manner. I have a query that returns me a bunch of records. Those records are hierarchical for each person, and represent a tree of grades.

I used it to populate a radtreeview with ParentIDMember and it works just great! I also use a similar query to get the data to populate a crosstab on a report to print that info and it do work nicely.

What I would like to achieve is something as the crosstab, where we just have to create the groups and then indicate what is the data source. Everything happens automagically...Little coding is needed on my part.

In the case os the datagrid, I have to create and populate all the columngroups "by hand", resulting in some big and ugly coding.

Any suggestions?
Jack
Telerik team
 answered on 27 Nov 2009
1 answer
169 views
Hello,

I was wondering how to insert a 'numeric up down' control into the ribbon?  I am using C# .NET 3.5.

Thanks,
David
Nikolay
Telerik team
 answered on 26 Nov 2009
1 answer
126 views
Hi...
I had a radForm as a child form and I want it show this form always maximize with the disable value of minimize and maximize button but i face that It's not work properly, although I try the both (I) by setting the properties (II) Writing the code and set the property value manually.
Could any one help me to resolved this issues.

Thanks in advance    
Deyan
Telerik team
 answered on 26 Nov 2009
6 answers
229 views
Is it possible to lazily load children in this winforms grid control?

I will have a very large dataset and it can be several children deep. I'd like to only load the top level, then dynamically load any children when the user expands a node (and this will continue if there any further children).

Is this possible and if so could anyone provide me with an example or a method?

Thanks


M
Nikolay
Telerik team
 answered on 26 Nov 2009
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
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
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?