Telerik Forums
UI for WPF Forum
2 answers
177 views
Hello!

RadCarousel is a great component and it makes the application that I'm working on look so profesional even if I don't have a designer backgound or so.
There are a couple of addition things that I would need from this component, they may be already there but I don't know how to take advantage of them.
First of all - I need to always have one selected CarouselItem out there, no matter if I've clicked one or not.
If I press an additional "Load" button I should always have the possibility to retrieve the top most carousel item there
( right now carousel.SelectedItem can return null if there was no click on a specific item )
Second - Reffering the beginning or the end of carousel items sequence - I should have the possibility to stop the flow of the items  (if I continuously press the carousel's ScrollViewer buttons) I mean that the last item should be in the middle of the screen and not somewhere far in the left/right of the screen (check out the attachments) - and this last one should be the SelectedItem also
RoxanaC
Top achievements
Rank 1
 answered on 25 Jan 2010
1 answer
140 views
Hello everybody,

is it possible to install different version of WPF controls (indeed, all the compenent develop by Telerik: ASP.NET, AJAX, Windows Form ... ) on the same machine? What the conseguence in file system and Visual Studio (2008 and 2010 versions)?

Thank you.

Attilio Gelosa.
Milan
Telerik team
 answered on 25 Jan 2010
1 answer
223 views

Hi
Is it possible to play videos (wmv, FLV, mov, etc) in the WPF carousel?

BR

Gabriel

Milan
Telerik team
 answered on 25 Jan 2010
1 answer
204 views
Hi,

I need separate context menu for the grid rows and the grid headers.

I defined the rows context menu in the xaml like this:

<telerikGrid:RadGridView x:Name="ordersGrid" AutoGenerateColumns="False" DataLoadMode="Synchronous" >
            <Navigation:RadContextMenu.ContextMenu>
                <Navigation:RadContextMenu Opened="RadContextMenu_Opened" ItemClick="RadContextMenu_ItemClick">
                    <Navigation:RadContextMenu.Items>
                        <Navigation:RadMenuItem Header="Update Order" />
                        <Navigation:RadMenuItem Header="Cancel Order" />
                        <Navigation:RadMenuItem Header="View Details" />
                    </Navigation:RadContextMenu.Items>
                </Navigation:RadContextMenu>
            </Navigation:RadContextMenu.ContextMenu>

and i defined in the code the context menu for the headers.

The problem is that the main context menu overrides the header context menu. I even try to remove it in the loaded event but it didn't help:


        void ordersGrid_Loaded(object sender, RoutedEventArgs e)
        {
            GridViewHeaderRow headerRow = ordersGrid.ChildrenOfType<GridViewHeaderRow>().FirstOrDefault();
            IEnumerable<GridViewHeaderCell> cells = headerRow.Cells.OfType<GridViewHeaderCell>();

            /**remove the default menu from the header in order to ser a separate menu for header**/
            foreach (GridViewHeaderCell cell in cells)
            {
                var x = cell.ContextMenu;
                RadContextMenu.SetContextMenu(cell, null);
            }
            GridViewHeaderMenu gvhm = new GridViewHeaderMenu(ordersGrid);
            gvhm.InitializeMenus();
        }

How can i achieve it?

Thanks,

Ofer

Pavel Pavlov
Telerik team
 answered on 22 Jan 2010
1 answer
83 views
hi

I am using a datepicker control and when i set "SelectableDateStart" property to some date, the dates before that displayed as hidden mode.  We can view the dates very lightly but the display is somewhat like blank. 

 

 

 

 

<telerik:RadDatePicker Height="25" Margin="64,98,51,0" Name="radDatePicker1" SelectableDateStart="1/19/2010" VerticalAlignment="Top" Width="163" />

thank you

 

Kaloyan
Telerik team
 answered on 22 Jan 2010
3 answers
150 views
Hello,

I have the following problem: I have a form with a RadDatePicker in it. Everything works fine, but when I enter an invalid date into the entry field of the picker, the date is just resetted or the entry field of the picker is empty. I would prefer to see the defined ErrorTemplate instead.
I tried to catch this by adding ValidatesOnError to the Binding in the XAML file but it doesnt work.

So: How can I catch it if the user enters an invalid value to the entry field?

Best Regards,
Jerma
Kaloyan
Telerik team
 answered on 22 Jan 2010
1 answer
83 views
We notice that if we change the culture to be chinese,
RadTimePicker's select time box always show the Militory time (24 hour format). See the attachment.
Does this consider as a bug?
thx!
Jane
Kaloyan
Telerik team
 answered on 22 Jan 2010
3 answers
118 views
I'm using RadGridView and need to prevent editing for some cells not at the column level, but based on the row and column.

I've tried using ReadOnly Cell and GridViewCell.PreviewEditStartEvent as described here:

It appears in the version I am using the PreviewEditStartEvent does not exist. Am I missing something? Was this removed?

I have version 2009.3.1208.35.

Thanks,
Mike
Nedyalko Nikolov
Telerik team
 answered on 22 Jan 2010
1 answer
93 views
How do I bind a GridView to a dataset, is it even possible?  I looked iin the guide book and they all seem to binding via the code and in the ASP.NET version you can just link it to the SQL datasouce you created.  (Again dont know much of this WPF world)

Im use to the ASP.NET RadGrid and binding options but Im trying to see if I can get one of my larger applications to run in WPF.

Im using Q3 WPF and VB.  I added a DataSet and have the query I want in it.  (I just left it the default "DataSet1.xsd" with all the default values for testing.)
Jorge Gonzalez
Top achievements
Rank 1
 answered on 22 Jan 2010
1 answer
109 views
I'm unable to drag Telerik controls from the VS Toolbox onto my WPF design. When I try, I get the classic circle with a slash through it, generally used to indicate an operation is prohibited. I can drag regular MS controls from the toolbox onto the designer but not Telerik controls. Any suggestions for resolving this?

Thanks,
Scott


Windows 7 Ultimate
Visual Studio Team System 2008
RadControls for WPF 2009 Q3 SP2
Scott
Top achievements
Rank 1
 answered on 21 Jan 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
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?