Telerik Forums
UI for WPF Forum
1 answer
201 views
BringPathIntoView vertically scrolls my treeview so the end path item is "in view", however the item is hidden to the right because the treeview is in a narrow container.  How can I get the treeview to auto scroll horizontally over so the item is truly in view?

Thanks
Buzz
Petar Mladenov
Telerik team
 answered on 03 Apr 2012
4 answers
346 views
Hi Telerik Team,

I tried to bind my radgridview with a DataTable contains year series DataColumns (I set autogeneratecolumn="true"). It can display the value but I can't edit the value if the column header contain only number. (please check attached image). 

Is it a known bug or I just need to enable any property in radgridview? please advise.

Thanks,
Andy
Andy
Top achievements
Rank 1
 answered on 03 Apr 2012
3 answers
205 views
The source may contain more than 3000 items at a time. When we navigate the nodes by arrow key, it is very slow.
Please help us with correct property settings for the Telerik Rad Tree for wpf.

Thanks
Petar Mladenov
Telerik team
 answered on 03 Apr 2012
0 answers
131 views
I'm running into an issue with the treelistview. The listview covers several pages, and it renders correctly by default.

However, if I change my font size to "medium" (right click on desktop, choose personalize, choose display, choose medium - 125%), the scrollbar for the treelistview does not allow the end of the content to be reached; the content is truncated.
Eric
Top achievements
Rank 1
 asked on 02 Apr 2012
1 answer
112 views
  • Add a close button in the Header of the DocumentPane

I noticed this note in the release notes for Q1 2012 SP1, but I can't deem to find any information about how to do this (other than old posts about templating).  Is there a property or something I set to turn this on?

Androide
Top achievements
Rank 2
 answered on 02 Apr 2012
2 answers
68 views
  • Add a close button in the Header of the DocumentPane

I noticed this note in the release notes for Q1 2012 SP1, but I can't deem to find any information about how to do this (other than old posts about templating).  Is there a property or something I set to turn this on?

Joe Sharp
Top achievements
Rank 1
 answered on 02 Apr 2012
1 answer
200 views
I have a radcombobox that is being bound to an object. It is an autocomplete textbox, so the items are sent as the user types.

When i clear the selection, or load the page (change binding) the dropdown shows and is open and you have to click inside of it for the dropdown to close.


<telerik:RadComboBox Height="23" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="6,23,0,0"
                                           DisplayMemberPath="LocationName" telerik:TextSearch.TextPath="Address1" IsEditable="True"  
                                           autocomplete:AutocompleteBehavior.MinimumTextLength="3" Text="{Binding Path=Trip.LocationFrom.Address1, Mode=TwoWay}"
                                           EmptyText="Address 1" Width="313" SelectedItem="{Binding Path=Trip.LocationFrom, Mode=TwoWay}">
                          <autocomplete:AutocompleteBehavior.AutocompleteProvider>
                              <autocompleteprovider:LocationAutocompleteProvider TextPath="LocationName" />
                          </autocomplete:AutocompleteBehavior.AutocompleteProvider>
                      </telerik:RadComboBox>



Attached is an image of the behavior as well.

Keith
Top achievements
Rank 1
 answered on 02 Apr 2012
1 answer
269 views
Hi @ All,

i have a little Problem with the RadDocking Control. If have three containers: Top Right and Bottom. When i run the application and want to change the size of andy Container, by click and mouse moove this container gets the maximum size and all other Container are no longer visible. Please take a look to the two png-files.

Where ist the Problem? Here ist the xaml:

<telerik:RadDocking x:Name="Docking" telerikQuickStart:ThemeAwareBackgroundBehavior.IsEnabled="True"  BorderThickness="0" Padding="0" telerik:StyleManager.Theme="Summer" Grid.Row="1"
                    FontFamily="Calibri" FontSize="14" Margin="0,5,0,0">
     
    <telerik:RadDocking.DocumentHost>
        <telerik:RadSplitContainer InitialPosition="DockedTop">
            <telerik:RadPaneGroup x:Name="DocumentGroup" AllowDragOverTab="True">
                <telerik:RadPane x:Name="allgemein" Header="{Binding Source={StaticResource Lang}, XPath=KundenDetailAllgemein/@Header}" telerik:RadDocking.SerializationTag="LayoutXml" telerik:RadDocking.FloatingSize="450, 400">                                          
                </telerik:RadPane>
 
                <telerik:RadPane Header="{Binding Source={StaticResource Lang}, XPath=KundenDEtailKarte/@Header}" telerik:RadDocking.SerializationTag="DocumentPane">
                    <Frame x:Name="Map_frm" Source="../Controls/Map/Map.xaml" />
                </telerik:RadPane>
            </telerik:RadPaneGroup>
        </telerik:RadSplitContainer>
    </telerik:RadDocking.DocumentHost>                           
     
    <telerik:RadSplitContainer InitialPosition="DockedRight">
        <telerik:RadPaneGroup>
            <telerik:RadPane Header="Pane Right 1" telerik:RadDocking.SerializationTag="PaneRight1">
                <telerik:RadTreeView>
                    <telerik:RadTreeViewItem Header="RootItem">
                        <telerik:RadTreeViewItem Header="Item1" />
                        <telerik:RadTreeViewItem Header="Item2">
                            <telerik:RadTreeViewItem Header="Item21" />
                            <telerik:RadTreeViewItem Header="Item22" />
                            <telerik:RadTreeViewItem Header="Item23">
                                <telerik:RadTreeViewItem Header="Item231" />
                            </telerik:RadTreeViewItem>
                        </telerik:RadTreeViewItem>
                        <telerik:RadTreeViewItem Header="Item3" />
                    </telerik:RadTreeViewItem>
                </telerik:RadTreeView>
            </telerik:RadPane>
        </telerik:RadPaneGroup>
    </telerik:RadSplitContainer>
 
     
    <telerik:RadSplitContainer InitialPosition="DockedBottom">
        <telerik:RadPaneGroup>
            <telerik:RadPane Header="{Binding Source={StaticResource Lang}, XPath=KundenDetailAktion/@Header}" telerik:RadDocking.SerializationTag="PaneTop1">                                                                              
                 
            </telerik:RadPane>
        </telerik:RadPaneGroup>
    </telerik:RadSplitContainer>                           
</telerik:RadDocking>

Thanks a lot
regards
ww
ITA
Top achievements
Rank 1
 answered on 02 Apr 2012
5 answers
427 views
Hi there,

I want to be able to do the following and don't seem to be able to:

Let's say I have property A, B and C.

  • A is a Boolean (checkbox).
  • If I choose A as checked option C is editable, otherwise option C is readonly.

Where/how do I override the enabled/readonly properties of the property definition based on another property's value/state?

I have disabled autopropertygeneration and am binding using my own xaml and model.

David
Top achievements
Rank 1
 answered on 02 Apr 2012
2 answers
99 views
Hi there,

I installed VS 11 beta and the RadControls for WPF 12.1.326.0.
After using the Telerik - WPF - ToolboxConfigurator, my VS doesn't work. It runs into an unstable condition always when initializing the Toolbox.
And it tries to initialize every time I load this project because it never finished initialization.
So I can't use the controls on a WPF-Application.

Any idea??
Chavdar Dimitrov
Telerik team
 answered on 02 Apr 2012
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?