Telerik Forums
UI for WPF Forum
6 answers
149 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
108 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
106 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
223 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
97 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
296 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
62 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
3 answers
187 views
In the demo section of the WPF controls there is a neat transition control of the old window getting dimmed, the effects like click the button of "View Code"  and "View Example".The animation between two usercontrols.The animation like jelly.Could you pls send me a wpf demo?

I do not wannt the effects below like this
http://www.telerik.com/community/forums/wpf/transition-control/transition-between-pages.aspx

Thank you very much.

Pls email to : tmobile@126.com

Zou
George
Telerik team
 answered on 26 Nov 2010
1 answer
98 views
Hi guys, I am new to WPF all together so not strong on concepts.

I have generated RadgridView and based on the selection of the cell in this Radgridview, I want to populate a new RadgridView.

public partial class SummaryTable : UserControl
  {
      public SummaryTable()
      {
          this.InitializeComponent();
      }
      private void MainGridView_SelectedCellsChanged(object sender, GridViewSelectedCellsChangedEventArgs e)
      {
          IList<GridViewCellInfo> cellList =  this.radView1.SelectedCells;
         GridViewCellInfo cellInfo = (GridViewCellInfo)cellList.First();
          
         // Initialize MyView object based on cellInfo.Item to capture the details of whole row
      }
}


The problem is how to pass this MyView object to Top-level ViewModel class so that it can initialize the second table that I want to generate based on the MyView object. I was thinking that when Top-level class will get notified about the new MyView object then it will set the DataSource for the second table to populate it.

Please let me know if you have any other suggestions. I am a new player :)

Thanks,
Mark
Rossen Hristov
Telerik team
 answered on 26 Nov 2010
5 answers
176 views
Hi,

I created a set of LINQ classes, Customers.Memberships.CertificatesUsed

    First, I want to display the records from the Certificates collection

    I tried the sample code below but it doesn't seem to work

<telerik:RadGridView AutoGenerateColumns="False"
                     ItemsSource="{Binding Path=Memberships.CertificatesUsed}">
    <telerik:RadGridView.Columns>
        <telerik:GridViewDataColumn Header="Membership ID" 
                           UniqueName = "MembershipID" 
                           DataMemberBinding="{Binding Path=MembershipID}">
        </telerik:GridViewDataColumn>
        <telerik:GridViewDataColumn Header="Certificate No" 
                           UniqueName = "CertificateNo" 
                           DataMemberBinding="{Binding Path=CertificateNo}">
        </telerik:GridViewDataColumn>
        <telerik:GridViewDataColumn Header="Date Used" 
                           UniqueName = "DateUsed" 
                           DataMemberBinding="{Binding Path=DateUsed}">
        </telerik:GridViewDataColumn>

    
</telerik:RadGridView.Columns>
  
</telerik:RadGridView>

How should I bind the grid to the Certificates list?

Next, I want to be able to filter the content of the grid based on the selected Membership ID from a separate combo box.

How do I do it?

Thanks!
Maya
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
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
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
SplashScreen
Rating
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?