Telerik Forums
UI for WinForms Forum
2 answers
74 views
I would like to move the first 3 columns in columns collection to end of the collection.
If there were a total of 10 columns, then I want to move columns 1,2 and 3 so that they are columns 8,9,10.

Thanks
Sunil
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 22 Oct 2010
2 answers
152 views
Hello,

I've done this in an ASP.NET application, now I need to do it in a WinForms application. I've attached an image of the web page that illustrates what I need to do. I need to programmatically create columns that contain a checkbox and a textbox. So it's really two issues, but the programmatic creation of columns is not really an issue as I've already done this. But since I don't know the columns at design time, I need to bind the grid to a DataTable I populate in code, rather than define them in design mode. However I need each cell to contain two controls, that are both live. When the user interacts with either control I need to highlight the cell to indicate that it has been modified. Really the only thing I think I could use an example for is two controls in a cell. See the attached image.

Thanks, Steve
Martin Vasilev
Telerik team
 answered on 22 Oct 2010
4 answers
266 views
What is ShowItemTooltips supposed to do? I turned it on for my bound grid and don't see any tooltips.

What I was hoping for was to see the full text of each cell as I hover over the cell.

Is there a way to do this automatically? Or do I have to write the code to display cell tooltips?

Thanks!
Stefan
Telerik team
 answered on 22 Oct 2010
1 answer
357 views
Hello,

I am using radtreeview. and added rootnode and child nodes to it,showing checkbox for each node (parent and child node).
after that i am selecting many nodes (Checkbox). after clicking remove button. i need to remove the checked nodes from treeview as well as from database.

So, how to get the collection of checked nodes?

Please help?

thanks
Sachin C
Richard Slade
Top achievements
Rank 2
 answered on 22 Oct 2010
7 answers
175 views
Have just upgraded to 2010 Q2 SP2 and found that when manually entering or editing of a date, that when you get to the year portion the control just clears everything and goes back to 01/01/1900 in the drop down portion.  Confirmed that this occurs in the demo app as well.  This is a critical problem as the drop down picker is not very useful when you have to enter historical dates like birthdays etc.
Stefan
Telerik team
 answered on 22 Oct 2010
5 answers
423 views
I have a RadGridView that would allow the user to persist layout settings via the SaveLayout() and LoadLayout() methods. Is there a way in which the user can clear all the layout settings applied... something equivalent to a radgridview.ClearLayout() perhaps?
Richard Slade
Top achievements
Rank 2
 answered on 22 Oct 2010
5 answers
292 views
Hi,

I want to display times in my radchart ( horyzontal Bar type ) in format  mm:ss:ff.
I use XML file to bind my radchart datasource :

<?xml version="1.0" encoding="utf-8" ?>
<items>
  <item Title="encoding" val="12000" />
  <item Title="writing" val="20000" />
</items>

my "val" is in millisecond.

but when I do 

    this.DataSource ="myxml.xml";
    this.PlotArea.YAxis.Appearance.ValueFormat = ChartValueFormat.ShortDate;
    this.PlotArea.YAxis.Appearance.CustomFormat = "mm:ss:ff";

I can see on my chart "00:00:00" several times in my XAxis and data (val) is not converted.

What can I do ?

Thanks,

YSP

Evgenia
Telerik team
 answered on 22 Oct 2010
3 answers
128 views
Hi,

I have a winforms radgridview on a form with it's dockstyle set to Fill so that i can scroll horizontally to see all the columns.

I am using custom checkbox columns with a 'select all' checkbox in the header as described in the knowledge base article here: http://www.telerik.com/support/kb/winforms/gridview/add-check-uncheck-all-check-box-in-the-header-cell.aspx

Now, if i drag the resize handle on the right hand edge of the form back and forth to resize the form, the header checkboxes shift around and sometimes get duplicated.

I have attached screen shots to demostrate.

Does anyone have any idea why this is happening and how to fix it ?

Thanks,
Matt
Emanuel Varga
Top achievements
Rank 1
 answered on 22 Oct 2010
3 answers
635 views
i have a problem while loading a screen contains some of Telerik controls such as : gridview and radbuttons and and raddatetime and ....

the problem in slow performance for the first time i open that screen for other times it worked faster.
Richard Slade
Top achievements
Rank 2
 answered on 21 Oct 2010
3 answers
576 views
We are having an issue with displaying only our custom context menu (do not want to show cut/copy/paste context menu) when the DropDownStyle is DropDown.  When the DropDownStyle is DropDownList then the context menu works as expected. 

On a right-click (or Apps key press: Keys.Apps) the cut/copy/paste context menu is shown for the editor textbox.  We were able to work around not showing the context menu for the mouse right-click action by absorbing the MouseDown event of the TextBox (

radDropDownList.DropDownListElement.TextBox.MouseDown += radDropDownListTextBox_MouseDown

 

) and then displaying our custom context menu.  We attempted to do a similar workaround by subscribing to the KeyDown event of the textbox editor component of the RadDropDownList, but we are unable to suppress the context menu.

Is there a way (or workaround) for suppressing the cut/copy/paste context menu that is shown for the RadDropDownList textbox editor component (especially for the Apps key press)? 

Thank you for any help and information you can provide.
Jeremy

Richard Slade
Top achievements
Rank 2
 answered on 21 Oct 2010
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?