Telerik Forums
UI for WinForms Forum
4 answers
1.0K+ views

Private

 

Sub RadGridView_SessionData_RowFormatting(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.RowFormattingEventArgs) Handles RadGridView_SessionData.RowFormatting 

 

 

e.RowElement.RowInfo.Height = 200 

 

End

 

Sub

 

 

 

This is not working i want to just set the row height for the grid! what am i doing wrong?

Manish
Top achievements
Rank 1
 answered on 12 Jun 2013
1 answer
148 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
126 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
127 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
162 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
232 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
386 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
139 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
158 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
220 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
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
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?