Telerik Forums
UI for WinForms Forum
13 answers
300 views
Is there a way to enable the grid for more excel-like behavior? At the very least I expect that when editing the data in a cell, the enter key ends and commits my edit.

Thanks,
  -- m.
Victor
Telerik team
 answered on 28 Oct 2009
5 answers
201 views
Hi,
   I have a radgridview with a checkbox column. I want to get which checkbox column ,row  i have clicked. I m not finding suitable event for it. 
Smitha Test
Top achievements
Rank 1
 answered on 28 Oct 2009
1 answer
107 views
Hi

I'm using a trial copy of RadControls for WinForms Q2 2008 SP1,version 7.1.1.0 for development

And i get the following Error while resizing column in WinForms.Gridview

================================================================================================

System.NullReferenceException was unhandled
  Message="Object reference not set to an instance of an object."
  Source="Telerik.WinControls.GridView"
  StackTrace:
       at Telerik.WinControls.UI.GridTableHeaderRowElement.OnMouseMove(MouseEventArgs e)
       at Telerik.WinControls.RadElement.DoMouseMove(MouseEventArgs e)
       at Telerik.WinControls.RadElement.CallDoMouseMove(MouseEventArgs e)
       at Telerik.WinControls.ComponentInputBehavior.OnMouseMove(MouseEventArgs e)
       at Telerik.WinControls.RadControl.OnMouseMove(MouseEventArgs e)
       at Telerik.WinControls.UI.RadGridView.OnMouseMove(MouseEventArgs e)
       at System.Windows.Forms.Control.WmMouseMove(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at Telerik.WinControls.RadControl.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(ApplicationContext context)
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
       at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
       at HotkeyOrg.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81

================================================================================================

Thanks
Madhav
Nick
Telerik team
 answered on 27 Oct 2009
1 answer
419 views
hi all,

I was hoping to get some advise if a moveable/draggable panel contianer could be acheived for radcontrols in Winforms, i am trying to create a container control that can allow the user to drag or reorder a set of panels, like in google... Any tips on how to acheive this.

I have been able to move individual panels using the mousedown and mousemove events but i guess i want to reorder/align other panels with in the same container. Any advise would be appreciated! I am using Radcontrols for Winforms Q1 2009 atm.

cheers,
koms
Martin Vasilev
Telerik team
 answered on 27 Oct 2009
1 answer
199 views
Dear friends,

I want to bind some values to a radChart. I mean, for each month, i want to display in radChart the sales with success and sales without success. I use a radChar Bar, with two bars for each month where each bar represents the sales with success and without success.

How can i bind an array of 24 positions(with 24 integers inside) to my radChart and how can i change the legend of the values, replacing 'Series 1' and 'Series 2' by 'Success' and 'No Success'.

Thanks.

My code:

    //this.radChart1.PlotArea.YAxis.AutoScale = false;
            //this.radChart1.PlotArea.YAxis.IsZeroBased = false;
            //this.radChart1.PlotArea.YAxis.AddRange(0, 100, 10);

            //this.radChart1.PlotArea.XAxis.AutoScale = false;
            //this.radChart1.PlotArea.XAxis.IsZeroBased = false;

            //ChartAxisItem item1 = new ChartAxisItem("Jan.");
            //ChartAxisItem item2 = new ChartAxisItem("Fev.");
            //ChartAxisItem item3 = new ChartAxisItem("Mar.");
            //ChartAxisItem item4 = new ChartAxisItem("Abr.");
            //ChartAxisItem item5 = new ChartAxisItem("Mai.");
            //ChartAxisItem item6 = new ChartAxisItem("Jun.");
            //ChartAxisItem item7 = new ChartAxisItem("Jul.");
            //ChartAxisItem item8 = new ChartAxisItem("Ago.");
            //ChartAxisItem item9 = new ChartAxisItem("Set.");
            //ChartAxisItem item10 = new ChartAxisItem("Out.");
            //ChartAxisItem item11 = new ChartAxisItem("Nov.");
            //ChartAxisItem item12 = new ChartAxisItem("Dez.");
            //radChart1.PlotArea.XAxis.Items.Add(item1);
            //radChart1.PlotArea.XAxis.Items.Add(item2);
            //radChart1.PlotArea.XAxis.Items.Add(item3);
            //radChart1.PlotArea.XAxis.Items.Add(item4);
            //radChart1.PlotArea.XAxis.Items.Add(item5);
            //radChart1.PlotArea.XAxis.Items.Add(item6);
            //radChart1.PlotArea.XAxis.Items.Add(item7);
            //radChart1.PlotArea.XAxis.Items.Add(item8);
            //radChart1.PlotArea.XAxis.Items.Add(item9);
            //radChart1.PlotArea.XAxis.Items.Add(item10);
            //radChart1.PlotArea.XAxis.Items.Add(item11);
            //radChart1.PlotArea.XAxis.Items.Add(item12);
            
            //int[] intArray = new int[12] { 10, 11, 12, 13, 5, 5, 8, 44, 3, 5, 77, 8 };
            //radChart1.DataSource = intArray;

            //radChart1.DataManager.ValuesYColumns = new string[] { "numberOfOrders" };
            //radChart1.PlotArea.XAxis.DataLabelsColumn

            //radChart1.DataBind();
Tiago
Top achievements
Rank 2
 answered on 27 Oct 2009
1 answer
138 views
hi, when I create a RadPlayer in the winform , and i can play the video smoothly ,but i can't add a event on the RadPlayer, it seems that all the events of the RadPlayer are not responding, could u pls give me an idea?
and this version has also existed this bug (the RadControls for WinForms Q2 2009 SP1)
pls do as following if you want reproduce this bug 

Integration/Media Player/press any key
Nick
Telerik team
 answered on 27 Oct 2009
2 answers
110 views
Dear Sir or Madame,

having trouble with referencing any Telerik Component in the latest Version of Visual Studio 2010 Beta 2. It let me references all Controls but when i try to build the Project the References are gone. And Visual Studio tells me ... Are you missing an Assembly? --> This just happens strangly just with your Assemblys. Tryed some others. Seems like there is something wrong with Code Access Security Evidence. But i'm not quite sure.
What can i do, to get rid of this error?

Excuse me, i'm talking about: RadControls_WinForms_2009_3_1016_trial

Thx

Patric
Deyan
Telerik team
 answered on 27 Oct 2009
1 answer
105 views
After doing the upgrade from Q2 2009 to Q3 2009 beta all of my RadTabItems that were set to Tahoma, 12pt Bold in my RadTabStrips reset to Tahoma, 8.25pt without the bold setting.  I make the change back to Tahoma, 12pt Bold, save, compile and they are fixed, but upon pulling up the form in designer mode again, all of the fonts are reset back to Tahoma, 8.25pt.

In addition, several of my RadTabStrips are defaulting to the second tab instead of the first now, is there a new property or setting to set that instead of doing a code fix?
Nick
Telerik team
 answered on 27 Oct 2009
4 answers
180 views

When I try to assign shortcuts in the shortcuts control, the userinterface disappears or I get a ”Unable to cast object of type ’Telerik.WinControls.UI.splitcontainerElement’ to ’System.ComponentModel.IComponent” error. Using shortcuts on very simple forms seems to work ok.

 

I am using a demo version of 2009.2.9.729 in vs2008.

Georgi
Telerik team
 answered on 26 Oct 2009
3 answers
129 views
When I set WrapText to true the alignment is fixed to the left even when I've set the TextAlignment to MiddleCenter

Is this a known issue?
Martin Vasilev
Telerik team
 answered on 26 Oct 2009
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
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
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?