Telerik Forums
UI for WPF Forum
3 answers
130 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
673 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
134 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
203 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
63 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
252 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
140 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
151 views
Anyway to bind keyboard shortcuts like Ctrl+D to a menu item?
Konstantina
Telerik team
 answered on 31 May 2010
1 answer
84 views
I'm programmatically changing the location of items that are data bound to the map but they don't actually update their positions visually on the map until I pan the map with the mouse.  Is there some way to force the map to refresh automatically?

Thanks!
Andrey
Telerik team
 answered on 31 May 2010
3 answers
114 views
Thanks for the help
Vlad
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
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
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
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?