Hi,
I would like to select the entire row on clicking the row header (Navigation column). How do we achieve this? Currently the current row is
not changing on clicking the row header
is there a way to force the grid to only select a single row even in child tables
what seems to be happening (2010 Q1) is that i can select a row in the parent table and also select a row in the child even though i have selectionmode set to single
when using the beta-dlls with a custom theme (http://www.telerik.com/community/forums/wpf/scheduler/custom-theme-how-to-get-categories-working.aspx) the Visual Studio XAML-Designer stops working with the following error:
Error 181 Cannot convert the value in attribute 'Source' to object of type 'System.Windows.Markup.StaticExtension'. Error at object 'System.Windows.Data.Binding', Line 1 Position 891.
Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
at System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at Microsoft.Windows.Design.Features.FeatureManager.FeatureConnectorEntry.AttemptActivate()
at Microsoft.Windows.Design.Features.FeatureManager.FeatureConnectorEntry.OnRequirementsChanged(Object sender, EventArgs e)
at Microsoft.Windows.Design.RequirementValidator.OnRequirementChanged(Object sender, EventArgs e)
at Microsoft.Windows.Design.RequirementSubscription.OnRequirementChanged()
at Microsoft.Windows.Design.RequiresContextItemAttribute.RequireContextItemSubscription.OnContextItemChanged(ContextItem item)
at Microsoft.Windows.Design.SubscribeContextCallback.Invoke(ContextItem item)
at Microsoft.Windows.Design.EditingContext.DefaultContextItemManager.OnItemChanged(ContextItem item)
at Microsoft.Windows.Design.EditingContext.DefaultContextItemManager.SetValue(ContextItem value)
at Microsoft.Windows.Design.Interaction.DesignerView.set_Context(EditingContext value)
at MS.Internal.Designer.SimpleViewManager.get_View()
at Microsoft.Windows.Design.Documents.MarkupDocumentManager.get_View()
at MS.Internal.Host.PersistenceSubsystem.get_DocumentView()
at MS.Internal.Host.Designer.get_View()
at MS.Internal.Designer.VSDesigner.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedView.Load()
at MS.Internal.Designer.VSIsolatedDesigner.VSIsolatedDesignerFactory.Load(IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.BootstrapProxy.LoadDesigner(IsolatedDesignerFactory factory, IsolatedView view)
at MS.Internal.Host.Isolation.IsolatedDesigner.Load()
at MS.Internal.Designer.DesignerPane.LoadDesignerView()
Unable to cast object of type 'MS.Internal.NamedObject' to type 'System.Windows.Input.Cursor'.
at MS.Internal.Interaction.DesignerResources.GetCursor(ResourceKey key)
at MS.Internal.GridControl.GridPanelAdorner..ctor(Grid grid)
at MS.Internal.GridControl.GridDesigner..ctor(ModelItem gridItem)
at MS.Internal.GridControl.GridDesigner.GetDesigner(ModelItem gridItem)
at MS.Internal.GridControl.AlwaysVisibleGridAdornersProvider.Activate(ModelItem item, DependencyObject view)
at Microsoft.Windows.Design.Interaction.AdornerProvider.InvokeActivate(EditingContext context, ModelItem item, DependencyObject view)
at MS.Internal.Features.AdornerProviderFeatureConnector.FeatureProvidersAdded(ModelItem item, IEnumerable`1 extensions)
at Microsoft.Windows.Design.Features.PolicyDrivenFeatureConnector`1.UpdateFeatureProviders()
at MS.Internal.Features.PolicyDrivenToolFeatureConnector`1.UpdateCurrentTool(Tool newTool)
at MS.Internal.Features.PolicyDrivenToolFeatureConnector`1.<.ctor>b__0(Tool newTool)
at Microsoft.Windows.Design.ContextItemManager.SubscribeProxy`1.SubscribeContext(ContextItem item)
at Microsoft.Windows.Design.EditingContext.DefaultContextItemManager.Subscribe(Type contextItemType, SubscribeContextCallback callback)
at Microsoft.Windows.Design.ContextItemManager.Subscribe[ContextItemType](SubscribeContextCallback`1 callback)
at MS.Internal.Features.PolicyDrivenToolFeatureConnector`1..ctor(FeatureManager manager)
at MS.Internal.Features.AdornerProviderFeatureConnector..ctor(FeatureManager manager)
I was testing the column filtering functionality (where the filter box is inside the column header) and it is crashing the application in the Beta Q1 assemblies.
When the filter string is typed into the column filter box, and 'enter' is pressed, the application crashes.
I havent tested for this particular error within my own app, only in the wpf demo.
Is there any way to make the WPF RadGridView navigate down and up when pressing enter/shift enter like Excel does while remaining in edit mode. Currently when you fill in data in a column you have to press enter to exit edit mode, press down arrow and the press F2 to enter edit mode again. Not very effective when you are filling in 150 rows.
While on this topic, it would be great to have the rest of the Excel navigation in here like automatically entering edit mode when you start typing and being able to use the arrow keys for navigation when in edit mode.
I've referred to the demo to persist user grid settings (sort orders, grouping, columns, etc.) and it works great! Problem is...it only works when I load and unload the control where my grid is hosted. How can I persist these grid settings when my application is closed (a user clicks the red X in the upper-right to close it down)? Do you have an example of how to accomplish that...as I'm guessing I need some code in the Application.xaml file or its code-behind.
i have a gridview with 3 columns and that i need is when i change de index of a combo add a dynamic column to the gridview that the content of the cells will be images