I receive the following error when databind RadGridView to a list<T> array.
Version Telerik 2009.3.9.1203
Value of '612' is not valid for 'Value'. 'Value' must be between 'Minimum' and 'Maximum'.
Parameter name: Value
Dev Notes:
-----------------------
I am displaying value from sort by date in decending order, as the data comes in in real time. I add new incoming data to the binding
source.
' Add to binding source the peform functions below.
How do i fix this problem? Is there a fix for this in Telerik 2010 Q1?
at Telerik.WinControls.UI.RadScrollBarElement.set_Value(Int32 value)
at Telerik.WinControls.UI.GridTableElement.UpdateVScrollBarPosition(GridViewRowInfo rowInfo)
at Telerik.WinControls.UI.GridTableElement.EnsureRowVisible(GridViewRowInfo rowInfo)
at Telerik.WinControls.UI.GridViewRowInfo.EnsureVisible()
at Telerik.WinControls.UI.BaseGridNavigator.SetCurrentRow(Boolean shift, Boolean ctrl)
at Telerik.WinControls.UI.BaseGridNavigator.SelectRow(GridViewRowInfo row)
at Telerik.WinControls.UI.GridTableElement.UpdateCurrentPosition()
at Telerik.WinControls.UI.GridViewInfo.SetCurrentRow(GridViewRowInfo row, Boolean setPosition, Boolean shift, Boolean control, Boolean rightMouseButton)
at Telerik.WinControls.UI.GridViewTemplate.SetCurrentRow(GridViewRowInfo rowInfo)
at Telerik.WinControls.Data.DataAccessComponent.InitDataGrid()
at Telerik.WinControls.Data.DataAccessComponent.currencyManager_ListChanged(Object sender, ListChangedEventArgs e)
at System.Windows.Forms.CurrencyManager.List_ListChanged(Object sender, ListChangedEventArgs e)
at System.Windows.Forms.BindingSource.OnListChanged(ListChangedEventArgs e)
at StrataGem.frmTicketSummary.LoadTicketSummary(ListProcessedFiles list, Boolean isrunningrealtime)
at StrataGem.frmTicketSummary.tmrMain_Tick(Object sender, EventArgs e)
Version Telerik 2009.3.9.1203
Value of '612' is not valid for 'Value'. 'Value' must be between 'Minimum' and 'Maximum'.
Parameter name: Value
Dev Notes:
-----------------------
I am displaying value from sort by date in decending order, as the data comes in in real time. I add new incoming data to the binding
source.
' Add to binding source the peform functions below.
How do i fix this problem? Is there a fix for this in Telerik 2010 Q1?
Me.rgvTickets.GridElement.BeginUpdate()
m_bsTickets.ResetBindings(
False)
Me.rgvTickets.EnableHotTracking = True
Me.rgvTickets.GridElement.EndUpdate(True)
at Telerik.WinControls.UI.RadScrollBarElement.set_Value(Int32 value)
at Telerik.WinControls.UI.GridTableElement.UpdateVScrollBarPosition(GridViewRowInfo rowInfo)
at Telerik.WinControls.UI.GridTableElement.EnsureRowVisible(GridViewRowInfo rowInfo)
at Telerik.WinControls.UI.GridViewRowInfo.EnsureVisible()
at Telerik.WinControls.UI.BaseGridNavigator.SetCurrentRow(Boolean shift, Boolean ctrl)
at Telerik.WinControls.UI.BaseGridNavigator.SelectRow(GridViewRowInfo row)
at Telerik.WinControls.UI.GridTableElement.UpdateCurrentPosition()
at Telerik.WinControls.UI.GridViewInfo.SetCurrentRow(GridViewRowInfo row, Boolean setPosition, Boolean shift, Boolean control, Boolean rightMouseButton)
at Telerik.WinControls.UI.GridViewTemplate.SetCurrentRow(GridViewRowInfo rowInfo)
at Telerik.WinControls.Data.DataAccessComponent.InitDataGrid()
at Telerik.WinControls.Data.DataAccessComponent.currencyManager_ListChanged(Object sender, ListChangedEventArgs e)
at System.Windows.Forms.CurrencyManager.List_ListChanged(Object sender, ListChangedEventArgs e)
at System.Windows.Forms.BindingSource.OnListChanged(ListChangedEventArgs e)
at StrataGem.frmTicketSummary.LoadTicketSummary(ListProcessedFiles list, Boolean isrunningrealtime)
at StrataGem.frmTicketSummary.tmrMain_Tick(Object sender, EventArgs e)