Telerik Forums
UI for WPF Forum
2 answers
204 views
I am binding my grid to a web service which returns a order status enum. now i have to provide user a combo box in the same row as the order number in which i'll give him an option of --New,Confirmed,Canceled,Rejected-- but the problem is there is no way i can insert static values into combobox. so i need a way to bind my combobox to static values and bind its selectedMemberPath to enum.
Chintan Shah
Top achievements
Rank 2
 answered on 13 Feb 2010
2 answers
882 views
Hi,

I apologize if this is a repost, I did not see a thread already containing it.  

What I'd like to do is to create a window with no borders, and with no header.  Basically when I'm retrieving data, I'd like to show a screen that notifies the user that the application is working.  Once the data has been obtained, I'll simply close the window.

After playing around with the examples and poking around at the control itself, I can set the border thickness = 0, but I can't get rid of the header.  Even if no text is supplied, the blank header section still shows (unlike winforms).

I'm hoping I just missed something minor, any help would be appreciated.

Thanks in advance,

Craig


capsule
Top achievements
Rank 1
 answered on 12 Feb 2010
1 answer
112 views
I have implemented a TileView which has items which contains further TileViews. Currently I'm creating the TileViews and the TileViewItems dynamically from code behind and that looks absolutely great! (Good work!) But now I'm dreaming of manipulating the tree behind. Think of a class like this...

public class MyItem 
  string _shortDescription; 
  string _detailedDescription; 
  ArrayList _childItems; // which contains more items 

And now I have the idea to show it like this:
Header of the TileViewItem: the short description

SmallContent: showing the detailed description
Content: A list of short descriptions from all child items
LargeContent: a TileView showing recursively all it's children as TileViewItems

I have absolutely no idea how to do this using data binding. First question: is this possible? and second: how? :-)

Thanks in advance,
Jan
Tina Stancheva
Telerik team
 answered on 12 Feb 2010
3 answers
606 views
I am using
ResourceDictionary Source="/PresentationFramework.Classic;V3.0.0.0;31bf3856ad364e35;component/themes/classic.xaml" 
for my application -- how can I can I get radComboBox to use this same style.  I only see the Office ones, Vista, Summer, Window7 themes available from the telerik:StyleManager.Theme

Thanks
Mark
Konstantina
Telerik team
 answered on 12 Feb 2010
5 answers
104 views
Hi,

I have followed the link posted in the forum question here: Previous Telerik Forum Question about installing Telerik objects into VS2008 toolbox to install the WPF components into the VS2008 toolbox however it seems something unusual has happened with a few components.

When I place (for example) a RadRibbonBar onto my form it only shows a bounding box, once deselected from its initial placement you cannot click it to focus it again, furthermore if you run the application it only seems to show 'parts', the same occurs with RadTreeView and RadMenu.

With objects like RadMenu and RadTreeView if i choose to edit the items in the properties tool window of VS it opens the maintain items dialog but the ability to add new items is greyed out.

I have uninstalled, reinstalled and restarted inbetween both VS and Telerik WPF components so many times trying to rectify this problem, I am using Telerik components I downloaded from the members area today, so they are definately the latest version. VS is updated to the latest version.

Please help, I can't program WPF apps with Telerik at the moment!

Thanks

Xavier.
Ivan
Telerik team
 answered on 12 Feb 2010
1 answer
99 views
Hi, I'm trying to figure out how to do this. Is there a method or a property that returns the X and Y coordinates of an item?

Thanks!

EDIT:

I need the coordinates relative to the parent of the RadTreeView and relative to the RadTreeView itself.

Thanks.
Tihomir Petkov
Telerik team
 answered on 12 Feb 2010
2 answers
106 views
hello

I get a NullReferenceException when doing this:

RadDragAndDropManager.SetAllowDrag(this, true);

 


I tried with:

 

RadDragAndDropManager.SetAllowDrop(this, true);

 


This is working fine

I also tried:

this.SetValue(RadDragAndDropManager.AllowDrag,true);

This line crash as well

Does anybody have an idea?

 

 

Tihomir Petkov
Telerik team
 answered on 12 Feb 2010
3 answers
115 views
How do I show a Minor Grid Line as a threshold indicator?  For example, I want to show an red minor grid line with a threshold constant value on the Y-Axis of 3.0 .
Giuseppe
Telerik team
 answered on 12 Feb 2010
7 answers
242 views
The RadDocking control has properties and methods for working with Tabbed Documents quickly ?
Close/Open etc... Document programmatically.
I would like to perform a LINQ query (or for/foreach) to find the document that implements a particular interface, this is possible?

Example :

private IDebugEditor GetDebugEditor() {  
    var res = from w in radDocking.Documents where w is IDebugEditor select w;  
    if (res.Count() != 0)  
        return (IDebugEditor)res.First();  
    return null;  
}
Miroslav Nedyalkov
Telerik team
 answered on 12 Feb 2010
1 answer
129 views
Hi,

I have two datatables, a column in each is a date which I will use for the Xaxis. I then want to use a column in one tabel for one series YValue and a column from the other table to populate a second series.

how to you achieve this?

Cheers,
Kevin.
Velin
Telerik team
 answered on 12 Feb 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)
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
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?