Telerik Forums
UI for WPF Forum
1 answer
110 views
Hi there,

Actually I m using Rad Carousel Control and I noticed something if i have the maximum of 2 images it doesn't show until i scroll down or click the forward button. But if I have like more than 5 Images it shows everything fine. I m trying to fix this but i don't know if someone can tell me what i m missing ill be very appreciate thanks

Maya
Telerik team
 answered on 23 Feb 2011
2 answers
78 views
Hello,
I want to localize the filteroperation with resources files, is it possible?
Thanks,
Sophie
Boutorine
Top achievements
Rank 1
 answered on 23 Feb 2011
2 answers
213 views
Hello.

I hope I've got a simple question.
How can I place one (or two) TabItem(s) at the right side, while the others stay left; for example

Tab1    Tab2    Tab3                            TabHelp

Is this possible?
Thanks a lot,
Tim.
Tim Tos
Top achievements
Rank 1
 answered on 23 Feb 2011
6 answers
317 views
Hello.

I've got a GridView and a textbox.
The GridView has a databound column with integer values (for example: 111, 2222, 33333, 1234).
If the user now types into the textbox for example '2' only the rows with '2222' and '1234' should remain visible - the others are filtered out.

How can this be done? Is it possible to do it all with xaml and databinding?
I've looked at the custom FilterDescriptors but I couldn't wrap my head around it... - but I think I need one.

Thanks a lot!
Greetings and best wishes,
Tim.
Tim Tos
Top achievements
Rank 1
 answered on 23 Feb 2011
3 answers
103 views
I am trying to programmatically change the drag item text for items in my TreeView using the default style.  I know by default it is using the .ToString() method of an object to display.

Thanks
Ryan
Petar Mladenov
Telerik team
 answered on 23 Feb 2011
4 answers
151 views
Hi,

Currently the defalt tooltip when you rollover a color in the color picker is its Hex representation.
Is there a way to customize it?

Thanks,
Gili
Gili Korman Golander
Top achievements
Rank 1
 answered on 23 Feb 2011
1 answer
67 views
Hi,

After implementing the custom filter row in the grid view, I noticed that the row indicator (column 0 when RowIndicatorVisibility = Visible) is not functioning correctly.  The background brush changes as you select rows, but the arrow (>) just stays on the first row.

This behaviour is the same in your demo application.

Thanks.
Maya
Telerik team
 answered on 23 Feb 2011
3 answers
120 views
I'm trying to tweak the style of the new Expression Dark skin and I'm following the tutorials about how to do this using expression blend. However the tutorial instructs that I should do the following:

Object -> Edit Additional Styles -> RowStyle -> Edit A Copy

However, when I attempt this the Edit A Copy option is greyed out and unselectable. Does any one have any idea why this is, or how to get around it?
Mark
Top achievements
Rank 1
 answered on 23 Feb 2011
1 answer
296 views
Hi,
I have a multple gridview with RadContextMenu.  It all have the same menu items.... If set the property Icon="{StaticResource imgSearchMenu}" for RadMenuItem.. the image is not showing...

Did I missed something here?

Thank you in advance,
TM

-- Code--

<UserControl.Resources>
<DataTemplate x:Key="Col1">
            <DockPanel HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
                <TextBox Text="{Binding Path=col_name1}"  />
            </DockPanel>
        </DataTemplate>
<DataTemplate x:Key="imgSearchMenu">
   <Grid>
<Image Source="{lib:LocImage Key=Search,Dict=Resources,Assembly=MyApp.Client.Shell}" />
   </Grid>
</DataTemplate>

</UserControl.Resources>

<telerik:RadGridView 
    Name="gridMyList"
    AutoGenerateColumns="False" 
    ShowGroupPanel="False" 
    ItemsSource="{Binding myList}"
    SelectedItem="{Binding currentRecord}">
    <telerik:RadGridView.Columns>
<telerik:GridViewDataColumn
   Header="Col 1" 
   IsReadOnly="True"
   CellTemplate="{StaticResource Col1}" />
<telerik:GridViewDataColumn 
    </telerik:RadGridView.Columns>
    <telerik:RadContextMenu.ContextMenu>
<telerik:RadContextMenu
   Name="menu1" 
   Opened="RadContextMenu_Opened" 
   ItemClick="RadContextMenu_ItemClick">
   <telerik:RadContextMenu.Items>
<telerik:RadMenuItem Header="Add" Icon="{StaticResource imgSearchMenu}" />
<telerik:RadMenuItem Header="|" IsSeparator="True" />
<telerik:RadMenuItem Header="Another item" />
   </telerik:RadContextMenu.Items>
</telerik:RadContextMenu>
    </telerik:RadContextMenu.ContextMenu>
</telerik:RadGridView>
Konstantina
Telerik team
 answered on 23 Feb 2011
3 answers
240 views
Hello,

I need to adjust appointment panel length every time ActiveViewDefinition is switched to prevent content scroll.

I try using MaxTimeRulerExtent property but can't find proper way to update it. Its value should be calculated as appointmnet panel length substract total headers length. The headers length is updated within MeasureOverride(). But ActiveViewDefinition changed event is rised prior to Measure/Arrange when I change active view.

What event should I listen or what another way suits better?

Thanks,
Anatoly
Valeri Hristov
Telerik team
 answered on 23 Feb 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
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
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?