KanbanItemViewHolder exception

Hi, 

I am seeing exception below in my app center logs. I am not able to reproduce it in debug mode. can you have any guess what could be the problem? below is my sfkanban implementation

 <kanban:SfKanban AutoGenerateColumns="False"  HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand"   

               ItemTapped="SfKanban_ItemTapped" DragEnd="Kanban_DragEnd"  Columns="{Binding KanbanColumns}" ItemsSource="{Binding ProgramKanbanModels}">

                <kanban:SfKanban.CardTemplate>

                    <DataTemplate>

---------
   </DataTemplate>
                </kanban:SfKanban.CardTemplate>
            </kanban:SfKanban>

KanbanItemViewHolder.OnClick (Android.Views.View view)

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

  • 1
    List`1[T].get_Item (System.Int32 index)
  • 2
    Collection`1[T].get_Item (System.Int32 index)
  • 3
    KanbanItemViewHolder.OnClick (Android.Views.View view)
  • 4
    View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v)
  • 5
    (wrapper dynamic-method) System.Object.cfcc9e58-787e-401a-ac08-fbb1bf695f5e(intptr,intptr,intptr)


1 Reply

MP Michael Prabhu M Syncfusion Team August 13, 2018 12:15 PM UTC

Hi Emil, 
 
We have created a direct track incident on your query for better follow up, can you follow the incident created in your account for further update from us? 
 
Thanks, 
Michael 



Loader.
Up arrow icon