Telerik Forums
UI for WPF Forum
1 answer
58 views
I'm using RadGridView hirarchy of version 2010_3_1110_Dev with the hotfix of 2010_3_1501_DEV_hotfix

There is 3 tabs inside the RowDetailsTemplate <DataTemplate
> and there is another RadGridView with insert panel enabled inside the tabs.

When I insert new row or update old data, it works fine for the first time and some times worjs for 2 or 3 times

But suddenly the keyboard stopped and I can not use the letters or numbers or Tab or Even enter.

I've searched long time and revised my code several times but nothing found.

I hope you can help.

Thanx
Yordanka
Telerik team
 answered on 04 Apr 2011
1 answer
377 views

I have several places in my application where I bind decimals to textbox controls. I have UpdateSourceTrigger=PropertyChanged so that my buttons attached to commands enable when a valid value is entered so the user does not have to click out of the textbox to enable the save button.

Problem 1: Lets say you have the value 24.05 in the text. Now place the cursor between the 4 and the decimal place holder. Backspace 2 times and type in the number 8. Instead of 8.05 you get 80.05. Our users are used to being able to type without looking and expect what they type to be correct.

Problem 2: Type in the value .234. Instead of .234 you get 0.342.

I know I could solve the problem by changing UpdateSourceTrigger=PropertyChanged to UpdateSourceTrigger=LostFocus but this will cause the user to have to tab out of the control or click inside of another control to enable the save button which defeats the purpose of Commanding.

Can I use the MaskedInput Control to fix this? I tried it with the example from your Sample Project under Masked TextBox -> NumericMask  labeled: "5 Digits after the decimal point" but that does not handle problem #1. If you don't have a control to handle this, do you know of a workaround for this?

Alex Fidanov
Telerik team
 answered on 04 Apr 2011
1 answer
146 views
Hello,

How can I expand/collapse a row that has hierarchical data by doublecliking on the row, not only by clicking "+" sign?

Thank you very much.




Ivan Ivanov
Telerik team
 answered on 04 Apr 2011
3 answers
116 views
Hi.
When a Docking is saved the width and height of the splitcontainers are serialized in pixels . If the same layout definition would be used on computers with different resolutions the layout would look different. So I would like to serialize the width and height in percentage rather than pixels. Do you have any suggestions on how this could be accomplished?

Arnstein
George
Telerik team
 answered on 04 Apr 2011
1 answer
150 views
Hi,

I noticed when I set the templates and define the fields manually all controls inside the DataForm lost theme.
I noticed this in your example too (DataForm\Manual Data fields definitions.)

any ideas ?

Best regards,
Vanya Pavlova
Telerik team
 answered on 04 Apr 2011
1 answer
126 views
Hello,
We have a need to represent a timeline of upcoming process executions to display to the users how close the current time is to the last execution and how close it is to the upcoming next execution.

It seems that the values and labels on the RadGauge linear gauge are always numeric values.  Is there a way to make the labels date/time values, specifically times?  We only really need a label that = 0 and one that = 100.

Example:  The server process ran at 2:00 PM and it will run again at 4:00 PM.  The current time is 2:45 PM.  We want to show 2:00 PM as the label on the lowest gauge value, e.g. 0, and 4:00 PM for the value for the highest gauge value, e.g. 100, and have a marker at a position that is equivalent to 2:45 PM (without specifically showing that the current time is 2:45 PM).  The closer the time gets to the 4:00 PM or upperbound value the closer to the "red" (literally) the user will be.

Is this possible with the linear RadGauge in horizontal orientation to represent a timeline?  If there is an example or if one could be provided, that would be great as none of the examples/samples I have seen demonstrate something like this.
Andrey
Telerik team
 answered on 04 Apr 2011
3 answers
154 views
When exporting to excel is it possible to keep the same cell styles e.g. background color, text color, etc.? Can you do this with the ElementExporting event perhaps?

My cells formats are not all the same because I am using the cellstyleselector.


Vanya Pavlova
Telerik team
 answered on 04 Apr 2011
1 answer
62 views
Hi friends,

My ItemsSource contains only 1 element. Is there a way to make carousel  show it in the center? Because I'm having to click in nav buttons to make this element appears...
Vanya Pavlova
Telerik team
 answered on 04 Apr 2011
3 answers
204 views
Good afternoon,

There seems to be a problem with the positioning of the RadialGauge needle.
I have two buttons, one to decrement and another to increment the "value" of the needle. As the needle increments from "value" = 1 the positioning doesn't align correctly with gauge ticks.

For example:

Value = 1  - Displays 1
Value = 2 - Displays 1.9
Value = 3 - Displays 2.8
Value = 4 - Displays 3.75
....
Value = 8 - Displays 7.5

Here is my XAML:

<telerik:RadialGauge x:Name="radialGauge" Grid.Row="1"
               Width="300"
               Height="300">
    <telerik:RadialScale Min="1"
                   Max="12">
        <telerik:IndicatorList>
            <telerik:Needle x:Name="needle"  
                            Value="1"
                            IsAnimated="True" 
                            Duration="0:0:2" />
        </telerik:IndicatorList>
    </telerik:RadialScale>
</telerik:RadialGauge>


Is there a fix for this?

*** I have the latest version of the WPF RadControls (2011_1_0315)

Thank you for your time,

Rob
Robert
Top achievements
Rank 1
 answered on 03 Apr 2011
2 answers
106 views
I have a chart that I want to be able to change between stick and candlestick. My app is MVVM based, so how would I do that? Do I need to create two separate charts, one based on stick and one based on candlestick and then just display the one I want?

Pete Davis
Top achievements
Rank 1
 answered on 01 Apr 2011
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
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
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?