Telerik Forums
UI for WinForms Forum
2 answers
104 views
Hello All

What event is trigrred on change of calculated column value is changed.

Thanks & regards
Pulkit
Jack
Telerik team
 answered on 04 Oct 2010
4 answers
188 views
I have a treeview that is dynamically populated with nodes.   I have enabled the default context menu for the treeview.  When I use the default context menu to delete a node, how do I get a reference to the radtreenode object that is being deleted?   There appear to be no standard event handlers for winforms treeview default context menus.

Thanks.
Nikolay
Telerik team
 answered on 04 Oct 2010
11 answers
264 views
Calling BetFitColumns (or BestFit on each Column) is not working in ChildGrivdViewTemplates.  It just sets all Column Widths to some default width (i.e. 50).  I'm binding to a DataSet filled by a SqlDataAdapter.

2009Q2 (2009.2.9.729), VS 2005 (v8.0.50727.762 SP.050727-7600), .Net2 (2.0.50727), XP SP3, Core2Duo 2.99GHZ with 3GB.
Nikolay
Telerik team
 answered on 04 Oct 2010
6 answers
278 views
I created a project that has a MDI frame and a form. I run it and open the form in the MDI frame. It looks fine if it is not maixmized. But once the form is maximized in the MDI frame, then there is a not usable gray color space on  the bottom and right side of the form. I placed a gridview and I maximized the form, then still there is a gray space on the bottom and left side. I see it only the form is maximized.

What is happening? 

Ver : Rad Control Winform Q3 2009 Sp1
Emanuel Varga
Top achievements
Rank 1
 answered on 03 Oct 2010
2 answers
139 views
Hello,

We have notice a problem in DateTime Picker in latest version that  when year is typed it set the value of Date to blank....  
this seems to be introduced in latest build as this was not happen in previous build....

Thanks,
devoas
Emanuel Varga
Top achievements
Rank 1
 answered on 03 Oct 2010
1 answer
209 views
I am using Linq to pull data for grid, so properties has to be set by coding such as header text, cell format, and size.
I tried below code and it causes this error, "Object reference not set to an instance of an object."

Is there any way that I can set properties by coding before data is pulled?

  Private Sub frmEmployee_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        InitializeGridView()
    End Sub

Public Sub InitializeGridView() 
        Me.rgvEmployee.Columns("EMP_ID").HeaderText = "Man"
    End Sub
Emanuel Varga
Top achievements
Rank 1
 answered on 03 Oct 2010
2 answers
164 views

RadPageView will be the successor of RadPanelBar and RadTabStrip by providing different views over a collection of pages. Each page is a stand-alone Panel where controls may be added through the Visual Studio Designer. The control is fully customizable yet greatly optimized for both memory consumption and performance. It will offer better item sizing and spacing, as well as extended orientation modes over the other two controls. Read more in the following blog posts:

What will happen to the old controls?

The old controls will be supported for at least one year after the release of Q2 2010. Users will nevertheless be encouraged to use RadPageView since it addresses the fundamental shortcomings of the previous controls.

Is upgrading to the new controls easy?

Upgrading from the old to the new control should be easy and painless, unless you have extended the previous controls with custom functionality. If this is the case, please contact Telerik support and we will help you move to the new version. We will also try to provide an automatic upgrade tool with Q2 2010 SP1.

Videos and instructions on how to upgrade from the old versions to the new control will be posted shortly.

How do I get support for the new controls?

To get technical support, either contact Telerik support or post in the PageView Forum.

Nikolay
Telerik team
 answered on 01 Oct 2010
17 answers
325 views
Hi Support,

I update my project to Telerik Winform Q2 2010. I encounter a problem with the new release in my project when I sort (ascending or descending) a column and then drag the column to a new position.

You can reproduce this error in the Q2 2010 Demo.
1. Select Grid View - Populate with data - Data Binding
2. Sort the Contact Name column
3. Drag the Contact Name column between the Contact Title and Address column.

This is the exception detail I obtain in my code:
System.ArgumentException was unhandled
  Message="DataItem not contains 'idesc' property name."
  Source="Telerik.WinControls"
  StackTrace:
       à Telerik.WinControls.Data.RadDataView`1.ValidateDescriptors()
       à Telerik.WinControls.Data.RadDataView`1.RebuildData(Boolean notify)
       à Telerik.WinControls.Data.RadDataView`1.RefreshOverride()
       à Telerik.WinControls.Data.RadDataView`1.OnNotifyPropertyChanged(PropertyChangedEventArgs e)
       à Telerik.WinControls.Data.RadCollectionView`1.sortDescriptors_CollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
       à Telerik.Collections.Generic.NotifyCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
       à Telerik.WinControls.UI.GridViewSortDescriptorCollection.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
       à Telerik.Collections.Generic.NotifyCollection`1.InsertItem(Int32 index, T item)
       à Telerik.WinControls.Data.SortDescriptorCollection.InsertItem(Int32 index, SortDescriptor item)
       à Telerik.WinControls.UI.GridViewSortDescriptorCollection.InsertItem(Int32 index, SortDescriptor item)
       à System.Collections.ObjectModel.Collection`1.Add(T item)
       à Telerik.WinControls.UI.GridViewColumn.Sort(RadSortOrder sortOrder, Boolean multiSortMode)
       à Telerik.WinControls.UI.GridViewColumn.set_SortOrder(RadSortOrder value)
       à Telerik.WinControls.UI.GridViewColumn.Initialize()
       à Telerik.WinControls.UI.GridViewDataColumn.Initialize()
       à Telerik.WinControls.UI.GridViewColumn.set_OwnerTemplate(GridViewTemplate value)
       à Telerik.WinControls.UI.GridViewColumnCollection.InsertItem(Int32 index, GridViewDataColumn item)
       à System.Collections.ObjectModel.Collection`1.Insert(Int32 index, T item)
       à Telerik.WinControls.UI.RadGridViewDragDropService.Move[T](Collection`1 collection, Int32 oldIndex, Int32 newIndex)
       à Telerik.WinControls.UI.RadGridViewDragDropService.MoveOnLeftOrRight[T](Boolean isDroppedAtLeft, Collection`1 collection, T targetItem, T draggedItem)
       à Telerik.WinControls.UI.GridHeaderCellElement.ProcessDragDrop(Point dropLocation, ISupportDrag dragObject)
       à Telerik.WinControls.RadItem.Telerik.WinControls.ISupportDrop.DragDrop(Point dropLocation, ISupportDrag dragObject)
       à Telerik.WinControls.RadDragDropService.Commit()
       à Telerik.WinControls.RadService.Stop(Boolean commit)
       à Telerik.WinControls.RadDragDropService.Telerik.WinControls.IMessageListener.PreviewMessage(Message& msg)
       à Telerik.WinControls.RadMessageFilter.NotifyGetMessageEvent(Message& msg)
       à Telerik.WinControls.RadMessageFilter.GetMessageHookProc(Int32 code, IntPtr wParam, IntPtr lParam)
       à System.Windows.Forms.UnsafeNativeMethods.GetMessageW(MSG& msg, HandleRef hWnd, Int32 uMsgFilterMin, Int32 uMsgFilterMax)
       à System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       à System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       à System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       à System.Windows.Forms.Application.Run(Form mainForm)
       à Virtuo.Program.Main() dans C:\Projet\Virtuo\Virtuo\Program.cs:ligne 19
       à System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
       à System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       à Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       à System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       à System.Threading.ThreadHelper.ThreadStart()
  InnerException:

Thank you,

Nadia
DDM Consulting
Top achievements
Rank 2
 answered on 01 Oct 2010
3 answers
98 views
Hi guys,

I'm in the process of upgrading our application's telerik version from Q2 2009 to the latest version currently listed on your site.

The app uses quite a lot of RadGrids and RadRibbonForms which was customised extensively and isn't working anymore.

Is there any demo available that shows how the mdi works for the new version where clicking on the active document would change the ribbon menu to the active document's menu?



Jack
Telerik team
 answered on 01 Oct 2010
1 answer
178 views
Hi -

I am trying to display a grid with no outer border (around the outside of the grid).

I Binged and searched several options, such as setting the BorderWidth = 0, but none of the things I tried actually removed the border.

Is there a way to clear the border?

If I do have to have a border, is there a way to make it rounded?

Thanks!
Svett
Telerik team
 answered on 01 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
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
CheckedDropDownList
ProgressBar
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?