Telerik Forums
UI for WinForms Forum
2 answers
105 views
Hi,

I have a Main form that is set to MDI Parent This has a RadRibbon and a RadDock.the Dock is set to  Auto Detect Mdi Children

I then Load a Form which contains a DataGridView in a Panel. I want to change the RadRibbon on the Main form to a Context Menu for the DataGridView when it is clicked and when the Form is Clicked the menu should return to the Form context.

I can switch to the DataGridView using its GotFocusEvent

To switch back the Form it is on does not fire the GotFocus, Activated or Click Events. is is possible to find out when the user has clicked on a form?

Thanks
Stefan
Telerik team
 answered on 17 Jan 2012
3 answers
72 views
Hi,

I have created a class that derives from the RadRibbonBar so that i can create the elements on the bar in code and create an instance of the bar to apply them to my Form.

public class SappsRibbonBar : RadRibbonBar
{
   public void CreateSappsRibbonBar(MenuType MenuType)
   {
      BuildFromDB(MenuType);
   }
}

this builds the bar ok but there seems to be no theme attached to the bar. is there something i'm missing?

thanks
Stefan
Telerik team
 answered on 17 Jan 2012
3 answers
88 views
Hi,
I have just upgraded to .1219 and would like to use the new nice features with the TelerikEditor.

this.richRibbonBar1 = new TelerikEditor.RichRibbonBar();


I get this error msg:

Error 3 The type or namespace name 'TelerikEditor' could not be found (are you missing a using directive or an assembly reference?)

What have I missed here?

Thank you,
Karl
Nikolay
Telerik team
 answered on 17 Jan 2012
1 answer
148 views
i want  to know  how to add the rows added by the users to be added on the top
and also want to know how to add the rows that added by programatically to be added on the top.

i use the bound mode.i bind List<> to the "gridview.DataSource".
 
 
Stefan
Telerik team
 answered on 16 Jan 2012
15 answers
531 views
How do I load the existing themes (e.g. Office2007Black) into the visual style builder to customize them?  Loading the RadForm control simply loads the control default, and I cannot add from assembly because, I believe, the RadForm does not inherit from RadControl and thus is not a choice.
Svett
Telerik team
 answered on 16 Jan 2012
3 answers
325 views
Hello everyone,

We are willing to update an application we started to develop since a few months with the Telerik components. I was wondering if there is a simple way to convert all the Winforms (about 100 of them) into Radforms easily?

I have also another question:
Once I convert all my winforms into radforms. I would like to display the forms inside the mainform with radribbonbar according on which button in the radribbonbar the user clicks. I found a solution: add a panel into the mainform. On each radform, below all the components there will be another panel which will be added or removed from the panel in the mainform according to what is needed. Do you think it's the best solution? Do you have any other solution?

I could not find much information about the radform in the documentation... that's why I am asking on the forum.

Thank you.
LB.

Stefan
Telerik team
 answered on 16 Jan 2012
21 answers
281 views
Hi. I use RadMaskedEditBox to display percent values. My code used the value property of the control to obtain the numeric value without the masked format and to assign values to the control form database fields. In Q2 2011 this is no longer possible because the value property returns the same values as the text property and when I assign values it no longer displays them correctly.

If my masked box displayed "4.00 %", the value property used to return 0.04. Now it returns "4.00 %". In the same way, if the database field had a value of 0.04 the masked box used to display "4.00 %" and now it displays "0.04 %".

Am I doing something wrong or is there a new way of doing this?

Thanks,

Javier Gonzalez de Aragon.
Peter
Telerik team
 answered on 16 Jan 2012
3 answers
112 views
Hi guys :)

I Have a Radgridview  and I want to hide other columns when I doubleclick a certain column
Im doing it through this code

Private Sub DataGridView1_CellDoubleClick(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.GridViewCellEventArgs) Handles DataGridView1.CellDoubleClick
     DataGridView1.Columns("Column1").IsVisible = False
     DataGridView1.Columns("Column2").IsVisible = False
 End Sub

But the problem is that I want to use this event when is certain column is doubleclicked and not for all columns. I want this code to run when I double clicked on column5 for example.

Im using vb.net and totally new to telerik controls

Any help would be appreciated in this regard.

Thanks :)
Stefan
Telerik team
 answered on 16 Jan 2012
3 answers
119 views
Dear Support ,
                          Just returning from extensive use of Telerik ASP.Net Grid :)  I  am unable to find DataKeyNames property in WinForms GridView . Kindly do let me know how I can find and use this in WinForms GridView.I am using Telerik controls version Q3 2010

Regards
Jack
Telerik team
 answered on 13 Jan 2012
1 answer
95 views
Hi,

I would like to know if there is a possibililty to just filter on the RadGridView by passing a string to a certain property.

I've seen that there is FilterExpressionChanged Event which has the FilterExpressionChangedEventArgs as argument and that argument has a property FilterExpression.

What I would like to have is to be able to just call this property FilterExpression so I know in a string the filter expression on the entire grid and can also pass a string to this Expression to be able to filter.

Is this possible? Or maybe a workaround?
Julian Benkov
Telerik team
 answered on 13 Jan 2012
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?