Dear all,
I’m facing the following problem with the SFdatagrid.
I call a new activity that contains a SFdatagrid from a current activity that also contains a SFdatagrid. Everything works fine until I close the 2nd (called) activity.
On the
activity’s event “OnDestroy” I remove all the events attached to the grid and I
dispose the grid according to your sample code.
On the emulator everything works fine but on the device (Android version 6.0 – API 23) the application just crashes without any error messages.
Could you
please give me some help on this?
Thank you in advance,
Giorgos Vigileos
Hi all,
Thanks for your demo.
I guess the error is from SfRadialMenu.
I have Activity1 which navigates to Activity2. Some sfChart
and SfRadialMenu in Activity2.
When go back from Activity2 to Activity1, app crash.
1 If I didn’t touch SfRdialMenu, my app can successfully go
back to Activity1
2. If I move SfRadialMenu around, expand or collapse SfRadialMenu,
app will crash when go back to Activity1.
Here’s screenshot of my call stack.

I am using V16.1.0.26
Any idea?
Best Regards
Yun