Telerik Forums
UI for WPF Forum
3 answers
184 views
Hi,

I need to display a calender while the user focus on the textbox. How can I achieve this?
Kaloyan
Telerik team
 answered on 25 Feb 2011
2 answers
85 views
Hi all,

I'm using the grid and would like to be able to group by all columns - I've had it working but it stopped working and I can't figure out why...

To be specific, the grid shows up just fine, but when I try to drag I just get the 'forbidden' symbol over the top area.

I've tried to set IsGroupable=true (even if it's supposed to be default), but it doesn't change anything.

Below is my xaml - any clues?

Thanks,

Anders, Denmark

 <Grid>
        <telerik:RadGridView AutoGenerateColumns="False" x:Name="grid" SelectionMode="Extended" ItemsSource="{Binding CombinationMembers}" Margin="0,0,0,37">
            <telerik:RadGridView.Columns>
                <telerik:GridViewSelectColumn />
                <telerik:GridViewDataColumn Header="Item Parent" DataMemberBinding="{Binding Path=ViewModelBase.ParentItemContext, Mode=OneWay}"  />
                <telerik:GridViewDataColumn Header="Item" DataMemberBinding="{Binding Path=ViewModelBase.DisplayName,Mode=OneWay}"  />
                <telerik:GridViewDataColumn Header="Type" DataMemberBinding="{Binding Path=ViewModelBase.DisplayType,Mode=OneWay}" />
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>
        <telerik1:RadButton Content="_Cancel" Height="Auto" HorizontalAlignment="Right" Margin="0,0,53,12" VerticalAlignment="Bottom" IsCancel="True" />
        <telerik1:RadButton Content="_Select" Height="Auto" HorizontalAlignment="Right" Margin="0,0,12,12" VerticalAlignment="Bottom" Command="{Binding App}" Click="RadButton_Click" />
    </Grid>
Anders
Top achievements
Rank 1
 answered on 25 Feb 2011
1 answer
118 views
I'm using the RadTransitionControl in my PRISM application:

    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto" />
            <RowDefinition Height="*" />
            <RowDefinition Height="Auto" />            
        </Grid.RowDefinitions>

        <Grid Grid.Row="0">
           ...         </Grid>

        <Grid Grid.Row="1">
            <ItemsControl>
                <telerik:RadTransitionControl cal:RegionManager.RegionName="{x:Static Environment:RegionNames.MainContentRegion}">
                    <telerik:RadTransitionControl.Transition>
                        <TransitionEffects:PerspectiveRotationTransition />
                    </telerik:RadTransitionControl.Transition>
                    <telerik:RadTransitionControl.Easing>
                        <PowerEase EasingMode="EaseOut" Power="9" />
                    </telerik:RadTransitionControl.Easing>
                </telerik:RadTransitionControl>
            </ItemsControl>
        </Grid>

        <Grid Grid.Row="2">
            ...
        </Grid>
    </Grid>

The problem is that the view that is put into the MainContentRegion doesn't stretch vertically in its parent container. How can I make sure that the control that is put in MainContentRegion has the same height as the parent grid?




Ludwig
Top achievements
Rank 1
 answered on 24 Feb 2011
1 answer
114 views
I have some problems using a custom theme inside a Telerik GridView. When I use the theme, the FilterControl is not working. Please see the attached image.
When I group a column doing drag/drop, the databinding of the Group Panel Item  is missed. Please see the second image.
Vanya Pavlova
Telerik team
 answered on 24 Feb 2011
7 answers
1.1K+ views
I saw several tutorials about that, but seams designed for Silverlight plataform.
http://www.telerik.com/help/wpf/common-styling-apperance-themes-custom-theme-project-telerik-approach.html

I download the tutorial example. 214114_mycustomtheme-sl-812 (I don't remember de forum link, sorry)

It Works great for Silverlight, I tried to do the same in wpf but I can't, troubles about dictionary.

Thank you.
Vanya Pavlova
Telerik team
 answered on 24 Feb 2011
12 answers
322 views
Hi,

I have a grid with some foreign key columns in the datasource. I am converting those to Names by IValueConverter while binding the source. Now I need to do sorting and filtering with those columns. How can I do that. I read about IComparable Interface but where should I implement that?

Thanks,
Siva

mark baer
Top achievements
Rank 1
 answered on 24 Feb 2011
1 answer
97 views
I need larger day, week, month view selection controls and text within the time views. Intended audience is the elderly using touch.
 
I tried using larger font which helped but then the left side time legend column overflows the available space. How can I control the width of this column and the height of the rows?

Jim Wolf 
Pana
Telerik team
 answered on 24 Feb 2011
3 answers
132 views
I have adapted the Drag & Drop from Listbox example that is provided in the demos.

The only changes that I have made are:
* A custom override of Appointment, with deep copying implemented with Copy and CopyFrom and the Storage<T> method employed.
* Altered to foreach in CreateDragCue to ensure the appointment is 1 day long.
* The source collection is an ICollectionView

Putting a Breakpoint at the start of OnDropInfo in the ListboxDragDropBehaviour  with a condition of "When Hit..." and printing the e.Options.Status, the last status is DropImpossible. Never DropComplete.  Now, this is on the Listbox.

Is there anyway to override the OnDropInfo on the ScheduleView so I can work round the fact that the ICollectionView is not updated as it should be? 

Is the fact the source collection is not updated to have the dragged item(s) removed on being dropped from an ICollectionView onto the ScheduleView a bug?

If so, will it be fixed?

If so, when?
George
Telerik team
 answered on 24 Feb 2011
7 answers
250 views
On double click of an appointment, I want to open my own Window. Is this possible?
ALso, I want to take the ability to delete the appointment away.
George
Telerik team
 answered on 24 Feb 2011
1 answer
138 views
Hello,

is there any option, that i can use to make the WPF radcombo demand loading. Please tell me, how
 can i do that.


Thank you
Mr.
George
Telerik team
 answered on 24 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
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
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?