Telerik Forums
UI for WinForms Forum
3 answers
392 views
Hello,

I have a RadForm containing a RadDock and one left-docked toolwindow, one fill toolwindow and three right-docked toolwindows. I am experiencing three problems.

First, because I don't want the Right-docked tabs to be visible on form load, I call the .Hide() method to hide the three tool-windows. Later, when I want their tabs to be visible, I call the .AutoHide() Method for the right tool-windows, and for some reason they display their tabs on the left side of the screen. When you hover over the tabs, they slide out from the left side, but if you click the auto-hide button, they dock on the right side of the form. I have found a BAD workaround, which involves calling the .Show() method just before the .AutoHide() method, but this causes a lot of drawing artifacts and ugliness on the screen. 

Second, in this same configuration, when I originally launch the form, by clicking a button on the MdiParent, the first thing I see is one of my right-docked toolwindows slide-opening animation, hovering in space, then disappearing, prior to the rest of the form displaying. Weird.

Third, If I have all three right-docked windows auto-hid, and hover over their tabs in sequence, it appears that the tabs do not hide when i move from one to the next, but in fact, all three stay open, with the last one on top of the first two. Thus, when I click the icon to turn off auto-hide and dock the window permanently, it actually opens all three in this manner, not just the last one I hovered over, as you'd expect.

Any help would be appreciated.

Jeremy
Georgi
Telerik team
 answered on 16 Sep 2009
4 answers
150 views

I have a problem with persistent configuration in my RadGridView

When my application starts I create a default setup in my code.

After that I check weather a saved grid configuration exists, and if so it is set by using RadGridView.LoadLayout(conf)

The problem is that if a column by default has IsVisible=false it stays false even though the saved grid configuration sets it to true. This does not apply the other way around, - if the default is true and the configuration says false it is false.

The column order has the same problem. There is a default order, which overrides the configured order.

I have checked the string that is written and read by the SaveLayout and LoadLayout, and it is correct.

Is this a known error, or am I doing something wrong?

Regards, Jill-Connie Lorentsen

Nick
Telerik team
 answered on 16 Sep 2009
4 answers
295 views
How to mimic behavior of DataGridView TextWrapping in RadGridView ?
I have set RadGridView cell Wrap = true, and AutoRowHeight = true, but the result is Output
Did I miss something?


Best Regards,
Fakhru Rahman



Martin Vasilev
Telerik team
 answered on 16 Sep 2009
1 answer
116 views
I've created a custom cell type and i'm creating it in the CreateCell event.
This cell must look at some values of the databoundItem to adjust itself.
What event should i register to be able to update those cells ?

thanks
Victor
Telerik team
 answered on 16 Sep 2009
3 answers
120 views
Hi, I'm testing the latest release and it seems that whenever I try to add a bound comboboxcolumn or loopkupcolumn in a radgridview, it changes it back to the default textboxcolumn even if I had a datasource attached to the column.

Any idea?
Jack
Telerik team
 answered on 16 Sep 2009
4 answers
162 views
I am using the Q2 2009 version of the grid control.  The AllowNaturalSort property is set to True, but when I click on the grid column header it only toggles between sorting Asc and Desc.  The documentation says that it should go from Asc -> Desc - > Unsorted, but this does not happen in my grid.  Is there a bug with the AllowNaturalSort property?  I want to be able to toggle the sorting simply by clicking the column header (no extra button to remove sorting).

Thanks,
Sean
Jack
Telerik team
 answered on 16 Sep 2009
1 answer
169 views
Hi,

I have made a new scheduler navigatorlocalizationprovider and am setting the SchedulerNavigatorLocalizationProvider.CurrentProvider in my Form.Load() method, but the translation doesn't show. Do I need some other settings?

I have successfully translated everything but the navigator.
Deyan
Telerik team
 answered on 16 Sep 2009
1 answer
64 views

Hello,

I have a ShapedForm with 201 of width and 435 of Heigth. The application runs fine on machines with Windows Vista and XP with English Language. However when running on Windows XP Japanese Language machines  the form display with size of 201x402 cropping the button of form.

I tried to run the application in machines with WinXP -JP with SP3 with .NET2, .NET3, .NET3.5 and in machines with WinXP-JP without any service pack and .NET2. I am using RadControls for WinForms Q1 2009 SP1.

What is the cause of this difference o form renderization?

Mauro Fujihara

Deyan
Telerik team
 answered on 16 Sep 2009
2 answers
137 views
We are now in the process of localizing our windows forms application. Will we need to do anything special to support localization beside setting the form localization property to "true" and changing the language setting?

Also i have this snippet of code in the constructor of my form
Application.EnableVisualStyles()
        
        Select Case CultureInfo.CurrentCulture.Name
            Case "en-US"
                Thread.CurrentThread.CurrentUICulture = New CultureInfo("en-US")
            Case "zh-CN"
                Thread.CurrentThread.CurrentUICulture = New CultureInfo("zh-CHT")
        End Select

        InitializeComponent()

Because we just changed all of our text to Chinese and its showing up in the designer, but if we run it display back in english.

This way works fine using basic windows forms dot net controls, what's missing?
Michael
Top achievements
Rank 1
 answered on 15 Sep 2009
0 answers
107 views
Hi,

We found an issue while performing copy and paste text in a cell of the grid when the destination cell is currently empty. After selecting another row to validate the new value, then the value is cleared.

Version of Telerik : Q2 2009 release.
Axel Labrousse
Top achievements
Rank 1
 asked on 15 Sep 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
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
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?