Telerik Forums
UI for WPF Forum
1 answer
70 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
84 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
118 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
666 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
122 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
186 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
57 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
242 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
124 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
147 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
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?