Telerik Forums
UI for WinForms Forum
1 answer
163 views
Hi, I'm intending to use the Ribbonbar in an mdi app. Since another component  forces me to inherit from it (rad component which handles loads of database stuff), i cannot inherit from telerik radform as well. Is it possible to hide the titlebar in another way? Setting the text property of the mainform to nothing does hide the titlebar, but then the application is titleless (on the taskbar and using alt-tab).
Furthermore, when I maximize an mdi form, then min/max/close buttons appears above the ribbonbar, how can I avoid this?
Any clues appreciated.
thnx
Walther
Martin Vasilev
Telerik team
 answered on 16 Dec 2008
9 answers
225 views
Hi,

BeginEdit has stopped working after installing latest release, Can you confrim this?

Thanks

P
Nick
Telerik team
 answered on 16 Dec 2008
3 answers
95 views
We are using the Q3 release and would like to use a SSM mask as well as other masks in the grid;  Is the mask type feature enable now? I can't seem to find it.  How would we do this with just the mask field?
Nikolay
Telerik team
 answered on 16 Dec 2008
2 answers
143 views
Hello Telerik team,

I'd like to know if there is any license limitation for using the design surface class.
The intent is to provide the end-user with a mechanism for editing a form. Not adding new controls to it, just letting him/her to visualy modify some of the controls' properties such as size and position.
If not allowed, I guess I could use the control spy for that, but being able to provide a designer-like mechanism for that would be awsome.
Best regards,

Gonzalo
gmendez
Top achievements
Rank 1
 answered on 16 Dec 2008
1 answer
300 views
Hi,

I try to expand only specific rows.

I bind data myself and in the binding function, I try to do : row.IsExpanded = true;

But it don't work...
I tried "row.Group.HeaderRow.IsExpanded = true;" and it expand only the first GroupBy.

I have four GroupBy expressions and some rows must be expanded.

Thanks for your help.
Nikolay
Telerik team
 answered on 15 Dec 2008
3 answers
140 views
I found a graphical bug with pinned and grouped columns.

as you can see in the provided example, there is a graphical bug which looks like :

* not scrolled :
[ ] [column 1 pinned] [column 2 pinned] [column 3          |        ] [column 4 ]
v Group header --------------------------------------------|
    [content  1     ] [content  2     ] [content 3         |        ] [content 4]  
[============= scrool bar ================                 ] <-- right border of grid
 
* scrolled on right
[ ] [column 1 pinned] [column 2 pinned] [column 4 ]        |
v Group header --------------------------------------------|
[ con [content  1   ] [content  2     ] [content 4]        |
[                 ============= scrool bar ================] <-- right border of grid
 
the content 3 is on the left and visible (table header cell is ok)


<ADMIN>LINK REMOVED</ADMIN>

EDIT : an other bug, if you have a GridViewDataColumn after pinned ones which contain child(s) . for example RadComboBoxElement, the RadComboBoxElement will stay visible and won't be sended to back.
If you need more explains, ask me :)
Jack
Telerik team
 answered on 15 Dec 2008
5 answers
246 views
Hi

I am trying to adjust the height of this element, without much luck. I have set the AutoSize property to false, then set any height properties I can select for this element. With the Autosize = false, the gid displays no RowElelment at all.

Also

I have set the GridNewRowElement to Hidden, however this still displays in my grid at runtime. Without setting the property AllowAddNewRow = false, how can this be achieved through the Visual Designer.


Thanks

P
Nick
Telerik team
 answered on 15 Dec 2008
1 answer
147 views
Hi,

using Telerik Q3 2008 and try to modify themes with Visual Style Builder. First i tested it with a Button, opended the Smart Tag menu and opened the Theme Builder. Tried some changes and all worked fine.

When i try the same with a RadGridView, the Style Builder also loads the selected theme but i can only see the values in the "Expert Mode" Panel. In Design View and Preview i can't see the correct style. Also all kinds of changes are not visible in Design View and Preview. It's very difficult to customize a RadGridView without these views.

Need help please, thanks!
Martin


Nick
Telerik team
 answered on 15 Dec 2008
1 answer
87 views
Just want to share my 2 cents on this one.

When I copied an existing RadComboBox control that already has a few RadComboBoxItem controls binded from an existing TabPage to a new TabPage, in the *.Designer.cs file, all the existing RadComboBoxItem controls in the source got copied to the new control as well. This leads to both RadComboBox controls bindind the same set of RadComboBoxItem controls. If in the design mode, I clicked on the Items property of the copied RadComboBox control, the original RadComboBox control would loose its existing Items!

For example: The code section below would be copied to the new control as well

this.radComboBoxTheme.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radComboBoxItemNone,
            this.radComboBoxItemAqua,
            this.radComboBoxItemDesert,
            this.radComboBoxItemOffice2007Black,
            this.radComboBoxItemOffice2007Silver,
            this.radComboBoxItemTelerik,
            this.radComboBoxItemVista});

this.radComboBox1.Items.AddRange(new Telerik.WinControls.RadItem[] {
            this.radComboBoxItemNone,
            this.radComboBoxItemAqua,
            this.radComboBoxItemDesert,
            this.radComboBoxItemOffice2007Black,
            this.radComboBoxItemOffice2007Silver,
            this.radComboBoxItemTelerik,
            this.radComboBoxItemVista});

I think it should not copy this binding data. Ideally, it should behave like VS in that it would create copies of the RadComboBoxItem controls as well.

I don't think this "problem" is limited to just the RadComboBox. I think this is a design issue so it probably effect other controls as well.

Phi Nguyen
Nick
Telerik team
 answered on 15 Dec 2008
1 answer
62 views
Hi,

I have a grid view that contains

  •  a decimal column with values (1-4), "STATUS", invisible
  • a image column (STATUS_IMAGE), visible,  that represents the STATUS values with the corresponding image (green flag, yellow flag etc.)

Whenever the user clicks the column head of the STATUS_IMAGE column I programmatically change the sort expression to STATUS so that the images get sorted according to their underlying values. This all works fine, with one exception: The sort glyph is now (correctly) on the invisible STATUS column and is hence also invisible. The visible STATUS column that the user (he thinks ...) is sorting by does not get a sort glyph.

I appreciate this is logically correct, but I'd still like to present the user with the "proper" sort glyph on the visible column. Any way to fake the glyph, maybe?

Thx & kind regards
Frank

Frank
Top achievements
Rank 1
 answered on 14 Dec 2008
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?