Telerik Forums
UI for WPF Forum
0 answers
79 views
Hi,
I am trying to create a carousel containing certain items. The desired effect has to be similar to the menu on the bottom as shown in the following website:
http://labs.clientui.com/mydesktopria/

Specifically , I want the items to glide and zoomout smoothly as the mouse hovers over them.

Can you please send me a sample application to show how I can achieve this using the carousel control.

Many thanks,
Subarna
Subarna Bandyopadhya
Top achievements
Rank 1
 asked on 19 May 2011
1 answer
44 views
Hi,

I can post attachment in other forums, but in this one i can't. Is there a reason for this?

Greets Hans
Filip
Telerik team
 answered on 19 May 2011
1 answer
241 views
Hi All,

I am using Wpf 4.0 and telerik data grid in my applictaion.
I have a requirement tha i have to set alternate row colors as blue and red.
I got the following style but htrough this i can set only on background color.
<Style x:Key="AlternateRowStyle" TargetType="{x:Type telerikGridView:GridViewRow}">
        <Setter Property="Background" Value="Red" />
        <Setter Property="BorderBrush" Value="#D4D6D6" />
</Style>
  
<Style TargetType="{x:Type framework:RTPOGridView}">
        <Setter Property="AlternateRowStyle" Value="{DynamicResource AlternateRowStyle}"/>
<Setter Property="Background" Value="Blue" />
</Style>

But i am not getting the desired result.

Kindly let me know the solution.
Thanks in advance !!!!!
Rossen Hristov
Telerik team
 answered on 19 May 2011
1 answer
122 views
Hello,

is it possible to print/export a background image?

I think about something like a pre-printed form, a watermark, a letterhead or just a logo outside a paragraph on every page.

Thanks a lot

           Mischa
Mike
Telerik team
 answered on 19 May 2011
1 answer
191 views
i want to incorporate a button in the date picker itself on click of which current date is populated
Dani
Telerik team
 answered on 19 May 2011
9 answers
273 views
HI
I am using blend 4 to modify one of the xaml page and it strangely not recognize window7 theme and it works perfectly in vs2010]


here goes the stacktrace
ArgumentException 'Windows7' is not a valid value for the 'Telerik.windows.controls.stylemanager.Theme property

thanks
Dani
Telerik team
 answered on 19 May 2011
0 answers
119 views
I want to know how to capture the Mouse Hover on a particular cell. I am s\using MVVM pattern for my development.
Nikhil Jain
Top achievements
Rank 1
 asked on 19 May 2011
1 answer
589 views
Is there a way to use the masked input to force proper email address formatting?
something along the lines of Mask="a25\@a25.LLL" or even better Mask="A3a25\@A3a25.L3"
I'd like it so that when the user types an '@' it skips the rest of the email prefix characters.
Same thing when they type the '.'
Can anyone think of a simple way to do this where I don't have to check the characters pressed in the code behind. That just seems like it wouldn't be a very cost efficient trasaction.

Eric
Alex Fidanov
Telerik team
 answered on 19 May 2011
1 answer
107 views
Is there a way to define the field layout (Grid.Row, Grid.Column) when handling the AutoGeneratingField  Event in C# ?

When Auto Generating the DataForm fields, it seems as though one cannot define the field sequence or position (only one column of fields is generated).

Pavel Pavlov
Telerik team
 answered on 19 May 2011
1 answer
126 views
I have created a custom control by deriving a class from the RadMaskedNumericInput control. It works fine until I create a resource style for it. Once the style exists, the control is no longer visible when running the app. When I tab, I can still give it focus, but it is not visible. It is visible when on a page in Visual Studio designer. I am working in WPF. The problem does not occur when wrapping the RadDatePicker.

Here is the derived class:

public class ccNumericTextBox : RadMaskedNumericInput

 

{

 

 

 

 

  public ccNumericTextBox()

 

  {

  }

 

 

 

 

 

 

 

  public override void EndInit()

  {

 

    base.EndInit();

 

  }

 

 

  protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)

  {

    this.SelectAll();

 

    base.OnGotKeyboardFocus(e);

 

  }

 

}

Here is the XAML:

<cc:ccNumericTextBox x:Name="txtDuration" Padding="2" Mask="#3.1" Height="22" Value="{Binding Path=Hours, Mode=TwoWay}"/>

 

 

 

Here is the Style:
<Style TargetType="{x:Type cc:ccNumericTextBox}">

   <Setter Property="Margin" Value="3,3,3,3"/>

 

</Style>

 

Alex Fidanov
Telerik team
 answered on 19 May 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
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
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
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?