Telerik Forums
UI for WPF Forum
1 answer
84 views
Which control allows me to enter a Date and Time in order to input or display a DateTime value?
Kaloyan
Telerik team
 answered on 02 Jun 2010
1 answer
99 views
How can I explicitly indicate that I want a linebreak to be at a certain point in GridViewDataColumn header attribute? 

 

<telerik:GridViewDataColumn Header="Happy<LineBreakHere>(Days)"/> 

 

 

 

I want the text to be centered with (Days) appearing underneath "Happy", and I want to do this without implementing any Wrapping/ColumnWidth tricks.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Vlad
Telerik team
 answered on 02 Jun 2010
3 answers
132 views
Is there some type of ToolTipStyle of a GridViewDataColumn?  I'd like to change the background color and border color of the tooltip of some columns, but not others.
Vlad
Telerik team
 answered on 02 Jun 2010
27 answers
691 views
Hi There

When I try to export the data inside gridview table to an excel file with "xls"  file extension  a warning message  is shown like "different format than specified by the file extension"(Office 2007 is installed in the PC). However, when I change the file extension to xlsx it does not work at all.

Can anyone help me to figure out the problem?

Many thanks

Bo

Bellow is the code

Many thanksBoBellow is the code

 string content = string.Empty;
            string extension = "xls";
            content = radGridView1.ToHtml(true);
            string path = String.Format("Export.{0}", extension);

            if (File.Exists(path))
            {
                File.Delete(path);
            }

            using (FileStream fs = File.Create(path))
            {
                Byte[] info = Encoding.Default.GetBytes(content);
                fs.Write(info, 0, info.Length);
            }

            Process.Start(path);

Torben Bach
Top achievements
Rank 1
 answered on 01 Jun 2010
4 answers
138 views
I get the following error when I try creating a custom class and wire up to an event in the CellTemplate of a RadGridView.  Can anyone explain why this is?  I know it is not my code because when I use the custom class in the host page directly, it works. 

'MyHyperlink_OnClick' value cannot be assigned to property 'OnClick' of object 'WpfBrowserApplication3.MyHyperlink'. Method 'WpfBrowserApplication3.Page1._CreateDelegate' not found.  Error at object 'WpfBrowserApplication3.MyHyperlink' in markup file 'WpfBrowserApplication3;component/page1.xaml' Line 14 Position 24.

I would attache a sample, but the site is not allowing me.  Thanks. 

- Rashad Rivera
  OmegusPrime.com
Rashad Rivera
Top achievements
Rank 1
 answered on 01 Jun 2010
1 answer
211 views
Dear Telerik-Team,

we bought RadControls WPF and Silverlight (Sourcecode included). We can´t compile the telerik sourcecode because of used telerik preprocessors. Is there a possibility to compile the sourcecode?

Best Regards

Bernhard
Boyan
Telerik team
 answered on 01 Jun 2010
1 answer
66 views
Hi,

I have a grid with 15-20 columns generated dynamically. First 2 columns are freezed. Third column is disabled. When we try to scroll the grid horizontally(with first two columns freezed), some of the cells are getting disabled. If we keep on scrolling grid horizontally(to left and right), the columns are getting enabled/disabled. The behaviour is not uniform too. Sometimes, cells are not getting disabled.

Please help.

Thanks and Regards,
Norbert John
Maya
Telerik team
 answered on 31 May 2010
5 answers
258 views
HI..
I set the property to be Readonly but I can still select the time.
How do I make the control readonly and disabled.  There is no disable prop.
thanks again
Jon
Top achievements
Rank 1
 answered on 31 May 2010
1 answer
146 views
How to create a radio group of menu item

Under the main menu I have a menu group which has 2 menu items and only one can be selected at a time.
how to achieve this?
I have gone through the sample but it is very confusing. Can you please provide a simpler example.

Thanks
Valeri Hristov
Telerik team
 answered on 31 May 2010
1 answer
153 views
Anyway to bind keyboard shortcuts like Ctrl+D to a menu item?
Konstantina
Telerik team
 answered on 31 May 2010
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?