Telerik Forums
UI for WPF Forum
10 answers
390 views
I am porting code from RadScheduler to ScheduleView.
I have few questions
1) In my code I was creating DataTemplate and binding it to the AppointmentTemplate.
I do not see this property on the ScheduleView, Can you advise how to bind it at run time?

2) All of my appointments are AllDay how can I adjust "AllDay" height on Month and Day View?

3) I do not see a IsReadOnly property on the ScheduleView anymore, How can I set it?


Best Regards,

Tom
 
Rosi
Telerik team
 answered on 23 Feb 2011
1 answer
127 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
95 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
251 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
400 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
121 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
179 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
90 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
137 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
323 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
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
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?