Hi! I have RadGridView with HierarchyChildTemplate. I use Fluent no xaml theme.
Width of expander ("Plus/Minus") button smaller than it's column and all cells seems shifted left relatively headers at same width. This width is difference between expander and it's column width.
See picture attached.
How to redefine expander's width?
Telerik Support,
I hate to just post an exception stack trace without being able to provide many more details, but unfortunately I'm not getting any helpful information out of the stack trace to help me track this down.
System.ArgumentOutOfRangeException: Index must be within the bounds of the List.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.Insert(Int32 index, T item)
at Telerik.Windows.Data.KeyedCollection.Insert(Int32 index, Object value)
at Telerik.Windows.Data.QueryableCollectionView.ProcessSynchronousCollectionChanged(NotifyCollectionChangedEventArgs args)
at Telerik.Windows.Data.QueryableCollectionView.ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
at Telerik.Windows.Data.QueryableCollectionView.OnSourceCollectionChanged(Object sender, NotifyCollectionChangedEventArgs args)
at Telerik.Windows.Data.QueryableCollectionView.Telerik.Windows.Data.IWeakEventListener<System.Collections.Specialized.NotifyCollectionChangedEventArgs>.ReceiveWeakEvent(Object sender, NotifyCollectionChangedEventArgs args)
at Telerik.Windows.Data.WeakEvent.WeakListener`1.Handler(Object sender, TArgs args)
at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
at COMPANYNAME.Data.APSSObservableItemCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
at System.Collections.ObjectModel.ObservableCollection`1.SetItem(Int32 index, T item)
at System.Collections.ObjectModel.Collection`1.set_Item(Int32 index, T value)
at PRODUCTNAME.AsyncReturns.<>c__DisplayClass37_0.<INTERNALMETHOD>b__0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
1) Populate GridView with an aggregate observable collection. (Content of this aggregation is correct / what I want, confirmed at every step.)
2) Expand one or more of properly displayed group headers.
3) Collapse same group(s).
Result:
Items that I have manipulated* remain present in the list below both groups. (Somehow not being grouped under the only two possible groups. (The descriptor is not hard coded, and should create new groups at runtime if data was different.)
* These customized items are modified before the GridView gets them, and not while the grid view is active. Modification includes recreating the item received from another observable collection by intercepting the modification callback. However, both the complete destruction approach and replace approach result in the same issue. (In the aggregate collection.)
Could this issue be related to a poorly implemented Equals, GetHashCode, or CompareTo function? I am trying to use Telerik raw instead of doing over engineered complicated things, as attempts I've made in the past result in very bad performance.
Thanks,
Hello,
When using 3 RadRibbonButton of Medium size in the Fluent theme, they are displayed in 2 rows: the first row contains 2 buttons and the second one the last button.
With the Office2013, up to three medium buttons are displayed in a column.
I've tried to add RadCollapsiblePanel.SmallButtonsPerColumn="3" on the RadRibbonView definition, but it doesn't change anything.
I there a possibility to have 3 rows for the buttons in this theme?
I have a RadGridView with RowDetailsVisibilityMode set to "VisibleWhenSelected" and SelectionMode as "Extended". It works great when single row is selected. But when multiple rows are selected, the row details of each row will all be shown which makes the grid looks in a jumble. Is it possible to not show row detail when multiple row are selected but keep show row detail when single row is selected?
I'm using 2014.1.411.45 and MVVM. Thanks.
I am trying to customize the RadTimeline Control Template, however, when I simply Edit Template -> Edit a Copy the style that is created has an error without any modification. How can I fix this? I think it could be an assembly issue, if so how can I link to the correct assembly? Thanks.