Telerik Forums
UI for WinForms Forum
3 answers
226 views
I've been waiting for RadRibbonForm for a while now and saw that it is part of Q3. I can't find any documentation for it yet. I created a form that inherits from RadRibbonForm and all I get is a big grey box, no ribbon, no status bar, nothing. Do I have to add the ribbon bar and status bar to the form or are they part of the RadRibbonForm and I just can't find them? Also, is there an easy way to port something that was designed as a ShapedForm with ribbon and status bar over to RadRibbonBar (I tried just having it inherit RadRibbonForm and the results are weird).
Nikolay
Telerik team
 answered on 14 Mar 2011
4 answers
185 views
Ra

Hi

I want to hide the system context menu which is visible when cell is in edit mode and user presses right button. I come to know that it can be disable on EditingControlShowing event of DataGridView. But as this event is not available in RadGridView, How can I disable or hide this context menu. Any help would be appreciated!

Regards!

Martin Vasilev
Telerik team
 answered on 11 Mar 2011
1 answer
109 views
Hello,
i'm having a little trouble with the RadScheduler.
1. I want to make a schedule with the 5 working days, BUT:
this.radScheduler1.ActiveViewType = Telerik.WinControls.UI.SchedulerViewType.WorkWeek;
with using this code the header names of the days are like '01 April'. 

How can i make them like the real names of the days -> 'monday', 'tuesday' and etc.?

2. How can i divide each day in 10 individual columns?

In the end, I want my schedule to look like this one (without the styles, of course):
https://picasaweb.google.com/lh/photo/K50fT_3619pHdTmTLiErVUT5NbwU7UjEazB5XmYfdGg?feat=directlink

(I don't have any problems with the grouping ("1a", "1b", "1c", "1d", "2a" and etc...)

Note: I don't want to use the GridView, because in the cells there should be specific color (or colors, it depends) and a couple of short names.
Dobry Zranchev
Telerik team
 answered on 11 Mar 2011
3 answers
199 views
Hi,

The behaviour I am trying to stop is this,

I have a gridview that is used as a generic list/grid that is populated by different data based on a users selections.

I have a function that is called whenever the selection changed event is fired.

My problem is the selection changed event is fired whenever the grid is populated with data, therefore can I stop the autoselection
of the first record whenever the grid is populated.

NB I am using the latest version of the gridview 2010 Q3 (2010.3 10.1215)

Thanks for any help

Andrew
Andrew
Top achievements
Rank 1
Iron
 answered on 11 Mar 2011
1 answer
55 views

 In day view, if we scroll down continuously by using up down key, it goes to the second day.  There should be a lock, one should be able to see only one day’s schedule.  Same case with week view and month view.

Dobry Zranchev
Telerik team
 answered on 10 Mar 2011
5 answers
173 views
Hello,
I have a problem with the application button of the ribbonbar control:
When my application is in normal size (not maximized) the start menu on the top left corner is OK.
When the application is maximized with the maximize button of the application, over the application button (on the top left corner) appears an horizontal white line.
I' m not able to avoid this behaviour, and it also causes problems with my application.

Thanks in advance

Stefan
Telerik team
 answered on 10 Mar 2011
5 answers
116 views

Hello,

I am new at using Telerik products.

I am using a GridView with Hierarchic levels.
I am trying to add a combo box in it, so I created a GridViewComboBoxColumn object , and added it to the GridView like this :

myGridView.MasterGridViewTemplate.Columns.Add(myComboBoxColumn);  and it works.

But now, I want to add the combo to the hierachical second level on the GridView, something like that :

myGridView.MasterGridViewTemplate.ChildGridViewTemplates.Insert(4,myComboBoxColumn);

but I get an error message telling that a GridViewComboBoxColumn object is not assignable to a GridViewTemplate.

So please can you tell me how I could add the GridViewComboBoxColumn to the GridView at this level ?

Thank you.

Alexander
Telerik team
 answered on 10 Mar 2011
5 answers
130 views
Hi,
I want to make contextmenu of filterbutton of my grid right to left. menu's left vertical colorized bar also must be appeared at right.
please guide me.
Ivan Todorov
Telerik team
 answered on 10 Mar 2011
1 answer
126 views
Hello...
          I wanna use wpf expander control so that i can place some controls over it.
   
         I wanna use two expanders. Can u suggest me like how to place rad winform controls on expander...

Hope u reply soon....
Tina Stancheva
Telerik team
 answered on 10 Mar 2011
10 answers
206 views
Hi,

I am using Telerik Q3 2010 on Visual Studion 2008 and C# as the Language for development.
As part of our requirement we need to open up a browser on clicking of a postcode within the address (one of the columns) of the GridView.
When I select the address column as a Group by element, the text within the column is shown as it is.
Is there anyway of setting the DisableHTMLRendering of the group Headers to FALSE or any property within  the GridView to achieve the same functionality.

Please see sample code below and screen shots attached for more details.

 

private void Form1_Load(object sender, EventArgs e)

 

 

{

 

radGridView1.BeginUpdate();

 

radGridView1.AutoSizeRows =

true;

 

 

radGridView1.EnableFiltering =

true;

 

 

radGridView1.AutoScroll =

true;

 

 

radGridView1.ShowGroupPanel =

true;

 

 

radGridView1.EnableHotTracking =

true;

 

 

radGridView1.EnableAlternatingRowColor =

true;

 

 

radGridView1.AllowAddNewRow =

false;

 

 

radGridView1.AutoGenerateColumns =

false;

 

 

radGridView1.BestFitColumns();

 

radGridView1.AllowAutoSizeColumns =

true;

 

radGridView1.AutoSizeColumnsMode =

GridViewAutoSizeColumnsMode.Fill;

 

 

radGridView1.Controls.Clear();

 

radGridView1.ReadOnly =

true;

 

 

radGridView1.Columns.Add(

new GridViewTextBoxColumn("Name"));

 

 

radGridView1.Columns.Add(

new GridViewTextBoxColumn("Address"));

 

 

radGridView1.Columns[1].DisableHTMLRendering =

false;

 

 

radGridView1.Columns[1].WrapText =

true;

 

 

radGridView1.Columns[1].ReadOnly =

true;

 

 

 

 

radGridView1.Rows.Add(

"Lester","<html>21 Yeoman Way <a href=http://maps.google.co.uk/maps?q=BA140QL>BA140QL</a></html>");

 

 

radGridView1.Rows.Add(

"XYX","<html>22 Yeoman Way <a href=http://maps.google.co.uk/maps?q=BA140QL>BA140QL</a></html>");

 

 

radGridView1.Rows.Add(

"ABC","<html>23 Yeoman Way <a href=http://maps.google.co.uk/maps?q=BA140QL>BA140QL</a></html>");

 

 

radGridView1.Rows.Add(

"QEP","<html>24 Yeoman Way <a href=http://maps.google.co.uk/maps?q=BA140QL>BA140QL</a></html>");

 

radGridView1.EndUpdate(

true);
}

 

Stefan
Telerik team
 answered on 10 Mar 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
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
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?