Telerik Forums
UI for WinForms Forum
5 answers
125 views
Hi,

What's the best way to style the header of the groupings?
Now I'm looping through all the rows after the databind like this:
foreach ( GridViewRowInfo row in grid.Rows ) { 
  if ( row is GridViewGroupRowInfo ) { 
    row.VisualElement.DrawFill = true
    row.VisualElement.BackColor = Color.Red; 
  } 

But this doesn't work.


Nick
Telerik team
 answered on 16 Oct 2009
1 answer
92 views
we have a licensed version of RadControls for WinForms 2009.2.9.729

Currently we have an Client Server application using telerik controls that is built and deployed using the standard setup project within VS2005, this all works grand when installed on XP operating system.

but the application wont run on Win Server 2003. the app wont run any forms that contain telerik controls, and just wondering is it not possible to run on Win Server 2003?

also, what about Vista

Many thanks.
Nick
Telerik team
 answered on 16 Oct 2009
1 answer
69 views
Though it's not a big deal, I'd like to remind you that the documentation of RadTreeView still refers to AfterSelect event, which seems to be marked with an Obsolete attribute.

Please check out the topic "Responding to Mouse Click" and "Responding to Selected Nodes" :).
Victor
Telerik team
 answered on 16 Oct 2009
9 answers
239 views
Telerik team,

I have been looking around on your site and found an old post that specified "Object bound Hierarchy" has not yet been 
implemented. I was wondering if it was added in a recent release, and/or if there was some kinda work around. I am trying to use the grid to create a FileExplorer that looks like the windows FileExplorer but works like the MACs Finder(you can drill down in the directories). Any help on this would be appreciated as I need to get this done and need to know if I should look somewhere else
for this behavior.

Thank you for your time.

Nikolay
Telerik team
 answered on 15 Oct 2009
15 answers
506 views
I have just started working with the WinForms GridView, and I'm having some trouble getting a few things accomplished.  Sorry to jam all of this into one post, but I figure this might be most efficient.
  1. Is it possible to have the grid autosize rows?  I have several cells that are multiline text, but the grid doesn't automatically size so that this text can be seen.  Instead, it seems to display the middle of the text, which makes for a very crowded looking grid.
     
  2. I am binding to a List<T> containing my business object, which in turn includes a few List<T> properties containing other business objects.  I have built a project data source from which I have established the schema for the grid, but for some reason I can't get the grid to display the hierarchal data for the embedded List<T> properties.
     
    My data source recognizes them, and upon building the data schema I could see the ChildGridViewTemplates in my MasterGridViewTemplate, but these ChildGridViewTemplates did not have any columns on them.  I manually added some, but I'm still not getting any hierarchal data display.  Am I missing something?  Is there something I need to do differently since I'm using List<T> objects?
Thanks in advance for the help.

Josh
Nikolay
Telerik team
 answered on 15 Oct 2009
1 answer
75 views
Hi, i need a HtmlViewDefinition Format to View an edit the Data.

Can i release this?
Jack
Telerik team
 answered on 15 Oct 2009
3 answers
151 views
Hi,

Is there any where to get or find more new Themes?

Thx
Nick
Telerik team
 answered on 15 Oct 2009
4 answers
136 views
I see from previous forum posts that you had a plan to convert the ASP.net Editor to make it available in Windows Forms, but I don't know whether that is stil part of your plans.

I have a need to replicate my application in both Windows Forms and ASP.net, and a WYSISYG XHTML compliant editor is something I need, and I use Editor in ASP.net to provide this. Do you still have plans to include a Windows Forms (or WPF) version of this control ?

Phillip Hamlyn
Rumen
Telerik team
 answered on 15 Oct 2009
4 answers
83 views
Hi

I need to masked a column like {(123)-123-1234}, I use this mask {(###)-###-####} or {(000)-000-0000} but this are wrong.
HamiD Mayeli
Top achievements
Rank 1
 answered on 15 Oct 2009
3 answers
238 views
I would like to add a button, maybe two, to the GroupHeader of a RadGroupBox, I've tried the following, however the button is not the correct size, it looks like it's being rendered at one pixel wide:

public class TestGroupBox : RadGroupBox
{
    private StackLayoutPanel  m_objStackLayoutPanel  = new StackLayoutPanel ();
    private RadButtonElement m_objButton = new RadButtonElement();

    protected override void CreateChildItems( RadElement parent )
    {
        base.CreateChildItems( parent );

        m_objStackLayoutPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;

        ImageAndTextLayoutPanel panel = this.GroupBoxElement.Header.Children[2] as ImageAndTextLayoutPanel;
        this.GroupBoxElement.Header.Children.RemoveAt( 2 );
        this.GroupBoxElement.Header.Children.Add( m_objStackLayoutPanel );

        m_objStackLayoutPanel.Children.Add( m_objButton );
        m_objButton.Size = new System.Drawing.Size( 16, 16 );
        m_objStackLayoutPanel.Children.Add( panel );
    }
}

Nick
Telerik team
 answered on 15 Oct 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)
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
ProgressBar
CheckedDropDownList
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?