Telerik Forums
UI for WinForms Forum
1 answer
191 views

Hi, 

   I'd like know if is possible disable Drag and Drop of Tile? I don't wanna enable Drag and Drop between groups.
If is possible, how to do it?


Thanks,

Flávio Da Maia Jr.
Paul
Telerik team
 answered on 11 Jun 2013
1 answer
190 views
Hi!

When I set 

newNode.ForeColor = Color.FromArgb(0, 105, 210)


in 2013.1.321.40 the Text is cut off Like this (see Attachement)

"LASTNAME ..."

Whats the problem?

Kind regards

Willi

Ps: 
Adding all nodes in a loop:
   Dim newNode As New RadTreeNode(String.Format("{0} {1}", row("kut_nachname").ToString.ToUpper, row("kut_vorname")))
              newNode.ImageKey = keyName
 
              If row("kb_freigegeben") = 0 Then
                  newNode.Font = New Font(newNode.Font.Name, New FontStyle() = FontStyle.Bold)
              End If
 
              If row("kut_metaid") > 0 Then
                  newNode.ForeColor = Color.FromArgb(0, 105, 210)
              End If
 
              newNode.Tag = New TreeNodeValue(row.Item("kb_id"), NodeValueType.KursTeilnehmerNode)
              parentNode.Nodes.Add(newNode)



Ivan Petrov
Telerik team
 answered on 11 Jun 2013
2 answers
165 views
The RadTreeView tristate checkbox does not display the Indeterminate value correctly on the Windows 8 theme.  Attached is a screen showing this. 
The Indeterminate box shows correctly in VS 2012 theme.  As much as I really like this new Windows 8 theme, there are too many issues with it so until an update is available, I will not be able to use it :-(

Brendan
Top achievements
Rank 1
 answered on 11 Jun 2013
3 answers
208 views
Hello,

Today, one of my customers ask me to set the RadLabel to beveled (like the beveled label they see in Delphi or BCB).
Hornestly, I have no idea for that.
Any hint?
Thanks in advance.

BR/shortie
Ivan Petrov
Telerik team
 answered on 11 Jun 2013
1 answer
289 views
Hi 

Does anyone have an example of opening, editing and saving a PDF file using Telerik.Pdf class? All the processing will be completed using a console application in C# as we have some requirements to edit a number of PDF's in batches.

Thank you in advance for any tips, advice or pointers to a solution.

Kind regards,

Lee
Peter
Telerik team
 answered on 10 Jun 2013
5 answers
436 views
I have a 16x16 png that I am using as the "Image" property of a RadRepeatButton. The problem is that I cannot easily get rid of the blue border that the RadRepeatButton wishes to use.
Paul
Telerik team
 answered on 10 Jun 2013
3 answers
181 views
What's wrong with my code? It returns this error on the first line:
Unable to cast object of type 'Telerik.WinControls.UI.Docking.HostWindow' to type 'Telerik.WinControls.UI.Docking.ToolWindow'.

For Each ToolWindow As Docking.ToolWindow In RadDock1.DockWindows.ToolWindows
    If ToolWindow.Name = "FormActivityDetailEdit1" Then
        Dim MyLocation As Point
        Dim MySize As Size
        MyLocation.X = 50
        MyLocation.Y = 50
        MySize.Width = 1090
        MySize.Height = 700
        ToolWindow.Float(MyLocation, MySize)
    End If
Next
Stefan
Telerik team
 answered on 10 Jun 2013
1 answer
198 views
I'm trying to figure out the easiest way to have my columns start in a default order(left to right) for all users.  I tried setting them in the IList<T> that I use to populate the DataSource but that doesn't work.  

Do I have any options besides setting each column manually following the instructions on this page -->Reordering Columns

That would be VERY cumbersome...


Additionally, I notice that Intellisense labels
RadGridView1.Columns.Move();
as "[deprecated]" so what is the alternative?


RadGridView1.Columns.Move()
RadGridView1.Columns.Move()
Stefan
Telerik team
 answered on 10 Jun 2013
1 answer
261 views
Hi:

I am using RadPageView Backstage mode, As I have many buttons in my element bar, I am using StripButtons for scrolling among them. I want to use mouse Wheel for scrolling among the Items. 

Is there anyway to do that? 

Sincerely
Farshad Zamani
Peter
Telerik team
 answered on 07 Jun 2013
3 answers
309 views
Forgive me if this issue has been raised before. 

I've got a RadGridView (Q2 2008) bound to an object datasource.  On initial display of the RadGridview, there are no rows because I'm forcing the user to enter some search criteria before the grid is populated.  In its initial state, SelectedRows.Count = 0.  Correct.  If the user then enters search criteria that returns rows, the grid is rebound and the first row is selected thus setting SelectedRows.Count = 1.  Correct again.

If the user then changes the search criteria and that criteria returns no rows, the grid is rebound and no rows appear just as it should.  However, SelectedRows.Count still = 1.  Not correct.  This appears to be a bug to me.  Is it?
Peter
Telerik team
 answered on 07 Jun 2013
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?