Telerik Forums
UI for WPF Forum
3 answers
113 views
Hi 

We are using Diagram control and have Diagramshape inside this control. Now when we try to re-size this shape using SettingsPane the maximum width and height of the shape can reach only up to 10,000 and does not go beyond that.
Is there some way by which we can get rid of any restriction on the size of diagramshape using SettingsPane.

Regards
JC
Petar Mladenov
Telerik team
 answered on 12 May 2014
3 answers
215 views
Hi,

I already post a thread about this issue, please ignore it!!

my SchedulView control  display from Monday to Friday, from 8:00 AM to 9:00 PM with a MinorTickLength of 15 minutes and of course we can have more than one resources per day. I would like to know which approach should I use to optimize the performance of the rendering? Ideally, I would like to display a UserControl inside each cells, each cells can be a closed slot, a special slot or an appointment.

thank you

Al

Kalin
Telerik team
 answered on 12 May 2014
4 answers
110 views
Hi all,

We're trying to create a completely borderless, minimalist gridview and have almost got it. The only problm remaining is a strange gradient...widget?...that appears only in the first column of the RadGridView. The picture with the red arrow points to what I'm referring to. What is this element? What is its template and/or style? We've gone through the GridViewHeader, GridViewHeaderRow, and GridView itself.

Steven
Top achievements
Rank 1
 answered on 12 May 2014
3 answers
148 views
good day,
bought lincença to utlização of some components of Telerik, first I'm going to use and add the RadGridView, but I have some difficulties and doubts.

1. FilteringMode = FilterRow
2. FilterOperator = StartsWith
. 3 Using wildcard expressions to filter every textbox to filter EXAMPLE: Like the SQL Server.

- Now I need to navigate between 'TextBox' filter using the Left and Right keyboard keys.
- Focus to 'Focus' in 'Grid' to "Down" keys, key but I have no idea how to do this.

graciously
André
Dimitrina
Telerik team
 answered on 12 May 2014
1 answer
74 views
Hello! 

Symptoms: RadDataForm don not see custom properties of object which implements ICustomTypeDescriptor when RadDataForm.CurrentItem set and RadDataForm.ItemsSource is null.

Location ItemPropertyInfoHelper.cs(Telerik.Windows.Data.dll assembly Telerik.Windows.Data namespace):
private static PropertyDescriptorCollection GetPropertyDescriptors(QueryableCollectionView collectionView)
{
...
if (TypeExtensions.IsCompatibleWith(elementType, typeof (ICustomTypeDescriptor))) //code pass
        return ItemPropertyInfoHelper.GetPropertyDescriptorsForCustomTypeDescriptorElementType(collectionView);
...
}
 
public static PropertyDescriptorCollection GetPropertyDescriptorsForCustomTypeDescriptorElementType(QueryableCollectionView collectionView)
    {
      var customTypeDescriptor = ItemPropertyInfoHelper.GetCollectionViewRepresentativeItem(collectionView) as ICustomTypeDescriptor; //returns null
      if (customTypeDescriptor != null) return customTypeDescriptor.GetProperties(); //Never called when ItemsSource is not set
      else return null;
    }
 
private static object GetCollectionViewRepresentativeItem(QueryableCollectionView collectionView)
    {
      if (!collectionView.IsEmpty) return collectionView.GetItemAt(0); //collection is empty
      else return null;
    }

Can you confirm this behavior?
Telerik version 2013.3.1016.40

Maya
Telerik team
 answered on 12 May 2014
1 answer
582 views
I have a usercontrol that has a Listbox of Listboxes.   That usercontrol is put inside a Scrollviewer.   I have made a sample application I have attached a link to.  My real version uses MVVM, so please keep that in mind.   What I am trying to accomplish is if a new item is added to the listboxes in the Usercontrol, how can I make the Scrollviewer on the MainWindow scroll to where the new item was just added add the end of whatever listbox it was added?

https://www.dropbox.com/s/dia9ri3h63ne4aq/ListScrollExample.zip

Kalin
Telerik team
 answered on 12 May 2014
3 answers
565 views
Hi.
I have a main window with several RadGridViews and InputBindings set up on the main Window to fire Commands of my ViewModel class. Works fine, as long as the focus is not within a RadGridView. When focus is within a RadGridView, the commands are not triggered. If I repeat the keybindings for each RadGridView e.g add:

<telerik:RadGridView.InputBindings>
<KeyBinding Key="A" Modifiers="Ctrl" Command="{Binding MyCommand}" />
</telerik:RadGridView.InputBindings>

to each of my gridview XAML blocks, then the commands will be triggered correctly. But I would like to avoid having to repeat the bindings (there will be many).

How can I avoid the RadGridView capturing these keystrokes?

(I've tried this post, but that doesn't work with key modifiers, since it fires as soon as CTRL is pressed).
Silviu
Top achievements
Rank 1
 answered on 12 May 2014
14 answers
279 views
Hi,

with a vertical orientation, I would like to know how I can implement a vertical AND a horizontal zoom???

Thank's
Alain
Rosi
Telerik team
 answered on 12 May 2014
3 answers
207 views
HI,

I want to change default image and show text in "Paint with MVVM" Sample.
Please, show attach file.

Thank you.
Kiril Vandov
Telerik team
 answered on 12 May 2014
3 answers
160 views
When binding a RadMenuItem to a command, the command's Key-Gesture (Like "Ctrl-C" for the Copy command) appears on the right side.

Unfortunately these hints for key gestures are not aligned nicely on the right side, like in normal MenuItem, but their position depends on length of the command text (header). This look really ugly! (see attached picture)

There are several posts stemming from 2010-12 where other users have similar problems. 

Do you have fixed it finally in 2014??? 

... I really hope so, because a commercial control should not be worse than the framework.
Rosen Vladimirov
Telerik team
 answered on 12 May 2014
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
InlineAIAssistant
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?