Telerik Forums
UI for WinForms Forum
14 answers
402 views
Is there any way to show that a RadDropDownList has the focus?
Stefan
Telerik team
 answered on 30 Mar 2015
1 answer
178 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
229 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.4K+ 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
196 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
696 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
102 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
245 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
195 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
159 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
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?