System.ArgumentException: Value does not fall within the expected range.
I''m having this error and can''t find a solution (view image for full information).
Thank !
grid_error.zip
This is likely some kind of threading issue. You can only interact with the grid on the thread that created it. In your code, you can do grid.InvokeRequired checks to see if you need to call grid.Invoke to make sure the call into the grid is being done on the proper thread. Here is a kb article on this. http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=78
Private Delegate Sub SingleFunc()
_gridcontrol.Invoke(New SingleFunc(AddressOf _gridcontrol.EndUpdate))
Thank !
Please help i also have a similir problem I think happen some times I turn back from market view to game view by navigation back button or shell please help thanks.
at WinRT.ExceptionHelpers.
Hi mahdi mdh,
We have reviewed your query and tested the MAUI SfRotator control with navigation. However, we were unable to reproduce the reported issue on our end. We have attached the tested sample below.
To assist you further, could you please share a simple reproducible sample? This will help us investigate the issue better and provide a more accurate solution.
Looking forward to your response.
Regards,
Kamalesh P
Attachment: RotatorMaui_a5fa35a3.zip
- 5 Replies
- 3 Participants
-
AD Administrator
- Sep 1, 2006 07:30 PM UTC
- Mar 4, 2025 02:20 PM UTC