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

Gridview coz an expection.

0 Answers 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Lior
Top achievements
Rank 1
Lior asked on 05 Apr 2013, 05:24 AM
Hi,

our clients compliance to us that system sometimes will raise an exception when swithing to some girdview features. Any ideas ? 

user interaction:  there are 3 gridview, and 1 dropdownlist, the gridview shown status in driven by dropdown list selections.
during selcection, each girview will render by data and a popup dialog is covered in top level, but user still could click in grid, sometimes this exception is shown, sometimes is not.

information :  SL4, using Prism, MVVM. Telerik version : 2012.1.215.1040

He got this error: 

Error:

System.ArgumentOutOfRangeException: [Arg_ArgumentOutOfRangeException]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.0.20125.00&File=mscorlib.dll&Key=Arg_ArgumentOutOfRangeException
Parameter name: index
at Telerik.Windows.Controls.GridView.GridViewCellsPanel.BringIndexIntoView(Int32 index)
at Telerik.Windows.Controls.GridView.DataCellsPresenter.ScrollCellIntoView(Int32 index)
at Telerik.Windows.Controls.GridView.GridViewDataControl.ScrollColumnIntoView(GridViewColumn column)
at Telerik.Windows.Controls.GridView.GridViewCell.<OnGotFocus>b__23()
Message: [Arg_ArgumentOutOfRangeException]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.0.20125.00&File=mscorlib.dll&Key=Arg_ArgumentOutOfRangeException
Parameter name: index
StackStrace: at Telerik.Windows.Controls.GridView.GridViewCellsPanel.BringIndexIntoView(Int32 index)
at Telerik.Windows.Controls.GridView.DataCellsPresenter.ScrollCellIntoView(Int32 index)
at Telerik.Windows.Controls.GridView.GridViewDataControl.ScrollColumnIntoView(GridViewColumn column)
at Telerik.Windows.Controls.GridView.GridViewCell.<OnGotFocus>b__23()



No answers yet. Maybe you can help?

Tags
GridView
Asked by
Lior
Top achievements
Rank 1
Share this question
or