Telerik Forums
UI for WPF Forum
9 answers
225 views
Isn't down arrow supposed to move the highlight to the next one when the drop down is open?
I have IsEditable="Yes" and CanAutocompleteSelectItems="False" I open the drop down, start typing. the highlight moves to the first match. Nothing is selected at this point. I press the down arrow and the first item in the list is selected. Isn't supposed to move the hight light and not select?
Konstantina
Telerik team
 answered on 29 Nov 2010
5 answers
298 views
Hi,

I have a grid view which is binded to a data source. The grid view is refreshing every 1 minute using a timer. I need suggestions for the following.
  1. How can i retain the selected row after refreshing the grid view?
  2. How can retain the selected row after sorting?
  3. How can i change the color of row based on a column value after refreshing?

Your help will be really appreciated.

Thanks,
Gayu

Vlad
Telerik team
 answered on 29 Nov 2010
6 answers
191 views
Hello Community,

 I am newbee for WPF,
How can I reduce size of legend Markers(circle or square) of charts?

Thanks in advance.

Kiran Ghanwat
Kiran Ghanwat
Top achievements
Rank 1
 answered on 29 Nov 2010
6 answers
145 views
Hi,

Is there documentation (chm) for the WPF controls? I could not see any in the downloads section, and there's nothing integrated into VS that I could see.

Do users need to peruse Telerik's online documentation for WPF?

Cheers
David
Top achievements
Rank 1
 answered on 29 Nov 2010
1 answer
103 views
Hello Telerik Team,

I am using Marked Zones to display certain event timespans in a datetime based chart.

I need to give the user a way to find out what this event what, basically somehow showing a string to him, which can be accessed from any zoomlevel where the marked zone is visible.

Thus, I wanted to use the tooltip-property of a marked zone, but couldn't get it to show. The OnToolTipOpeing event is also not fired.

What is the best way to accomplish this task, to actually present the user a string together with a marked zone?

best regards

Ulrik
Ves
Telerik team
 answered on 26 Nov 2010
1 answer
101 views
Hi,

is it possible to expand an OutlookBarItem in dragmode while moving over it? I made some tests with DragDrop-Control, but i had no success. I want to drag an item from a TreeView in OutlookBarItem "A" to a TreeView in OutlookBarItem "B" which is collapsed.

Thanks

Andreas
Petar Mladenov
Telerik team
 answered on 26 Nov 2010
2 answers
182 views
Hi

when using BusyIndicator on fast running operations you get a flash effect: busyIndicator appears and disappears in a second flashing the user interface. As don't know in advance how long the operation will last, I'm trying to attenuate the effect setting the OverlayStyle completely transparent as follows:

RadBusyIndicator busyIndicator = new RadBusyIndicator();
// make it trasparent to avoid flashing on fast operations
Setter opacitySetter = new Setter(Rectangle.OpacityProperty, 0.0);
Style overlayStyle = new Style();
overlayStyle.Setters.Add(opacitySetter);
busyIndicator.OverlayStyle = overlayStyle;
// add to layoutRoot children
busyIndicator.SetValue(Grid.RowProperty, 0);
busyIndicator.SetValue(Grid.RowSpanProperty, 3);
layoutRoot.Children.Add(busyIndicator);

I seems that setting OverlayStyle in code has no effect. 
What's wrong in the code
A better solution could delaying the control appeareance with an animation effect; how can I do that?

Sincerely
Ivano
Ivano
Top achievements
Rank 1
 answered on 26 Nov 2010
1 answer
90 views
Hi,
I have a radchart which gets XML file as input, and a button. User can select XML data file using Button which opens a FileDialogue and draw line series graph.
when first time I select XML file it draw graph correctly and Zooming/Scrolling works fine.
now when I again click on button and select other XML file to show graph everything works fine only Zooming/Scrolling stops working.
please provide a solution. How to reset graph to original so that it accept new data source (XML)?

Thanks
shashank





 
Velin
Telerik team
 answered on 26 Nov 2010
1 answer
284 views
Hi,

I use radcombobox with itemSource and I want that the user would select items from the list only and  disabled from typing other
characters in it.
In addition, I want that the autocomplete option will be enabled.
I have those properties in my xaml:

<telerik:RadComboBox Grid.Column="3" Grid.Row="6" 
              IsReadOnly="True" IsEditable="True"/>

but then if the user start type some characterties, he can't delete them.
when I set the IsEditable property to false, it work well, but then it change the control style.

I saw that the first option is working  well in the newer telerik dll version, but I don't want to upgrade the all dll. can I upgrade only one control from the new version?
or, how can I change the style of the control that look like IsEditable is true? I use Windows7Theme.
Is ther more idea's or solutions?

Thanks.
George
Telerik team
 answered on 26 Nov 2010
1 answer
60 views
I am doing in Hotel booking system use WPF, and I search for some control which satify my bussiness like this, I think that maybe a grid with following :

- The grid have 2 axes, 
            top horizontal axis for time line to display day for 5 year (scrollbar allow user navigate from current day to 2 previous years and next 3 years)
            left vertical axis for Room Type and Room No which is display all RoomNo in database according with it's Room Type beside which are data in database

-Allow mouse drag horizontal only to verify the begin date and the end date of booking ticket.
-Each row in datagrid is standfor a room, when user drag from cell A to cell B in the same row, it highlight the cover items and display the value of horizontal axis and at cell A and cell B (Actually I need to get the from date and the end date of booking)
-2 textbox follow the value of user dragging, it display the date of begin dragging date ,end of dragging date, the room number of dragging row

From:    25 Nov 10                                                                                                                                RoomType: Lux 

 To :        27 Nov 10                                                                                                                               RoomNo: 100300

...-2years

24 Nov 10

25 Nov 10

26 Nov 10

27 Nov 10

….. + 3years

Room Type

RoomNo

Del

100100

Del

100200

Lux

100300

Lux

100301

Eco

20100

Eco

20100

Eco

20100

              

 

 

Konstantina
Telerik team
 answered on 26 Nov 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
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?