Telerik Forums
UI for WinForms Forum
2 answers
348 views
Hello there!

I notise a strange thing about GridView. When I have empty grid with no data binded, it shows ,,No data to display,, text and that's fine for me. But when I add some columns in design mode, text disappears.

My point is - is it some possible way to have grid with defined columns, no data a and ,,No data to display,, text at once? Or is it way how to force this text to show?

Thanks

Tom
Tomáš
Top achievements
Rank 1
 answered on 20 Jul 2009
1 answer
84 views
Hi,

We would like to use our Q2 2007 WinForm Version in Visual Studio 2008 but it seem to have problem using it. When we want to modify a winform, all the label in the radio buttons dissapear. Is that a know issue ? Is there any fix available ?

Thanks
Nick
Telerik team
 answered on 20 Jul 2009
1 answer
184 views
Please, I would like to learn how to use the localization feature for RadGridView. I've seen samples about other controls but they are written in C. Can anybody give me a tip o tell me a link where I can find out?
Thanks a lot!!
Jack
Telerik team
 answered on 20 Jul 2009
2 answers
194 views
I'm new to Winforms & OpenAcess and want to try the hierarchical grid functionality using OpenAccess and ObjectViews. Is this possible?. I started reading the coarseware for Telerik RadControls for Winforms but it uses Datasets. Having an asp.net background I'm not too keen on Datasets. I read online help for OpenAccess ObjectViewObjectProvider but can't see how to get child collections. Maybe this should be posted in OpenAccess but if you can provide info or sample that would be great.
Axe
Top achievements
Rank 1
 answered on 18 Jul 2009
2 answers
142 views
The templates for RadForm, RadRibbonForm, ShapedForm and RadAboutBox were not installed to VS 2008 when I installed Q2 (RadControls_WinForms_2009_2_701_dev)

Any thoughts?

Regards,
Decan
Martin Vasilev
Telerik team
 answered on 17 Jul 2009
4 answers
244 views
Hi,

Is it possible to add a MultiColumnCombo to a ToolStrip Element?

Thanks,
Mike
MikeB
Top achievements
Rank 1
 answered on 17 Jul 2009
1 answer
134 views
My main page has several dynamically created tab pages, each of which contains a docking manager (NOT a  radDock), and on which are several dynamically created UserDockPanels.  Serialising the DockingManager(s) used to save the state correctly.  However, since Q2 2009 only the header <DockingTree.... > is now saved, and no internal properties about the various panels are saved.  Has anything changed in the upgrade which is preventing this serialisation? And if so, how do I now serialise the docking panels?

It will be a major change to 'upgrade' to radDock which gives me no advantages, so for the time being I need to use the Docking Manager
Julian Benkov
Telerik team
 answered on 17 Jul 2009
5 answers
226 views
Hello all!

Can anyone tell me if it is possible to do an export of a grid to Excel,maintaining all the formats, including the Column Groups?

Thanks!
Martin Vasilev
Telerik team
 answered on 17 Jul 2009
2 answers
161 views
Hi there,

I've been trying this for a couple of days without much success, when using the Visual Style Builder is it possible to alter the tab colours (and shape!) used by the DockingManager docking component?

At the moment I am trying to style the DockPresenterControl but when I select the individual Tabs and make changes (background color or border color for example) these changes are never reflected in the Design / Preview area.

If it is not possible with the Visual Style Builder is it possible to make these changes programatically?

Thanks very much!

-Antony
Antony
Top achievements
Rank 1
 answered on 17 Jul 2009
1 answer
229 views
Hi!

I've a RadComboBox wich is receiving data from database. I'd like know how to do for show images too?
I'm use this code:

Dim conn As New SqlCeConnection     
        Dim cmd As New SqlCeCommand     
        conn.ConnectionString = "datasource = " & System.AppDomain.CurrentDomain.BaseDirectory & "DSDB.sdf"    
        cmd.Connection = conn     
        cmd.CommandText = "Select Name from Visitas Where Enable = '1'"    
        Dim da As New SqlCeDataAdapter(cmd)     
        Dim dt As New DataTable     
        conn.Open()     
        da.Fill(dt)     
        conn.Close()     
        MDIParent1.RadComboBox1.DisplayMember = "Name"    
        MDIParent1.RadComboBox1.ValueMember = "ID"    
        MDIParent1.RadComboBox1.DataSource = dt   

Thank you!
Shinu
Top achievements
Rank 2
 answered on 17 Jul 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
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?