Hi Ashok,
Thanks for looking into this on my behalf. The application I'm writing depends on the ArcGIS runtime 100.1 from ESRI. I populate my table with one of their objects which implements the IDictionary<string, object> interface. Its this object that seems to be causing the problem because when I replace it with a simple Dictionary<string, object> I do not experience the crash. I've created a sample solution that faithfully reproduces the issue. Its loads a map at the top, once the map is visible and a few points have loaded click the Populate Table button. Then select a row to trigger the exception. As I mentioned previously this works as designed with previous version of the Syncfusion control and I have not updated The ESRI control so I think the issue is on the Syncfusion side but it could be an error in the implementation of the IDictionary<string, object> interface on the ArcGIS object that simple wasn't apparent until now.
Thanks again for your help,
Brian
Hi Ashok,
Thanks for the prompt follow up. I just wanted to add that I'm experiencing this crash on earlier versions of the API 15.3.0.26 but only on physical iOS devices. In the iOS simulator I don't get it or on any other platform. Not sure if this will help you solve the issue but I thought I'd add it none the less.
Thanks
Brian