Telerik Forums
UI for WinForms Forum
13 answers
374 views
Hi,
how can we add custom controls other than the ones provided with the RAD Suite?
thanks.
Peter
Telerik team
 answered on 31 Jan 2011
8 answers
241 views
Hello,

I use "Hide Column" from GridView->Header->Pop-up menu.
Is there some event to get information about column which was hidden?

Thanks
Stefan
Telerik team
 answered on 31 Jan 2011
19 answers
314 views

I really liked Kaspersky's User Interface.

Is it possible to create some UI like that, using Telerik controls for WinForms ?

Thanks

Akhil
Top achievements
Rank 1
 answered on 29 Jan 2011
6 answers
154 views
I want to create a document window tab on the dock when I click a button. how do I go about this?
Thanks!!
-Eric Pacheco
Richard Slade
Top achievements
Rank 2
 answered on 29 Jan 2011
4 answers
388 views
I have created custom cells in rad grid like this

private void radGrid_CellFormatting( object sender, CellFormattingEventArgs e )
 {
           if( e.CellElement.ColumnInfo.Name == "Rate")
            {
                CurrencyRate currencyRate = e.CellElement.RowInfo.DataBoundItem as CurrencyRate;
                RadSpinElement spin = new RadSpinElement( );
                spin.MinValue = 0;
                spin.MaxValue = decimal.MaxValue;
                spin.DecimalPlaces = 2;
                spin.TextAlignment = HorizontalAlignment.Center;
                spin.Value = currencyRate.Rate;
                e.CellElement.Children.Add( spin );              
            }
}

now, how can I get RadSpinElement object from here

private void radGrid_CommandCellClick( object sender, EventArgs e )
{
                 GridCommandCellElement cell = sender as GridCommandCellElement;
                if( cell.ColumnInfo.Name == "Update" )
                {
                        //I need "Rate" RadSpinElement object here
                 }
}

without creating custom RadSpinGridCellElement.

Thanks.
Richard Slade
Top achievements
Rank 2
 answered on 29 Jan 2011
3 answers
175 views
Hello,

We started having a weird problem with one of our command bars. It would become inactive somehow when you interact with a rad grid on the same win form, and when you mouse over it the buttons won't change their background as usual, and if you try to click one, it won't do anything. In order to make it work you have to click once anywhere on the bar and then it behaves properly again. I tried explicitly calling Focus() on the bar and the strip element in the code behind but did not help. Any ideas?

Thanks!
Richard Slade
Top achievements
Rank 2
 answered on 28 Jan 2011
2 answers
156 views
Hi,

We have a  Lookup window having a text box at top and Grid with Data. When user type in text box, we find the data in grid and select that Row. Grid in NOT having focus at that time means we want selected row to be shown while user is writing on text box. In previous version Q2 2010, it was working properly. from Q3 2010, until grid control don't have focus, it does not show Selected row.... 

Kindly advise any solution for this.

Thanks 
devoas
devoas
Top achievements
Rank 1
 answered on 28 Jan 2011
1 answer
289 views
Hi.

I am using the Visual Style Builder to create the theme for RadGridView.

I am trying to change the RowFill for GridTableHeaderRowElement with a new Gradient type repository item. I don't want the background to be gradient colored and thus I chose the GradientStyle = Solid. This does paint the background with the color I chose but the table header columns still have gradient color (different from what I selected) left in them.

I have attached the snapshot of the VSB screen where I did the above.

As you can see, there is still a tint of gray at the bottom of the header columns that I am not able to remove.

Can someone help?

Thanks.
Nikolay
Telerik team
 answered on 28 Jan 2011
5 answers
290 views
Hi I want to show only upto 3 desktop alerts at any given time.  Some alerts have autoclose options while others do not.  As such before displaying an alert, I need to check how many are open.  I tried using the desktopalertmanager but running into null exception errors

Dim

 

iDesktopAlertManager As DesktopAlertManager
Dim value As IEnumerator(Of RadDesktopAlert)
value = iDesktopAlertManager.GetRegisteredAlerts()

 

I stepped though the code and the iDesktopAlertManager is nothing which causes a null exception error.  I am not fully aware of the DesktopAlertManager.

This is similar to the code sample on your reference pages so not sure what I am doing wrong here...
http://www.telerik.com/help/winforms/telerik.wincontrols.ui-telerik.wincontrols.ui.desktopalertmanager-getregisteredalerts.html
Ivan Todorov
Telerik team
 answered on 28 Jan 2011
1 answer
110 views
Is there any way to hide the 'GridIndentCellElement' that shows when a group is expanded?

I am using Q1 2008 SP1 version.

Thanks
Sunil
Martin Vasilev
Telerik team
 answered on 28 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)
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?