Telerik Forums
UI for WinForms Forum
18 answers
361 views

Hi,

Could You please provide Theme for WinForms style (I couldn't found one).

I was trying to achieve that using Visual Style Builder, but effect wasn't well rounded, even that I've spent some time on that.

The problem I'm facing is that I'm using RadGridView as an extension for a WinForm based project and it don't fit in well.

Another issue is that WinForms looks a little different on differents OS (XP, Windows 7) while RadGridView looks always exactly the same.

Regards.

Sangeetha
Top achievements
Rank 1
 answered on 11 Jan 2011
3 answers
117 views
hi,

please let me know the fore most splitted tab  documents.

Thanks
suresh.
Nikolay
Telerik team
 answered on 11 Jan 2011
12 answers
179 views

To whom it may concern

I cannot migrate my project that used version Telerik Q2 2010 914 to Telerik Q3 2010 1215.

I have used the Upgrade Wizard, Manual Method and Utility Project Update Utility.
All my references and assemblies are changed to the latest release and I still having troubles when I execute/run it.

I have attached an image where the problem is shown, the assemblies that I have and the references of the project.

Thanks and Regards,
ABS S.A. de C.V.

Richard Slade
Top achievements
Rank 2
 answered on 10 Jan 2011
5 answers
245 views

I have a RadCalendar set to a focused date, say 1/15/11 , but after i use the navigate button to move it to Feb and then bring it up again, it shows the month of Feb in the view instead of Jan (where focused date is 1/15/11). Do i have to do anything else to show the focused date on the calendars view.

 

 

cal_Dates.SelectedDate = (

 

DateTime)gv.Rows[e.RowIndex].Cells["SyDate"].Value; //eg- 1/15/11

 

cal_Dates.FocusedDate = cal_Dates.SelectedDate;

Thanks in advance for any help.

Richard Slade
Top achievements
Rank 2
 answered on 10 Jan 2011
9 answers
461 views
Hey there, having a performance issue when grouping is enabled. I do not believe it is the grouping logic, but perhaps a drawing issue. I have about 1800 items of 10 columns that are sorted and grouped (about 12 groups). When grouping is off, it runs very fast. With grouping on, it is painfully slow reacting to commands and changes in the bindinglist. However... if I keep most groups collapsed it runs fast again, which is what leads me to believe it may be redrawing (formatting, etc.) rows that are not visible to the user.

For now I will default the groups to collapsed, but would love some feedback on handling this performance issue when all groups are opened. I can only imagine a user with 5000+ items.

Thanks!
Brandon
Top achievements
Rank 1
 answered on 10 Jan 2011
5 answers
155 views
I had a radform with breeze extended theme. The I added a ribbonbar and it asked me to activate the radribbonbarform behaviour. But it told me that if i deleted the control it would reverse the automatically.

Now, I deleted the ribbonbar but the theme in the form and in all the other controls don't show the style ("breeze extended"). What can i do about it?

thanks a lot
Richard Slade
Top achievements
Rank 2
 answered on 10 Jan 2011
8 answers
139 views
Hi there. 

A few days ago, I upgraded from version 2010.3.1109 of the Windows Forms controls to version 2010.3.1215 (SP1). This was done to fix an issue with the RadButton.

However, now my sort descriptors I have added to a RadGridView are not being respected. Below is the code I am using which was working before the upgrade. 

private void sortGrid()
        {
            int sortOrder = byBradFordRadioButton.ToggleState == Telerik.WinControls.Enumerations.ToggleState.On ? 0 : 1;
            dataGrid.SortDescriptors.Clear();
 
            if ( sortOrder == 0 )
            {
                dataGrid.SortDescriptors.Add(new SortDescriptor("Bradford Factor", ListSortDirection.Descending));
 
                // select the first row
                dataGrid.setSelectedRowIndex(0);
            }
            else
            {
                dataGrid.SortDescriptors.Add(new SortDescriptor("Employee", ListSortDirection.Ascending));
            }
        }

Any clues on a workaround for this?
Richard Slade
Top achievements
Rank 2
 answered on 10 Jan 2011
1 answer
100 views
hi team,

After this event what is the next sequence of events fired.

    serviceDragDrop.PreviewDockPosition += new DragDropDockPositionEventHandler(serviceDragDrop_PreviewDockPosition);

For me the active document changed event does not fire sometime.

Thanks
suresh.
Julian Benkov
Telerik team
 answered on 10 Jan 2011
3 answers
88 views
Hi,
I am using a trail version.

I try to add a WaitingBar to a StatusStrip. I use following code to archive this :

            waitingBar = new RadWaitingBar();
            waitingBar.BeginInit();
            Size waitingBarSize = new Size(this.radLabelElement2.Size.Width, this.radLabelElement2.Size.Height);
            waitingBar.MinimumSize = waitingBarSize;
            waitingBar.MaximumSize = waitingBarSize;
            waitingBar.EndInit();
            host = new RadHostItem(waitingBar);
            this.radLabelElement2.Margin = new Padding(0);
            this.radLabelElement2.Children.Add(host);

I just add a radLabel to the StatusStrip named radLabelElement2 and it worked but the appearence look a little bit strange :

http://h-4.abload.de/img/unbenannt1oi3.png

I use the Desert Theme but the WaitingBar got a white border. I want is transparant. How can I archive this ?

Thanks
Dieter
Top achievements
Rank 1
 answered on 10 Jan 2011
2 answers
127 views
Hi,

I was using Q22009 version of Telerik control before in my project and everything was working fine. Few days back I downloaded latest version and replaced my existing refrences of telerik with new refrences .i.e. 2010.3.10.1109. All other controls are working fine but I am getting errors in gridview controls. I used new gridview in another sample project and observed that there is much difference in properties of old gridview and new gridview.

I used new and it was working fine also but as I said there are changes. So what I gues from this, I have to change all my grids now. But I have so many grids in my project and it require lot of time to change them now. I wanna to ask that is there any short way to make this chage.

Please recommmend me the easy and good solution to upgrades my controls with the latest version of Telerik.

Regards,

Ahmed Almousa
Jack
Telerik team
 answered on 10 Jan 2011
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
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
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
BindingNavigator
Styling
Barcode
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
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?