Telerik Forums
UI for WinForms Forum
6 answers
188 views
Hi,
I am using the SaveLayout and LoadLayout features of the grid to persist some of my grid settings, and one in particular is giving me trouble.  I would like to include the SummaryRowsBottom summary rows in my serialization, but I can't seem to get the right objects added to my SerializationMetadata collection.  I know it is possible by using the default serialization, but I am just adding the items I want to persist, so I need to add the items separately.  Could you provide an example of how to add the summary rows?

Thank you,
Rachel
Jack
Telerik team
 answered on 16 May 2009
1 answer
172 views
Hi,

I'm using an MDI Application and when I launch a RadMessageBox and set the DefaultButton property, the button does not show focus as the standard Windows Message Box does. It seems that the whole message box doesn't have focus as if you press TAB then it does put focus on the corret button.

Is this a bug?

Thanks
Martin Vasilev
Telerik team
 answered on 16 May 2009
3 answers
327 views
How do you go about reordering the columns programatically?

Thank you,
Frank
Nikolay
Telerik team
 answered on 16 May 2009
3 answers
77 views
Hello,
Think there may be a new bug in the Q1 2009 - Tree View - Padding
First tried the tree view control with a trial version (2008 Q3) and added padding to the top of the tree view. All the nodes still showed correctly. Having now purchased the 2009 Q1 version, setting the top padding hides the first few nodes. There seems to be no way now of setting padding without it hiding the nodes.
Victor
Telerik team
 answered on 15 May 2009
1 answer
185 views
Hi,

Our main form has a custom cursor that I set with this.Cursor = cusotmCursor;
When I show a RadMessageBox our custom cursor is changed to the default WinForms arrow the cursor.
When I click on the RadMessageBox button and the RadMEssageBox closes, the cursor returns to our custom cursor.

This is very important to us for the evaluatio of the Teletik controls:
How to keep our custom cursor when showing the RadMessageBox?
The cursor must not change.

This is my code - I subclassed the RadMessageBox in my custom class which the application uses.
Is this the recommended way to wrap the RadMessageBox?

I use .Net 3.5 SP1 with VS2008.


Best Regards,
Ofer


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Telerik.WinControls;
using System.Windows.Forms;

namespace UI.Forms.UserControls
{
    public static class YMessageBox
    {
        public static DialogResult Show(IWin32Window parent, string text, string caption,
            MessageBoxButtons buttons, RadMessageIcon icon, MessageBoxDefaultButton defaultButton)
        {            
            RadMessageBox.SetThemeName("Aqua");

            DialogResult dr = RadMessageBox.Show(parent, text, caption, buttons, icon, defaultButton, RightToLeft.Yes);
            return dr;
        }
    }
}
Martin Vasilev
Telerik team
 answered on 15 May 2009
2 answers
218 views
Hello to all!

I have been working on a custom control that has several (dynamically added) RadToggleButtonElements. Now I'm wanting to handle the click event of those elements int the form where I use the control, so I can take some actions based on the clicked Item.

I've read the docs on the RoutedEvent and such, but I got lost on how exactly this works and how to implement it.

Will anyone of you guys give me a hand on this one? Thanks!
Stargazer
Top achievements
Rank 2
 answered on 15 May 2009
1 answer
176 views
I am looking for a way to show some periods as unavailable for appointments (lunch hours, unavailble ressources, etc).
Is there any way to do this ?
Boyko Markov
Telerik team
 answered on 15 May 2009
1 answer
188 views
Is there a way for an bound grid with an unbound column to contain a custom object such as a Hashtable?  If so, how would it be implemented?

Thanks
Jack
Telerik team
 answered on 15 May 2009
1 answer
181 views
Hi there...

Sitting here and experimenting with this control, nice one I think :)

I've a small question, using
view.RangeFactor = ScaleRange.QuarterHour;

but I need to set the height of the cells, because when I use QuarterHour a working day fills more than a working day in Hour in total height and I don't want to use scroll bars in working period!

Could be nice to adjust the cell height to something smaller than it appears now.
Boyko Markov
Telerik team
 answered on 15 May 2009
5 answers
238 views

i have a ComboBox with some items in it (width pf combo cox 162), when i start application and click on the combobox, the drop down expands with width of about 180 px. If i click again on the combobox, the drop down expands but has a correct width of 162 px.

i have used statements like:

this.radComboBox1.DropDownWidth = 162;

 

or

 

radComboBox1.DropDownMaxSize = radComboBox1.Size;
or

radComboBox1.DropDownMinSize = radComboBox1.Size;

but still i am getting the same problem.

Can you please suggest me some solution?

Nick
Telerik team
 answered on 15 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)
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?