Telerik Forums
UI for WinForms Forum
5 answers
334 views
I'd like to remove the border around the content area.  But I can't figure out how to get access to it.

I also use a RadPageView and I can get rid of the border by doing

 RadPageViewContentAreaElement contentArea = ((Telerik.WinControls.UI.RadPageViewContentAreaElement)((pageView1.ViewElement).ContentArea));
 contentArea.Padding = new Padding(0);

I'd like to do something similar but with the Main Document View inside of the Rad Dock.

Thanks.
Stefan
Telerik team
 answered on 23 Sep 2014
1 answer
88 views
Hi,

I've came across a scenario where I have all the property value of type String and I'm not too sure why the search box is not searching based on values. It just searches based on the label of that property! 

What if I wanted that search box to search for all the properties such as Property LabelProperty DescriptionProperty Name and Property Value ? 

Thanks in advance.

Regards,

Pratik
Dimitar
Telerik team
 answered on 23 Sep 2014
1 answer
88 views
Hello,

Is it possible ?
Can you send a sample code ?

Thanks,
Z.V
Stefan
Telerik team
 answered on 23 Sep 2014
2 answers
110 views
When the original radgrid populates with data and I fire the tooltiptextneeded event the tool tip text is correct. Once I alter the grid, for example, clicking one of the headers to sort the data the tool tip text doesn't follow the rows. The tool tip text stays where it was when the rows were originally rendered. I am obviously missing something here. Do I need to update the radgrid's rows somehow on the sort event to reflect the new row values?

Thanks,
Chuck

Code Example:

Private Sub dgMyIssues_ToolTipTextNeeded(sender As Object, e As Telerik.WinControls.ToolTipTextNeededEventArgs) Handles dgMyIssues.ToolTipTextNeeded
 
       Dim cell As GridDataCellElement = TryCast(sender, GridDataCellElement)
 
       If cell IsNot Nothing AndAlso cell.RowIndex > -1 Then
 
           If dgMyIssues.Rows(cell.RowIndex).Cells("Description").Value Is DBNull.Value Then
               e.ToolTipText = ""
 
           Else
 
               Dim s As String = dgMyIssues.Rows(cell.RowIndex).Cells("Description").Value
 
               If s.Length > 500 Then s = s.Substring(0, 500) & "..."
 
               e.ToolTipText = s
 
               If e.ToolTipText.Length > 75 Then e.ToolTipText = SplitToolTip(e.ToolTipText)
 
           End If
 
       End If
 
   End Sub
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Sep 2014
7 answers
321 views
I have two radLabelElements in my radStatusStrip.  I want one to be anchored to the left and the second anchored to the right.  I want the right one to use all of the space not used by the left one.
Stefan
Telerik team
 answered on 22 Sep 2014
2 answers
118 views
While using the now obsolete ChartView I was able to use custom image files in .png format, (similar, but different from the currently offered GradientStyles) as a filler for my bars in BarCharts. I used:

Series[0].Items[0].Appearance.FillStyle

which had several useful Properties.

What would be the corresponding code using RadChartView to use these same images?

Thanks,
Rob
Robert
Top achievements
Rank 1
 answered on 22 Sep 2014
1 answer
137 views
I have a GridView ComboBox Column.
In a other Column I'm trying to show the Display Member from the ComboBox Column.
But when I use the Column Expression it shows always the Value Member of the ComboBox.

Any Ideas?
Dimitar
Telerik team
 answered on 19 Sep 2014
1 answer
82 views
Greetings,

I wanted to ask how I can disable the buttons to close, minimize and maximize the RibbonBar Control
Ralitsa
Telerik team
 answered on 19 Sep 2014
5 answers
179 views
Hi,

I'm trying to export RadGridView data to a teleric report. I found the RadGridReportingLite sample project on the teleric website and have been playing around with it. My question for anyone of you that have used it or designed it is -  can i tweak the radgridReport class to include items in the gridSummaryRow collection or do i need to add a custom row to my grid which will perform aggregation ?

Thanks in advance
Anisha
Petya
Telerik team
 answered on 19 Sep 2014
4 answers
103 views
TelerikUIforWinFormsSetup_2014_2_721.exe won't install code samples for VS 2012 even though that option is checked off. Only VS 2012 files are copied to the local system. Please advise.
George
Telerik team
 answered on 19 Sep 2014
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
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?