Telerik Forums
UI for WinForms Forum
3 answers
145 views
Dear,

I implemented some drag&drop functionality with two GridViews.
Now when I drag one row to the other GridView, it should automatically sort the GridView based on a default column.

I've added a sort expression programmatically at the beginning of my program:
gridAssigned.MasterGridViewTemplate.SortExpressions.Add( "Order" ); 

Inserting a row (drag&drop):
object[] values = new object[ 10 ]; 
[...] 
gridAssigned.Rows.Add( values ); 

Is there some extra code needed in an event when adding this row? Because now it's added at the bottom of the GridView.
Thanks in advance!





Julian Benkov
Telerik team
 answered on 06 Nov 2009
1 answer
144 views
Which DLL do I use to add controls to VS 2010 Toolbox?
Nick
Telerik team
 answered on 06 Nov 2009
2 answers
50 views
This only applies to Q3 2009 Beta (2009.2.9.1016) vs. Q2 due to the new combined Vertical Scroll Bar for all Parent / Child GridViewTemplates.  If you move a CurrentRow that's inside a ChildGridViewTemplate up / down via keyboard out of the Visible area of the RadGridView, the RadGridView does not scroll until the CurrentRow reemerges into one of the MasterGridViewTemplate Rows.

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.

Tom Chien
Top achievements
Rank 1
 answered on 06 Nov 2009
3 answers
62 views
I just installed Telerik Q3 2009 WinForms BETA (2009.2.9.1016) over Q2 2009 (2009.2.9.729) and due to the single Vertical Scroll Bar for all Parent / Child GridViewTemplates, Child GridViewTemplates now always expand to a height that can show all its Rows (or rather is supposed to).  For me it's just short enough so that the last 1 or 2 Rows dol not show and of course the SummaryRows, if any, aren't showing either.  I know the Rows are loaded and there's nothing wrong with the SummaryRows because if I Group the Rows by one or more Columns, they're there (probably because the Child  GridViewTemplates no longer require as much height when their Rows are Grouped).  All the Rows and SummaryRows used to show in Q2 2009 albeit possibly requiring manual adjustment of the GridViewTemplate height or scrolling it down to see them both of which or no longer applicable in Q3 2009.  I have EnableGrouping and EnableFiltering set to True and am using default Header / Data Row Heights.

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.

Tom Chien
Top achievements
Rank 1
 answered on 05 Nov 2009
2 answers
72 views
I am using combobox column types in a RadGridView with the ControlDefault theme applied. Certain users encounter a problem where after they mouse over a selection in the combobox the orange highlighting does not go away, if they mouse over everything all items in the combobox become highlighted bright orange and the user has difficultly determining what is selected. Can anyone point me in the right direction to correct this behavior?
Kevin Kessler
Top achievements
Rank 1
 answered on 05 Nov 2009
8 answers
246 views
Hi
Is it possible to have the radtabstrip work in the same way as the normal windows tab control with its multiline property set to true.  We would like to be able to show all the tabs at once and have them wrap round inside the strip.

Best regards

Marek
Smitha Test
Top achievements
Rank 1
 answered on 05 Nov 2009
5 answers
158 views
Hi
   This is a urgent case ,we encount a trouble about WinForm .
Today ,Our program happen data disappear about combo box,status bar ,Form Title suddenly
our program had run over one year,and never happen this case before.
We also check data source and variable in program ,It seem to nothing trouble in there.

   Would you please kindly suuport our issue as soon as possible ,and let me know what information should provide to you.

Regards!
Nikolay
Telerik team
 answered on 05 Nov 2009
3 answers
264 views
Hey,
    Is there anyway to set the TabIndex property for the tabs in RadTabstrip? I want to set the tabindex of every tab so the user can select them and that they look different when their taborder is hit by the user Tab key but there is no such property.
Thanks
Nikolay
Telerik team
 answered on 05 Nov 2009
1 answer
75 views
Hi,

 i want to access a Cell value of SummaryBottomRow during runtime.
How to do that ?

Kind Regards
Kim
Victor
Telerik team
 answered on 05 Nov 2009
1 answer
75 views
EDIT : To try and make this post make more sense.

The problem I've discovered is that, you are able to access 'hidden' RibbonTabs by clicking on a 'visible' tab, then using the mouse scroll button to cycle through the selected tabs. This cycles through 'hidden' tabs also, showing the contents of the tab.

I've attached an example project ... [note for some reason, I can't attach it here, even if I rename it].

Run the project, click on the 'Visible' tab, scroll the mouse wheel, and controls on a hidden tab will appear.

ORIGINAL POST:

RadRibbon has several tabs.

Depending on the context of what is happening in the application, some tabs are set to be hidden.

ribbon_taskdetail_visble.jpg below shows the 'Task Detail' tab, appropriately visible.

Application context changes, so the ribbon is hidden, shown in ribbon_taskdetail_hidden.jpg.

By clicking on a tab, then using the mouse scroll wheel, I am able to display the 'Hidden' tab contents, see ribbon_taskdetail_hidden_butavailable.jpg.
Deyan
Telerik team
 answered on 05 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)
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
ProgressBar
CheckedDropDownList
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?