Telerik Forums
UI for WPF Forum
1 answer
82 views
Does the current version of WPF RadDataforms supports nesting, if not when can we expect this in future
Dimitrina
Telerik team
 answered on 20 Mar 2013
1 answer
104 views
Hi,

What is the simply way to create comboboxcolumn to the RadGridView table, which shows available images that user can select?

What property I need to binding if I want to set visible one of the images inside of the combobox column?

Regards,
Auvo
Dimitrina
Telerik team
 answered on 20 Mar 2013
4 answers
104 views
I am using the PG in this mode: PropertySetMode="Intersection" ,  AutoGeneratePropertyDefinitions="True" 

I have a property on my object named RequiredCondition, I can se the property in the grid and also the list to choose from but the binding can not find my object because the DataItem is an PropertySetViewModel and not my object.

What do I do? 

BindingExpression path error: 'RequiredCondition' property not found on 'object' ''PropertySetViewModel' (HashCode=42488127)'. BindingExpression:Path=RequiredCondition; DataItem='PropertySetViewModel' (HashCode=42488127); target element is 'RadComboBox' (Name=''); target property is 'SelectedItem' (type 'Object')

  <DataTemplate x:Key="RequiredCondition">
        <StackPanel Orientation="Horizontal">
            <telerik:RadComboBox ItemsSource="{Binding Path=DataContext.Conditions, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type views:PropertyEditorView}}, Mode=OneWay}"
                                 DisplayMemberPath="Name"
                                 SelectedItem="{Binding RequiredCondition}" 
                                 EmptyText="Select an Expression" />
        </StackPanel>
    </DataTemplate>
Ivan Ivanov
Telerik team
 answered on 19 Mar 2013
0 answers
89 views
Hi,

I want to edit the Default Style of RadGrid Column Header(HeaderRow) using blend and want to change the mouse hover color. Please let me know.

Regards,
Dinesh.
Ramesh
Top achievements
Rank 1
 asked on 19 Mar 2013
3 answers
121 views
I want to mask the display, not just when the field is edited. How can I do it? Thanks.
Dimitrina
Telerik team
 answered on 19 Mar 2013
3 answers
156 views
Is it possible to rotate the document in the PDF Viewer window may be by 90 degree?

If not (which I assume) is there any chance that this feature will be implemented in a future release?

kind regards,
Victor
Kammen
Telerik team
 answered on 19 Mar 2013
3 answers
278 views
Hi,

I'm currently searching for a simple solution to display a GridView (or something similar) in several columns:
e.g.

Header1  Header 2|-->Header1 Header 2
R0 C0     R0 C1     |    R3 C0    R3 C1
R1 C0     R1 C1     |    R4 C0    R4 C1
R2 C0     R1 C1     |    R5 C0    R5 C1
|---------------------->|


Any Help is welcome
Regard
Thomas
Pavel Pavlov
Telerik team
 answered on 19 Mar 2013
1 answer
73 views
Hi all

I created a very simple application with two TabItem:
- first TabItem is empty
- second TabItem contains a RadTreeView with RadContextMenu (with one RadMenuItem without command or event)

the first time that I select the second TabItem and right click on RadTreeViewItem the RadContextMenu opens and the RadTreeViewItem is highlighted properly. If I switch from second to first TabItem and return in the second TabItem, right click on RadTreeViewItem the RadContextMenu opens and highlighting of the element disappears, Why, any suggestions?

Thanks
Pavel R. Pavlov
Telerik team
 answered on 19 Mar 2013
1 answer
186 views
Telerik 2012.2.607.40

Scenario:
1. I have an object let's say VitalSign.
     Vital Sign (Object)
        - Name 
        - Value

2. A user may enter 1 to n Vital signs as a single set of entries. This action will create one row. For that row there will be n number of columns based on the number of vital signs the user entered during that discrete operation. If the user performs the action a second time then there will be 2 rows and the number of columns will be Max(Number Of Vital Signs For Discrete Operation). 
Ex Display:
Temp        Heart Rate        Blood Pressure        Pulse
98                  55                        120/80                120   - Discrete Entry 1 (4 Vital Signs)
                      65                        125/90                124   - Discrete Entry 2 ( 3 Vital Signs)
                      62                                                            - Discrete Entry 3 ( 1 Vital Sign)

3. So I dynamically generate a table to create the appropriate columns which contains all columns for any row which has a value. In the example above there is no Blood Sugar value for any discrete entry so this column would not be generated.
4. When I create my columns I create them as objects like this.
vitalSignsTable.Columns.Add(vitalSign, typeof (VitalSign));

4. Next I Bind a RadDataGrid to the dynamically generated DataTable and set the AutoGenerateColumns = true
5. Next I handle the AutoGeneratingColumn event and set the column Template to the template below.

My question is, how do I bind the Text property in the TextBox in my template to a value from the VitalSign object?. If I DO NOT use a template, and instead just create a ToString() for my VitalSign object, I can display the correct values in the Grid, but I need to use the VitalSign's object properties for other reasons.

NOTE: I know I can Bind to ItemArray[Index].Property to bind directly to the object, but to do this, I have to know the correct index before runtime, and since the columns are dynamically determined at runtime, I have no way to know this.

TEMPLATE
<DataTemplate x:Key="PatientVitalSignTemplate" >
<TextBox Text="{Binding ???????????}"  />
</DataTemplate>

Thanks,

Billy Jacobs

Rossen Hristov
Telerik team
 answered on 19 Mar 2013
1 answer
128 views
Hi,

Thanks Telerix team for providing efficient powerful contol.

Tools  : Windows presentation foundation .

1. Is there a feature like dragging  the chart  based on that  datapoints gets updated depending on the drag.

we are expecting below validation like this
1.  Need to restrict the horizontal movement when we are doing drag and drop.
2. Revert the last modified chagnes.


 

Missing User
 answered on 19 Mar 2013
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
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?