Telerik Forums
UI for WinForms Forum
1 answer
179 views
RadChartView Series lost it's color after applied Theme.
Please check attached screen shot.
I was applied theme in SplashScreen (ThemeResolutionService.ApplicationThemeName = Office2010BlueTheme1.ThemeName)
Dimitar
Telerik team
 answered on 30 Mar 2015
5 answers
685 views
Hello

I would like to know how to change the displayed text of an Hyperlink column in an unbound Gridview in C#.

I added the hyperlink column like this (replaces an already existing column containing the shortcut):
GridViewHyperlinkColumn hyperlinkColumn = new GridViewHyperlinkColumn("shortcut");
hyperlinkColumn.ReadOnly = true;
hyperlinkColumn.Width = 200;
radGridDocuments.Columns.Remove("shortcut");
radGridDocuments.Columns.Add(hyperlinkColumn);

It displays the link correctly, and I am able to click on it to open documents or websites, but I would like to change the text displayed to a more user-friendly text, like simply the document's name instead of the full "\\sharefolder\somefolder\someusername\somedocument.doc", or the full "http://www.telerik.com/forums/winforms/gridview/etc.html".

I have the text I want displayed in another column, on the same row.

Thanks.
Hristo
Telerik team
 answered on 27 Mar 2015
1 answer
97 views
I have created a DocumentWindow object in runtime.  I would like to change it to a Docked type by triggered by a Context Menu item I have created.  This triggers just fine, but when I use the statement below (with loDock being the reference to the RadDock control and loDockWin being the reference to the DocumentWindow object):

loDock.DockWindow(loDockWin, DockPosition.Left);

it just creates another Tab Group on the left and puts my tab in it.

Laura
Dimitar
Telerik team
 answered on 27 Mar 2015
1 answer
238 views
Hi this is my code to bind the MultiColumnComboBox 
http://pastebin.com/G1gsHk8G

I want column displayed at grid is just 

AccountNo, BankName, AccountName
and the selected value is : BankAccountId

Thank You in advance
Regards
  1.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountNo"));
  2.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("BankName"));
  3.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountName"));
  1.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountNo"));
  2.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("BankName"));
  3.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountName"));
  1.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountNo"));
  2.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("BankName"));
  3.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountName"));
  1.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountNo"));
  2.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("BankName"));
  3.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountName"));
  1.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountNo"));
  2.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("BankName"));
  3.             oRadGridView.Columns.Add(new GridViewTextBoxColumn("AccountName"));
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Mar 2015
1 answer
190 views
Hello,

Is there a way to get the document height from RadDocument?
Basically i want the distance from the first to the last line (in pixel).
Hristo
Telerik team
 answered on 27 Mar 2015
3 answers
155 views
Hi,
is it possible to order alphabetically the tree of values in filters?
is it possible to show Excel look like filter for DateTime values?

Thanks a lot

Manuele
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Mar 2015
1 answer
96 views
Good afternoon, Telerik Team!
I need some help about  radPivotFieldList, I have the following situation:
I need to export all filters that have been used in a  radPivotFieldList to a file (extension is irrelevant, being possíble be txt, xml or other easily editable file type  )
and in other moment a need to read the exportation file and recovery this filters (saved in file) to my radPivotFieldList again.

Is it possíble?


Att.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Mar 2015
1 answer
130 views
Hi, 
     i would like to display only date in my GroupElements that contains a DateTime filed

Is it possible?

Thanks in advance

Dimitar
Telerik team
 answered on 27 Mar 2015
3 answers
142 views

I have 2 RadPageViews the first one is the main (RadpageView1)
and the second one (RadpageView2) and it is inside the RadpageView1's tab 5, so i
want when i click a button located (RadpageView2), to open RadpageView1's
tab 6.

This Picture shows more clearly please look.

Dimitar
Telerik team
 answered on 26 Mar 2015
3 answers
165 views
I've been attempting to use the Bindinglist with the Chartview.  That functionality works per the documentation.  My issue is specifying the color of the bar entered.

A little background on the use. Using a BarSeries in a horizontal orientation (stacked), so it looks similar to an old Windows defrag bar. This basically show my equipment status over the course of a shift (12 hour period).  Green is up, red is down, orange is idle, etc.  I had it working, then the last update to Telerik Winforms crippled the functionality.  SO I am working to redo the chartview (the way I wanted to in the beginning) with data bindng.  My issue is with the examples shown for binding a BindingList, it only shows how to specify the value and category name.  Is there a way to specify the color for each entry in the BindingList?
Dimitar
Telerik team
 answered on 26 Mar 2015
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
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
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?