Telerik Forums
UI for WPF Forum
1 answer
133 views

how to get selected text index position from selected paragraph ?
Iva Toteva
Telerik team
 answered on 28 Aug 2013
1 answer
397 views
Hi,

I wants to select whole paragraph and texts ( words) inside the paragraph with index position.

If it is possible then how ?

or any alternate way ? 

I want to divide this paragraph into three different paragraph on the basis of word index position

Please help
Iva Toteva
Telerik team
 answered on 28 Aug 2013
1 answer
139 views
The WPF Controls Examples contains examples for it but they will never load. All other examples do load.

Also it does not seem to exist in the library:
Error    1    The tag 'RadNumericUpDown' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'.
Wouter
Top achievements
Rank 1
 answered on 28 Aug 2013
1 answer
230 views
Hello,

I am trying to get Drag and Drop to work within a single RadListBox.  I have the ItemsSource and SelectedItem bound (TwoWay).  Whenever I drop an item within the listbox, the SelectedItem setter gets called with a value of null.  I was able to reproduce this by updating the SDK sample "CustomListBoxDragDropBehavior_WPF" with the following:

<telerik:RadListBox ItemContainerStyle="{StaticResource DraggableListBoxItem}"
                            ItemsSource="{Binding Customers1}"
                            SelectedItem="{Binding SelectedCustomer1, Mode=TwoWay}"
private Customer selectedCustomer1;
        public Customer SelectedCustomer1
        {
            get { return selectedCustomer1; }
            set
            {
                selectedCustomer1 = value;
                this.OnPropertyChanged(() => this.SelectedCustomer1);
            }
        }

How do I prevent the selected item to be called with null?

Thanks,
Steve
Kalin
Telerik team
 answered on 28 Aug 2013
5 answers
777 views
Hello,

I have vector Icon like that :
<ControlTemplate x:Key="AboutImage">
  <Viewbox Stretch="Uniform">
    <Canvas Width="512" Height="512">
      <Rectangle Canvas.Left="0" Canvas.Top="0" Width="512" Height="512" Fill="{TemplateBinding Background}"/>
      <Path Data="..."  Fill="{TemplateBinding Foreground}"/>
    </Canvas>
  </Viewbox>
</ControlTemplate>

How can I use this with RadRibbonButton ?

Thank you

Ilya
Top achievements
Rank 1
 answered on 28 Aug 2013
0 answers
127 views
Hi Telerik Support,
     After viewing demos, I chose variant with Virtualization, because I need to add some properties dynamically (for example, GroupName). So I have Dictionary<string, object> with PropertyName and Value in ViewModel, which is  bound to RadPropertyGrid.Item. Please, advise how to do this using MVVM patern?

Regards,
Anatoliy

Anatoliy
Top achievements
Rank 2
 asked on 28 Aug 2013
1 answer
258 views
when i am double click on the my rad window top of header its when to resize model i need to stop this  i need Maximized window
here is my code

                    xmlns:navigation="clr-namespace:Telerik.Windows.Controls.Navigation;assembly=Telerik.Windows.Controls.Navigation"
                    navigation:RadWindowInteropHelper.AllowTransparency="False"
                   
                   
                   telerik:Theming.Theme="Vista" Header=""              
                   MinHeight="600" MinWidth="800"   Loaded="Main_Loaded" ResizeMode="NoResize"
                   CanClose="False" CanMove="False"  BorderThickness="1" WindowStartupLocation="CenterScreen"
                   IsRestricted="False" RestoreMinimizedLocation="False"
                   Style="{DynamicResource AppFontSize}" WindowState="Maximized" SizeToContent="False"
Kalin
Telerik team
 answered on 28 Aug 2013
3 answers
110 views
Hi,

I am creating a Silverlight project with the intent to be linked from WPF project as well. Here is the issue I am facing described in StackOverflow question 

<telerik:Tile TileType="Single" Width="Auto" Background="#FF559B55" Name="tile1" 
                                      FontWeight="Bold" FontFamily="Verdana">


                                <Button Content = {Binding Path=MyRVal} Click="btClick" Foreground="Black">
                                   </Button>         

</telerik:Tile>
This works fine in Silverlight project, but the button does not show in WPF. I noticed this only happens when there is Binding instead of static, does WPF not handle this?
I know this might not be Telerik issue, but I wanted to ask and maybe get suggestions of how to have a Button or other control (with Binding) within a Tile working both in Silverlight and WPF.

Thanks
Maya
Telerik team
 answered on 28 Aug 2013
3 answers
225 views
Hi,

My RadGridView doesn't refresh completely after scrolling through the columns, some of the cells still shows old cell values after scrolling. This happens if I scroll fast from left to right and right to left. My grid is UI virtualized. What's causing this issue?

Thanks,
Karthik
Vera
Telerik team
 answered on 28 Aug 2013
1 answer
245 views
Hi, 

i'm using the RadMaskedTextInput with NotifyOnValidationError and it works great. Currently it displays the message beside the textbox, but i need to show the error message below the textbox, how can i achieve this?
Pavel R. Pavlov
Telerik team
 answered on 27 Aug 2013
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?