This is a migrated thread and some comments may be shown as answers.

Application crashes upon filtering /scroll down

3 Answers 58 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Vaishali
Top achievements
Rank 1
Vaishali asked on 29 May 2013, 06:22 AM
Issue 1.
I have a raddataform into details of radgridview.Raddataform contains data with special characters like ;, ", <, >,:, (,) etc.
When I scroll down some records beore that particular record containing special characters, it works fine.But  when I scroll down again near to that record,application hangs.

I could understand the issue is due to special characters.I cannot avoid using special characters here.Please suggest some solution.

Issue 2.
I have a radgridview and one timer for refreshing the data.If condition satisfied,all data gets removed from the gridview.Then click on internal filter button it gives error like-
   at lambda_method(Closure )
   at System.Linq.EnumerableQuery`1.GetEnumerator()
   at System.Linq.EnumerableQuery`1.System.Collections.IEnumerable.GetEnumerator()
   at Telerik.Windows.Controls.GridView.DistinctValueViewModelCollection.AddRangeFromSource(IEnumerable source)
   at Telerik.Windows.Controls.GridView.DistinctValueViewModelCollection.SetSource(IEnumerable source)
   at Telerik.Windows.Controls.GridView.FilteringViewModel.RefreshDistinctValues()
   at Telerik.Windows.Controls.GridView.FilteringViewModel.Refresh()
   at Telerik.Windows.Controls.GridView.FilteringControl.Prepare(GridViewColumn columnToPrepare)
   at Telerik.Windows.Controls.GridView.FilteringDropDown.PrepareFilteringControl()
   at Telerik.Windows.Controls.GridView.FilteringDropDown.OnDropDownPopupOpened(Object sender, EventArgs e)
   at Telerik.Windows.Controls.AutoClosePopupWrapper.OnPopupOpened(Object sender, EventArgs e)
   at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)

before that it works properly.


Thanks, in advance.

3 Answers, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 31 May 2013, 01:51 PM
Hi Vaishali,

Currently we are not aware of such issues with RadDataForm and RadGridView. 

In order to investigate and resolve the problems, would it be possible to share with us more details on your exact implementation? It would be great if you can send me a small sample with dummy data in order to investigate the issue locally.

Thank you in advance.

Regards,
Yoan
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Vaishali
Top achievements
Rank 1
answered on 02 Jun 2013, 04:51 AM
To reproduce this, add semicolon (;) into data of the gridview and try to scroll up/down or apply filters .Only doing this ,this issue is reproduced.Please if you find any solution, do reply as early as possible since time running late for project.
0
Ivan Ivanov
Telerik team
answered on 03 Jun 2013, 02:24 PM
Hi,

Unfortunately, we did not manage to reproduce this issue. Both of the mentioned controls are completely data-binding-driven and their performance should not be affected by any specific data. I guess that this behavior is scenario specific. Can you please send us a sample project that illustrates it? We will do our best to provide solution as soon as possible.

Regards,
Ivan Ivanov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
DataForm
Asked by
Vaishali
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Vaishali
Top achievements
Rank 1
Ivan Ivanov
Telerik team
Share this question
or