Telerik Forums
UI for WinForms Forum
1 answer
147 views
Dear Telerik, 


how to change the handler of the zooming instead of CTRL & mouse scroll.
Dimitar
Telerik team
 answered on 30 Mar 2015
1 answer
184 views
Dear Telerik

Can I build append a new series to any chart in anew panel. (check the attachments please).
Or can i Sync the zoom and scroll between two different charts.




,


Hristo
Telerik team
 answered on 30 Mar 2015
1 answer
1.3K+ views
Hello Team,

I am using rad gridview in one of my ongoing application. I have 4 radgrids in my form. I have one primary grid which will be filled in my forms OnLoad event. On my forms load event, columns and data will be loaded dynamically for the  Primary gridView. Based on key field value my application will fetch records for the remaining three grids.This will happen on Primary radgridview's cell click event. 

In the primary gridview i have a column for which i want to keep fore color based on certain condition. This column shows the status of a particular items expiry date. if the item has already expired then this column text value is "expired" and the forecolor should be red. if item is getting expired within 30 then the fore color should be orange and if item expiry date is more than 30 days then fore color is green.

I am Formatting the cell in CellFormatting event. In this event i am checking whether the CellElement is GridViewDataColumn , if yes then will check the value of the cellelement ie text property. Conditionally i will assign the forecolor. Formatting for the status column is absolutely fine but at the same time it also changes the fore color for other columns data. whenever i move the mouse over these columns  or scroll the gridview to see other rows the forecolor keeps changing randomly  e.g initial it will be red then on mouse hove or on radgridview row scrolling top - bottom and vice -versa fore color is some times red,orange,green,black for these columns.

Please help in avoiding the other columns getting forecolor. Other columns except status column should have normal black forecolor.

Thanks & Regards,

Krunal.









Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Mar 2015
1 answer
152 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
657 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
81 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
215 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
169 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
129 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
83 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
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?