Telerik Forums
UI for WinForms Forum
1 answer
127 views
Hi, i'm trying to hide the "Day View" tab in the SchedulerNavigator, is it posible?

Thank you anyway
Deyan
Telerik team
 answered on 09 Nov 2009
1 answer
145 views
I have the following code:

        dsNodes.ReadXml(ofdOpen.FileName)
        For Each tbl As DataTable In dsNodes.Tables
            Dim item As Telerik.WinControls.RadItem = New Telerik.WinControls.RadItem
            item.Name = tbl.TableName
            lbNodes.Items.Add(item)
            If blnListItemSelected = False Then
                lbNodes.SelectedItem = tbl.TableName
                blnListItemSelected = True
            End If
        Next

This doesn't work. The Listbox shows as empty. What am I missing?
Asit Aithal
Top achievements
Rank 2
 answered on 08 Nov 2009
0 answers
186 views
I have a grid like

Master 1
- Child 1
- Child 2
Master 2
- Child 3
- Child 4

If I select Child 1,then Master 2, CurrentRowChanged fired.

However,if I select Child 1 again, CurrentRowChanged didn't fire.

If I click between Child 1 and Master 2, then nothing happens.

Is there any other event handler I can use?

I tried

CurrentRowChanged
CurrentCellChanged
SelectionChanged
Edward
Top achievements
Rank 1
 asked on 08 Nov 2009
1 answer
146 views
I am currently running 2008 Q2 SP1.

I created a master-detail grid view by manually adding the ChildGridTemplate.  However, gridview.SelectedRow only return the selected row in the master.  How do I know which child row is selected?  Also, which event will trigger when I select a different row in the detail grid?
Edward
Top achievements
Rank 1
 answered on 07 Nov 2009
9 answers
250 views
I'm trying to implement Ctrl-Page Up / Ctrl-Page Down keys to go to the previous / next Tab (aka Sibling ChildGridViewTemplate) in a RadGridView with Tabbed Child View like what is supported in .Net's TabControl and in Tabs in Microsoft Office apps.  I figure I'd have to set the GridBehavior Property to my class that overrides the ProcessKey Function.  Beyond that I'm at a loss.  The GridNavigator Class doesn't have a Select Next/Previous Template/View/Tab method like it does for Columns and Rows.  The GridViewTemplate's IsCurrent Property is Read-Only.

Tom Chien
Top achievements
Rank 1
 answered on 06 Nov 2009
3 answers
218 views
Hi,

I Have a RadTabStrip On Form and two TabItem on TabStrip and a Grid On each TabItem in this Grids, i have GridViewComboColumn. when a tabItem active i cant access to GridViewComboColumn.CellElement.Text of another TabItem`s Grid,
if i wanna to get displayMember value (GridViewComboColumn.CellElement.Text) what i must do.

Best Regard.
Martin Vasilev
Telerik team
 answered on 06 Nov 2009
2 answers
172 views
I saw that it is possible in RadScheduler in asp.net, I need exactly this function,
like this:
http://www.telerik.com/ClientsFiles/085705_scheduler.png

My question is..
it is possible in RadScheduler for WinForms and how to? ..

Thanks a lot for your attentions.
GERARDO JUAREZ CASTILLO
Top achievements
Rank 1
 answered on 06 Nov 2009
1 answer
81 views
Hello,
I'm trying to do some more complex grouping in a winforms RadGridView.  What I'd like to accomplish is to do a grouping on two fields at the same level.  For instance  have a table of invoices and in some situations the invoice can be rejected.  So what i'm trying to show is how many invoices per customer were paid or rejected for a certain date.  So what I'd like to see is something like this.

to start everything Customer/Pay date level
+   CUSTOMER1    10/01/2009
+   CUSTOMER2    10/01/2009        
+   CUSTOMER1    10/02/2009

then clicking on the + see:
-     CUSTOMER1    10/01/2009
    Paid            20    $200.00
    Rejected     2      $50.00
-     Customer 2     10/01/2009
    Paid            10    $100.00
    Rejected    1        $35.00


I've seen reference that something like this should be available in the Q2 2009 release and we have Q2 2009 SP1.  Could someone please verify this info is correct that it is possible and if so maybe point me to an example?

Thanks

Dennis

    
Victor
Telerik team
 answered on 06 Nov 2009
2 answers
82 views
Hi there

Today I installed the Q3/2009 version on my development system (side by side with the Q2/2009). After the upgrade process of the projects with the telerik utility most of the thinks looked ok. But on one user control with a radgridview on it I have the following problem:
After starting the property editor of the grid, it told me that the index is out of bounds. I don't know which index is out of bounds. After closing the message box the property editor started. But I could not see any fields of the data table. I can start "Build" in the top right corner then I see my fields. I can change the settings and press ok. The grid on the form does not show the fields and when I reopen the property editor I can see the binding source but all fields and their settings are lost.

Any ideas or workaround to fix this problem?

Kind regards
Roger
Jack
Telerik team
 answered on 06 Nov 2009
4 answers
134 views
I just installed Telerik Q3 2009 WinForms BETA (2009.2.9.1016) over Q2 2009 (2009.2.9.729) and the Vertical Scroll Bar no longer shows unless adjust at run-time the Size of the Parent Form of the RadGridView.  This is regardless of whether RadGridView.AutoScroll is True or not (it was working as False in Q2).

The only RadGridView change mentioned was removing separate Vertical Scroll Bars for each ChildGridViewTemplate.

Telerik 2009Q3 Beta (2009.2.9.1016), VS 2005 (v8.0.50727.762 SP.050727-7600), .Net2 (2.0.50727), XP SP3, Core2Duo 2.99GHZ with 3GB.

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