Telerik Forums
UI for WinForms Forum
3 answers
122 views
Hi guys, great job on all your components It is by far the best I have every encountered.

I have been playing around with your winforms controlls, and was just wondering how about adding two tools that I know everyone will use.
A Grid Controll and a navbar controll. It will only improve a allready awesome suite.

Thanx
Vassil Petev
Telerik team
 answered on 20 Apr 2007
1 answer
89 views
Sorry for writing here...but i couldn't`t find more suitable forum
i tried to host an asp.net application include rad controls on server but it didn't work until i installed the telerik ..
this server was mine ..not a hosting space
is there any way to host it without installing the telerik software on the server?

thanks in advanced
Haitham.
surfer
Top achievements
Rank 1
 answered on 20 Apr 2007
1 answer
123 views
Hello,

I use Activated event. It's possible to know the old Tabb when I select a new Tabb ?

Thank's a lot

Regards

Lionel
Julian Benkov
Telerik team
 answered on 17 Apr 2007
0 answers
239 views

Dear all,

Telerik is very excited to announce the first beta of the upcoming RadControls Q1 2007 suite for Windows forms. The beta is dedicated to RadGridView, RadTreeView and RadChart for Winforms - three brand new controls which will be released on April 23rd.

Telerik RadControls for WinForms is a revolutionary set of controls for professional application design and development, offering superior performance and flexibility. Built on an unique architecture, the suite allows you to create interactive Vista-style interfaces which are impossible to achieve with today's Windows Forms tools.

You can download the beta from the following direct download link.

We will kindly ask you to use the official beta forum to send us your thoughts. Your feedback and support will help us fix any remaining issues that are not listed at the end of this post.

The most active participants will be awarded up to 10,000 Telerik points (worth $100 in Telerik products) once the beta is over.

THANKS FOR YOUR SUPPORT!


Yours,
The Telerik Winforms team

--------------------------------------------------------------------------------
WHAT'S IN THE BETA

  • 3 new key products - RadGridView, RadTreeView, RadChart
  • 1 new integration example - Vista File Explorer
  • Completely rewritten and enhanced Shape Editor

PRODUCT FEATURES

RadGridView is a new powerful component from Telerik developed on top of the innovative Telerik Presentation Framework (TPF), which allows for unprecedented combination of performance, extensibility, customizability, and ease of use. Key features:

  • Column resizing, reordering, autosizing
  • Grouping
  • Filtering
  • DataBinding to business objects, nullable objects and properties of sub-objects
  • Outlook style grouping for flat and hierarchical grids
  • Conditional Formatting
  • Easily customizable skinning mechanism (by setting a single Skin property)
  • Keyboard support
  • Automatic, Multi-Column, and Custom Sorting
  • Area and Multi-Row Selection (planned for the official release)
  • Various Column Types
  • Multilevel hierarchy expand/collapse is planned to be released shortly after the official release

RadTreeView facilitates the display, management, and navigation of hierarchical data structures and is the perfect replacement of the standard treeview component for Winforms. Key features:

  • Node image support (left, state, select)
  • Context menu with customization and skinning capabilities
  • Drag 'n' drop node support with visual indication
  • Skins/themes support
  • Multiselect support
  • Full VS2005 design time support
  • Node path
  • Node checkbox support (checked, unchecked, undefined)
  • Node tags
  • Expand/collapse all nodes, control over initial node state (expanded/collapsed), expand/collapse by level, expand/collapse path
  • HotTracking
  • Delayed Loading
  • Incremental Search
  • In-Place Editing and keyboard navigation
  • Load/save treeview nodes from/to XML (planned for the official release)
  • Background image support (planned for the official release)

RadChart is a business-oriented charting component with a focus on development productivity and ease-of-use. Key features:

  • Chart wizard (planned for the official release)
  • Intelligent automatic data binding
  • One column data grouping into a set of series
  • Real data preview for any Data Source Control
  • X Axis data binding
  • Real-time preview of any change made from wizard and full changes rollback
  • The possibility to set almost all chart features from the wizard
  • Full VS 2005 IDE support
  • Auto format styles and color palettes
  • Default series type

KNOWN ISSUES IN THE BETA

  • GridView's and TreeView's visual appearance will be polished further for the official release

RadGridView

  • GridView's "Preview" view in VSB displays some styles incorrectly in certain cases
  • Column Types example: exception when grouping by Image column: At least one object must implement IComparable.
  • Resizing columns bug: the application hangs when one resizes the columns until a horizontal scroll appears, scrolls to the end and tries to resize any column.
  • Sorting problem - sort a column, edit the text in any cell and sort again -> doesn't sort correctly against new cell text.
  • Edit text in a cell doesn't work properly - doesn't persist the text after second change
  • Data Binding example - errors when selecting either ArrayList, List of custom objects, Sub-objects and trying to group.
  • Editing properties with the custom design time editor does not invalidate the form and it does not indicate the change. The user must save explicitly the form - nothing will be automatically serialized in the InitializeComponents().
  • Property IsPinned in grid builder doesn't work properly.

RadTreeView

  • TreeView Press Home/End doesn't scroll to first/last node
  • Tab Appearance in treeview builder doesn'tt work properly.

Vista File Explorer example

  • Vista Explorer fails when grouping is used and the current view is changed (eg.: Group by file Attribute, then go to My Computer)
  • Vista File Explorer -> expand My computer -> the grid shows Desktop items.
  • Vista File Explorer - the grid shows all columns when navigating between folders and column chooser has some columns. E.g. - choose Desktop and drag some columns in column chooser; click My Documents -> the grid shows all columns.

ENJOY!

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 17 Apr 2007
2 answers
195 views
I am populating the text and values of a rad combobox from a hashtable using the following code:

   while (Enumerator.MoveNext())
            {
                cboOutputFormat.Items.Add(new RadComboBoxItem(Enumerator.Value.ToString(),(int)Enumerator.Key));
}

but when I try to retrieve the value of the selected item using:

int val = (int)((RadComboBoxItem)cboOutputFormat.SelectedItem).Value;

it comes up null... what am I doing wrong?
aban
Top achievements
Rank 1
 answered on 16 Apr 2007
1 answer
119 views
Recently I had to develop a site that had to take a db table and display it like a matrix table. I was able to use my SQL Statement to create a matrix-like view of the data and then used a gridview to read each field in, but wondered if a gridview control could be designed that did this automatically.
Mike
Telerik team
 answered on 16 Apr 2007
10 answers
197 views
Are there any plans for a Windows Grid Control in the near future?
Chris Ruegsegger
Top achievements
Rank 1
 answered on 12 Apr 2007
2 answers
173 views
Hi,

How can i run a project with Telerik Winforms controls in a computer within these controls and has only .net framework. Please help me if you can..

Thanks..
luyce
Top achievements
Rank 1
 answered on 11 Apr 2007
1 answer
127 views
Hi!
 
i made a Windows application with telerik win forms and i made its setup project also. But when i run this setup with another computer which has not telerik components, i get this error message "Project has encountered a problem and needs to close.We are sorry for the inconvenience." i try adding telerik dlls into the setup project but it did nothing. How can i solve this?
Mike
Telerik team
 answered on 10 Apr 2007
8 answers
246 views
I have very complex application, so it is quite hard to isolate a problem.

If I create layout in the runtime without using deserialization my app works just fine, some docks are filled with TreeGrid other with custom controls, grids, propertgrids etc... And they are all connected with various events.

However, if I replace a line of code which creates layout with one which loads serialized content, all connections are broken between docks, treegrid doesn't load (I traced it, all nodes are created just like before, but in the end nothing is shown), grid doesn't load ,etc... Generally, it behaves very strange.

I am using Forms derived from dockpanel as docks, they have onLoad and other default events also there are manually added events. They are declared as static in main form.

The above information is maybe irrelevant, but it might help you figure out what is going on with my application.

I used code similar to yours in example.


Is there anything particular that I should pay attention to ?
Does this sounds familiar to you?


Thanks in advance.
Julian Benkov
Telerik team
 answered on 05 Apr 2007
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
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?