Telerik Forums
UI for WinForms Forum
1 answer
98 views
Hi All,

Please tell me the use of AutoGenerateHierarchyFromDataSet.

Can you please give an example to explain this property of  RadGeidView control
Nikolay
Telerik team
 answered on 18 Jun 2008
3 answers
146 views
I have just started trying to use the Telerik CAB in a project.

I have looked at the FinanceApplication included in the sample project and managed to put together my own application using the RadDockableWorkspace.

What I want to know is what and how the DockingClientPanelWorkspace is used. My only guess is that it is used in a dockpanel or documentPane.

Thanks


Adrian Halid
Jordan
Telerik team
 answered on 18 Jun 2008
1 answer
116 views

Hello.

I have a RadForm with a lot of controls on it(Multiple radgridviews, radcomboboxes, a tabstrip with radgridviews, etc).
Every time i click any of the radcomboboxes it takes about two seconds of flickering while all controls are repainted, then when i select an item from the combobox, all controls are repainted again.
I have tried using Virualized=True/False, BeginEdit/EndEdit, Populating combobox in Runtime/Designtime in all possible combinations but the behaviour is consistent.

Have I missed anything, how can I solve the problem?

I'm working on a 2GB RAM machine and am only working with small datasets, version of Radcontrols is 2008 Q1 SP1.

Thanks

Martin Vasilev
Telerik team
 answered on 18 Jun 2008
1 answer
140 views
Hi. I need to drag a row from a RadGridView to a ListBox. How can I do that if I don't have a ItemDrag Event in RadGridView like the one in the ListView? I'm using VB.net.

Thanks
Georgi
Telerik team
 answered on 18 Jun 2008
1 answer
261 views
I'd like to set up a conditional format where I have 2 fields - Quantity Required, and Quantity To Order.

If Quantity To Order is less than Quantity Required, I'd like to have the cell light up and show a red background.

I was hoping I could set up a conditional formatting rule that said if Column A is < Column B then.. etc, but that doesn't seem like it wants to work at all.

What's the best way to go about doing this?
Kiril
Telerik team
 answered on 17 Jun 2008
3 answers
140 views
Hi,
Would you please help me create a custom theme for the Telerik dockingManager?
I have placed a radThemeManager on the form. But how do I create the theme?
Martin Vasilev
Telerik team
 answered on 17 Jun 2008
3 answers
262 views
Hi,

I found there is a (I think) similar thread here - but the answer is "find the information in you support ticket" - which does not really help.

My problem:
I have a ComboBox in Radtabstrip.
As usual (custumer employees are used to it - me too) I try to open the CB-list by pressing ALT+DOWN.
What happens?
Tabstrip switches to another page.

I found no setting for "no keyboard nav in tabstrip" or so.

Althoug the setting should be:
Use the well know windos keys for Pagenavigation and keep away the fingers from other predifined key settings :)

What do I mean?
How do you navigate on default windows Tabpages?
CTRL+TAB forward - or CTRL+SHIFT+TAB backwards.
And whatfore ist ALT+DOWN? Yes to open a combobox list.

Anyhow - my problem - I built the app on your control and now I have to implement "default windows behaviour".

So how do I
a.) Disable ALT+DOWN on the tabcontrol so that I can use ist for Comoblist?
b.) How do I change pagenavi to CTRL+TAB (SHIFT+CTRL+TAB)

The first is most important because my customers employees use this combination very often; which means my programm is not usable at the moment for them.

Regards

Manfred
Martin Vasilev
Telerik team
 answered on 16 Jun 2008
1 answer
233 views
Hello,

How can I get the type of row selected/clicked in radgridview?

I'using a radgridview(master) to show data in another radgridview (detail)  evertime that a user clicks in the master radgridview. This works fine when the master radgridview isn´t filtered or grouped.

When the radgridview is filtered or grouped and the user clicks in the (+) symbol to expand de row  I get the following error:

System.InvalidCastException: Unable to cast object of type 'Telerik.WinControls.UI.GridViewGroupRowInfo' to type 'Telerik.WinControls.UI.GridViewDataRowInfo'.

The error is generated in the event  CurrentRowChanged

How can I detect the type of row selected/clicked or disable that event to prevent this error?

Thank for your support.
LM

Julian Benkov
Telerik team
 answered on 16 Jun 2008
1 answer
124 views
Hi. I need to store two values in each of the items of the radlistbox. I'm trying this:

    Class MyItem 
        Inherits Telerik.WinControls.RadItem 
        Public MyShowText As String 
        Public MyStrng As String 
        Sub New(ByVal ShowText As StringByVal Strng As String
            MyBase.New() 
            MyShowText = ShowText 
            MyStrng = Strng 
            Me.Text = MyShowText 
        End Sub 
    End Class 
 
    ListBox1.Items.Add(New MyItem(Path.GetFileName(file_name), file_name)) 
 
 But the listbox is always empty.

Can you help me?

Thanks


Georgi
Telerik team
 answered on 16 Jun 2008
1 answer
74 views
Hello,

I am using the DockingManager (6.0.2.0) and set two of the panels DockState-Property to AutoHide. Now the Designer cannot show the form anymore saying "This is not valid state for tabbed document container. Please first change state to Docked and then to AutoHide"

I did change the Designer Code and added the DockState-Property setting to my own Initialize method. But now every time I save the Form, the designer code gets altered back to AutoHide, which means after the next build again I cant see the from in the designer again.

Am I doing something wrong ? Whats the normal way of setting a Panel to AutoHide in the Designer.

Thanks
Julian Benkov
Telerik team
 answered on 16 Jun 2008
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?