Telerik Forums
UI for WinForms Forum
0 answers
122 views

Hello I am using  RadGrid of 4 columns in my windows form , I would like to know how do i horizontal display the third column as row below first and second and fourth column

please help in order to swap the third column as row.

Smayr
Top achievements
Rank 1
 asked on 24 Jun 2013
1 answer
1.4K+ views
I've got errors, "The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)"

e.g., on this line of code:

private void rgvFlatSaleEvents_FilterChanged(object sender, Telerik.WinControls.UI.GridViewCollectionChangedEventArgs e)


So what Telerik references do I need to add to get this to compile?

On closer inspection, why is my asp.net mvc app using "WinControls" anyway?

Might this be related to its Silverlight elements (I didn't write the code, so I don't know its history or "psychology").
Stefan
Telerik team
 answered on 24 Jun 2013
4 answers
210 views
Hi

I wanted to add Text box as RadContextMenu item like we do with MS ContextMenuStrip. But I don't see any option for such.

Can you please help me about this?

Regards,

Mujtaba Ali Panjwani
Mujtaba Ali
Top achievements
Rank 1
 answered on 21 Jun 2013
1 answer
164 views
Hi

Does anyone knows how to make RadPageView act like the Chrome tab strip? (i.e. Same fixed size for all tabs, overflow will resize)

Thanks.
Dimitar
Telerik team
 answered on 21 Jun 2013
1 answer
156 views
I was wondering if there is a way to save end-user customizations of the commandBar.  For example,  commandBarRowElement1 and commandBarRowElement2 may be dragged to a different location in the toolbar area or a button may be added/removed.  This all works until i close the app and re-open it, the default layout/setting is loaded instead of the previous layout/settings.  i was hoping you could provide a link or example c# code for this. Thank you for your time in this matter. 
George
Telerik team
 answered on 21 Jun 2013
9 answers
569 views
Hello,

We need help in the following issues:

1. When user inputs an invalid value for a cell, we can use ErrorText to show an error message in the RowHeaderColumn. Normally, the ErrorText will be cleared after the user corrects the value. Sometimes the user will just press Esc key to cancel the input value, in this case the CellValidating event won't get fired and the ErrorText will remain shown on the RowHeaderColumn. This behavior will make the user feel confused.

2. We often have many columns to be shown in the grid and the user can use horizontal scroll bar to scroll to the region (s)he likes. When the user scrolls to the right, the ErrorText icon will still show up when a cell receives invalid value. But there is no ErrorText tooltip when the user moves the mouse over the ErrorText icon.

3. We use HtmlViewDefine to arrange the columns in 2-row display. In this case, the row indicator and the columns will overlap with each other when the user scrolls the grid horizontally. And the ErrorText tooltip won't be shown as we described in the 2nd issues.

Thanks in advance.

BR/shortie

Anton
Telerik team
 answered on 21 Jun 2013
1 answer
99 views
Hi,

I need to remove rad chart series center appearance line. i have attached the image .Kindly check and update the possibility..

Please if someone can guide me how to do it correctly I will appreciate it so much!!.

Thank you, 
Peshito
Telerik team
 answered on 21 Jun 2013
1 answer
128 views
hello

I'm using this code to get the focus on the new row, first cell after inserting a row

private void myGrid_UserAddingRow(object sender, GridViewRowCancelEventArgs e)
{  
    myGrid.CurrentRow.Cells[0].BeginEdit();
}


but the focus goes to second cell of the new row 

what is the problem

thanks
George
Telerik team
 answered on 21 Jun 2013
9 answers
295 views
Hi,
I have downloaded the trial version  RadControls_WinForms_2009_2_701_trial.exe
I am trying to review your CAB support controls, but I can't find them.
Am I missing something?

Thanks
Hu
Top achievements
Rank 1
 answered on 20 Jun 2013
4 answers
101 views
Hello.
* using C Sharp + WinForms

I have created a custom menu and when i attach it to Scheduler context menu, i can no longer access the AppointmentEditDialogShowing event.

What i am trying to do is populate the Start and End dates into my Custom New/Edit Appointment Dialog. If i use the default context menu, on the EditDialogShowing event, i can catch the dates using :

Telerik.WinControls.UI.Appointment app = (Telerik.WinControls.UI.Appointment)e.Appointment;
DateTime ini = app.Start;
DateTime end = app.End;
 
//cancel Scheduler Edit/new built in dialog
e.Cancel = true;
 
//Pass the values to my new/edit dialog and show it
.....

If i use my custom context menu, select a few empty cells and no longer know when it starts and ends. What can i do catch this dates using this ex: custom context menu ?

foreach (RadItem ri in e.ContextMenu.Items)
{
       ri.Visibility = ElementVisibility.Collapsed;
}
 
RadMenuItem rmi1 = new RadMenuItem("New / Edit Special Appointment");
rmi1.Click += new EventHandler(rmi1_Click);
 
RadMenuItem rmi2 = new RadMenuItem("Another Action");
rmi2.Click += new EventHandler(rmi2_Click);
 
 e.ContextMenu.Items.Add(rmi1);
 e.ContextMenu.Items.Add(rmi2);
Peter
Telerik team
 answered on 20 Jun 2013
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?