This question is locked. New answers and comments are not allowed.
Hello all,
I've been experimenting with column filters and custom filters in the Silverlight Radgrid view and have stumbled into a few issues that maybe someone who is more experienced can help me with.
Note; I'm using 2010.3.11.0.1040 developers edition that was given to me for attending the Ottawa Microsoft Techdays conference last year. Maybe these issues have been fixed already?
1. When using the standard filter controls, the application will crash when clicking the filter button on certain columns (However it is inconsistent). Here is the stack trace:
at Telerik.Windows.Controls.GridView.FilteringDropDown.OnDropDownPopupOpened(Object sender, EventArgs e)
at Telerik.Windows.Controls.PopupWrapper.OnPopupOpened(Object sender, EventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
2. I discovered that you can create your own customized filter and was hoping that the error would not reproduce there however it seems to as the Prepare() method is never called on the "tempermental" columns. It works fine on other columns.
Any ideas?
Thanks,
Keith Bradley
I've been experimenting with column filters and custom filters in the Silverlight Radgrid view and have stumbled into a few issues that maybe someone who is more experienced can help me with.
Note; I'm using 2010.3.11.0.1040 developers edition that was given to me for attending the Ottawa Microsoft Techdays conference last year. Maybe these issues have been fixed already?
1. When using the standard filter controls, the application will crash when clicking the filter button on certain columns (However it is inconsistent). Here is the stack trace:
at Telerik.Windows.Controls.GridView.FilteringDropDown.OnDropDownPopupOpened(Object sender, EventArgs e)
at Telerik.Windows.Controls.PopupWrapper.OnPopupOpened(Object sender, EventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
2. I discovered that you can create your own customized filter and was hoping that the error would not reproduce there however it seems to as the Prepare() method is never called on the "tempermental" columns. It works fine on other columns.
Any ideas?
Thanks,
Keith Bradley