Telerik Forums
UI for WinForms Forum
3 answers
161 views
Using the following legacy code using telerik Q2 2009 winform controls.  This code moves the selected node down on a button click.  We are upgrading to Q1 2012 what is the equivalent code.  Q1 2012 there is no FirstVisibleNode or ScrollPosition.Y etc.

Any help greatly appreciated.
Dim sNode As RadTreeNode = tv.SelectedNode
 
 
If sNode Is Nothing Then
    tv.SelectedNode = tv.FirstVisibleNode
    Exit Sub
End If
Dim nextVisible = sNode.NextVisibleNode
Dim vb As Integer
If nextVisible IsNot Nothing Then
    tv.SelectedNode = nextVisible
    vb = tv.ClientRectangle.Y - tv.ScrollPosition.Y + tv.ClientRectangle.Height
    If nextVisible.Bounds.Bottom > vb Then
        tv.ScrollBy(-1)
    End If
    tv.Nodes.Move(sNode.Index, nextVisible.Index)
ElseIf sNode.Index = tv.Nodes.Count - 1 Then
    nextVisible = tv.Nodes(0)
    tv.SelectedNode = nextVisible
    vb = tv.ClientRectangle.Y - tv.ScrollPosition.Y + tv.ClientRectangle.Height
    If nextVisible.Bounds.Bottom > vb Then
        tv.ScrollBy(-1)
    End If
    tv.Nodes.Move(sNode.Index, nextVisible.Index)
    tv.BringIntoView(sNode)
End If
sNode.Selected = True
Jack
Telerik team
 answered on 15 May 2012
1 answer
185 views
Hi,

I've got a RadCommandBar with a horizontal layout, how do I make the overflow panel list the overflow items vertically ? I only want one item to appear per row in the overflow drop down.

Thanks
Stefan
Telerik team
 answered on 15 May 2012
1 answer
81 views
Hi
I have proble in Hierarchical grid. i use the function to load the data in master tamplate of grid but i want to call it when i click on plus market in grid and befor that just create the column not bounding to data.
 How can I do this.?
Richard Slade
Top achievements
Rank 2
 answered on 15 May 2012
1 answer
191 views
Hi,

I am trying to add HTML text for tooltip for radbuttons.

In the  ToolTipTextNeeded event i can set
e.tooltiptext = "mytooltiptext".

If mytooltiptext has HTML like formatting text, html tags appear on tootip. I am using the HTML tags from below link

http://www.telerik.com/help/winforms/buttons-button-html-like-text-formatting.html

Thanks
TelDev
Peter
Telerik team
 answered on 15 May 2012
1 answer
102 views
I would like to filter rows by one column by operator FilterOperator.IsNotNull or FilterOperator.IsNull but in this column I have set string.Empty as Value.

When I use FilterOperator.IsNotNull I have all rows, but I want to have only rows which have set in Value any signs.
When I use FilterOperator.IsNull I haven't any rows, but I want to have only rows which have string.Empty as Value.

How Can I do it?


Stefan
Telerik team
 answered on 15 May 2012
1 answer
268 views
Hi,
I would like to know if there is a way to access to the close button click event so as i can close all pages in on click and not only one page.
If you have other solutions to do it, that would be great too !
thanks.
Stefan
Telerik team
 answered on 15 May 2012
3 answers
129 views
I have a GridView with a databound GridViewCheckBoxColumn.  When the checkbox is checked and I scroll horizontally where the checkbox is no longer visible and then scroll back, the checkbox loses its checked state, though the data source still indicates it should be checked.
Jes
Top achievements
Rank 1
 answered on 14 May 2012
8 answers
627 views
Is it possible to add a RadWaitingBar to the RadStatusStrip?   I have a long running operation of unknown duration and the ProgressBar is insufficient (unless there is an equivalent of the Marquee style of Microsoft Progress Bar).


Peter
Telerik team
 answered on 14 May 2012
2 answers
168 views
hi to all
i have used RadCommandBar in which i have added a text box and that text box is used for to enter the Password. I have also set the Property PasswordChar * of text box but still it is showing the passwords.


Rahul
Top achievements
Rank 1
 answered on 14 May 2012
1 answer
153 views
I'm sure this is something very small and silly but I can't figure it for some reason.

  1. I've copied "TMDBTheme.tssp" to my "C:\" drive.
  2. Right click on my project and "Add Existing Item"
  3. Find the file on my "C:\" drive and add it
  4. Right click on the file in my project explorer and select "Properties".
  5. Set "Build Action" to "Embedded Resource"
  6. Add the following two lines to my form constructor:
  7. ThemeResolutionService.LoadPackageFile("TMDBTheme.tssp");
  8. ThemeResolutionService.ApplicationThemeName = "TMDBTheme";
  9. Build my project
  10. Run my project
  11. I get a FileNotFoundException error: "File 'TMDBTheme.tssp' does not exist."

What am I missing?
Boryana
Telerik team
 answered on 14 May 2012
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
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
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?