Telerik Forums
UI for WinForms Forum
1 answer
323 views
I'm working on  project with another programmer.  After checking out the latest version from source control and attempting to open some of the windows forms in the designer, I get this error:

Could not load file or assembly 'Telerik.WinControls.UI, Version=7.1.1.0,Culture=neutral, PublicKeyToken=5bb2a467cbec794e' or one of its dependencies.The located assembly's manifest definition does not match the assemblyreference. (Exception from HRESULT: 0x80131040)

We are using RadControls for WinForms Q2 2009 SP1 and Visual Studio 2008 SP 1.  Any suggestions on how to fix this error?
Nikolay
Telerik team
 answered on 28 Oct 2009
1 answer
199 views

I have a grid with cell backcolor customized in the CellFormatting event (selected cells are highlighted as blue). Once the cells are not selected, I need to return the cell backcolor to its original color. I first tried setting e.CellElement.BackColor = Color.Empty;

 

 

 & Color.Transparent but this makes the cell as White instead of following the AlternateRowColor. After going through the documentation, I found that I can use CellElement.ResetValue(VisualElement.BackColorProperty). This seems to work better since it respects the AlternateRowColor. However, when I am using some of the Themes, it doesn't respect the ThemeColors. Is there something I am missing?

Regards,
MP

 

Jack
Telerik team
 answered on 28 Oct 2009
1 answer
210 views
Hi,

Our project requirement is to add a radio button column with yes and no in a grid view

ANy suggestions??


Smitha
Jack
Telerik team
 answered on 28 Oct 2009
1 answer
118 views

We are currently writing an application that uses a frequently updated DataTable.

We tried out your grid view to display the data, where we used DataView as binding source. 

The nature of the application is to receive continuance updates from several sources, all coming in asynchronic fashion.

The DataTable update is synchronized, and only one thread at a time updates it.

When we are using Windows.Forms.DataGridView control binded to the DataView, it seems to work fine, but when using your control we get an Invalid Index Exception once we try to sort the columns.

The current rate and volume of the updates is about 80 records per source every five seconds, with up to 100 sources, and it is suppose to increase.

Your grid has been tested with three event sources.

Is there any way to update the grid DataSource, DataTable or DataView, in an asynchronic fashion,  meaning multithreaded, without having the need to overload the main thread using BeginInvoke ?

Are there any known design patterns for that manner ?

Nick
Telerik team
 answered on 28 Oct 2009
1 answer
123 views
Hi, I am currently evaluating various docking controls for the company I work for and I am very impressed with the RadDock control. I have one small problem, however, that I believe is a bug:

I have a ToolTabStrip that has docked (Fill) inside it a ToolWindow called with a toolwindow:  PropertiesToolWindow. PropertiesToolWindow.Text = "Properties".

As I would expect  my toolwindow is displayed with the text "Properties" in the title bar and with no tabstrip visible.

Next, I drag another ToolWindow: colourToolWindow (colourToolWindow.Text = "Colour") and drop it onto my ToolTabStrip over NameToolWindow. This Docks (Fill) ColourToolWindow to the ToolTabStrip. The contents of Colour form are shown in the ToolTabStrip area. There is a toolstrip shown with the tabs "Colour" and "Properties". Colour is highlighted. So far so good. Except the title bar still has the text "Properties" where I would expect to see the text "Colour". This happens both at design time and run-time.

Thanks for your help.
Nikolay
Telerik team
 answered on 28 Oct 2009
5 answers
172 views
Hello!

When I use the default menu in a Windows Form application I can do something like this:
            this.myToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));

Is there any way to do something like that with your menu controls?

Thaks in advance for your help.

Nikolay
Telerik team
 answered on 28 Oct 2009
13 answers
277 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
159 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
87 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
332 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
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
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
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?