Telerik Forums
UI for WinForms Forum
2 answers
113 views
Hi,

My question.....

I have downloaded Trial version of Rad Windows control.

I would like to Apply custom theme to Tab strip created in theme designer but it is not getting reflected.

Does Trial Version has any limitations?

With Regards,

Suresh S

suresh
Top achievements
Rank 1
 answered on 28 May 2009
2 answers
98 views
Hello again, I continue to test and find a problem with the method CellEndEdit in e.RowIndex variable that has such a method is what I'm trying to put a combobox in a column, and this program is, according to the value selected, checked or not I have a checkbox in the GridView to use this method because CellEndEdit only to find that this schedule and I use that variable to know which row is selected, but when you select something from the combo me back the value -1, the combobox only because the textbox is not the same, if this is not a mistake I hope Corrigan and if so I hope I help in some way because this value is what would be using this test thanks in advance and expect a reply soon, thanks
Jack
Telerik team
 answered on 27 May 2009
3 answers
73 views
Hi,
I have a object called ObjNodeProperties that is defined as follow

 

public struct ObjNodeProperty

 

 

{

 

private string _PropertyName;

 

 

 

private string _PropertyType;

 

 

 

private string _PropertyValue;

 

 

 

private List<ObjNodeProperty> _InternalValues;
}
I am trying to bind a List<ObjNodeProperty> but what I want that for each _internalValues and even within each _internalValues it should create a childe template. There is no restriction on how many level deep a particular ObjNodeProperty object could be. Also on the grid I only want two columns of _PropertyName and _PropertyValue. How do I restrict the binding to only those two column.

Thanks for the help

Nikolay
Telerik team
 answered on 27 May 2009
5 answers
187 views
Is it just me or does this button look weird? 

Don't get me wrong, I think everything looks really great and that is one of the reasons why I am making an effort to switch everything over to radcontrols...

See attached to see what I mean. It looks out of place with everything else. 

Click here to see what I mean. (the yellow Envelope mail icon)

It isnt only in the vista theme. it is in all themes. it just stands out. drives me nuts. 

it is not seamless transition from the buttons to dropdown buttons like they are in other vista themes, I am trying to learn how to use the visual style editior to fix this

Keywords: Drop Down DropDown DropDownButton


Nikolay
Telerik team
 answered on 27 May 2009
6 answers
92 views
I'm trying to disable the context menu on my own inherited UserDockControl.  To do this for a DocumentPane or a DockPanel, I know I would subscribe to (and cancel) the DropDownOpening event on the DockContextMenu.  I can't seem to find this on the UserDockControl.

Any suggestions to disable or ideally hide the right-click context menu on a UserDockControl?

Thanks!
Nikolay
Telerik team
 answered on 27 May 2009
3 answers
445 views
Hi,
        I am using gridview in winForm to display Parent and child records. My application doesn't have user intraction so every thing should happen at run time.
My application should behave.
1. Parent grid first row should be selected and expanded (This is working for me), then child grid first row should be selected (row by row should be selected till end of the child grid) once all the rows are over the parent grid first row should collapse and second row of parent grid should expand the same process should continue till end of parent grid rows.(This is not happening for me)
-- Here another condition is like parent grid row (which is expanded) should remain selected while child grid selection is scrolling.

2. Another requirement
  -- how to insert the image in child grid (Imagecolumn)

Thanks
  Santhosh
 

Jack
Telerik team
 answered on 27 May 2009
5 answers
137 views
Hi,

I use tabpages with autoscroll.
When I design the pages and the control is small enough I see the scrollbars.
But I can't scroll in design mode.

With the normal forms control this works!!

Regards

Manfred
Boyko Markov
Telerik team
 answered on 26 May 2009
3 answers
128 views
Hi,

I am new to RAD controls and found some very good controls.

I am wondering why you people are not providing any controls to suit screen resolution. I mean controls should adjust themselves to suit screen resolution.

Also I found lack of ToolTip control. You can provide Office like Tool tip.

Please think on this....

Thanks and regards,
Prabodh
Victor
Telerik team
 answered on 26 May 2009
1 answer
207 views

Hi at Telerik

I have found an example of the width being set on each column in a RadMultiColumnComboBoxElement.

private void radGridView1_CellBeginEdit(object sender, GridViewCellCancelEventArgs e)
{
        if (this.radGridView1.ActiveEditor is RadMultiColumnComboBoxElement)
        {
            ((RadGridView)((RadMultiColumnComboBoxElement)
this.radGridView1.ActiveEditor).EditorControl).Columns[0].Width = 200;
        }
}

Is there any way to change the Font of the control, in a normal RadMultiColumnComboBox the Rowformatting and ViewCellformatting events would be the way to change font on rows and headers?

the font of the RadMultiColumnComboBoxElement needs to be the same as the RadGrid that holds the element!.

I hope there is a solution. :)

Morten.

Jack
Telerik team
 answered on 26 May 2009
1 answer
146 views
Hello there,

I am using Grid "Load-Layout" and "Save-layout" functionality of Radgridview.

Currently I am saving the grid settings when a user clicks on button to a xml file saved at the application's execution path.

But my client is demanding to save the gridsettings automatically without any user involvement....

I am wandering how to achieve this!!!!!!!

Any help greatly appreciated.....

Please send me response at savan@i2m.com.au..

On a side note is there a way to change my telerik account Email-ID....

Regards,
Savan
savan@i2m.com.au

Lidiya
Telerik team
 answered on 26 May 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?