
I believe it to be a resize problem as stated above because I am using the data template in my xaml code for the syncfusion accordion control. Please use all of the xaml in my provided code example especially for the page named evaluateitem. You can remove the one flipciew item that has no manual evaluation in it but I have another xaml view for mobile so no need to resize everything.
Hi Jeffery,
Thank you for the update.
We could not find the attachment in your last update. So can you please attach the code example or sample again? It would be very helpful for us to provide you the prompt solution.
Regards,
Vijayalakshmi V.R.
Sorry, here is the attachment and I have to link to my onedrive because it is too big to post here. Remember to use the second flipview item that is named ManualEvaluation.
Here is the link: evaluate item
Sorry for the inconvenience of not posting directly to the forum.
Hi Jefferey
Thank you for the update.
We have checked the reported query with SfAccordion using the provided sample in Essential Studio Version [15.3.0.26], by clicking the button named “Add Manual Item” which adds the sfaccordionitem in Accordion. But we are not able to reproduce the reported Unhandled exception at our end. We have enabled all exception and also taken the video for the same. Please download it from following location:
Video: http://www.syncfusion.com/downloads/support/forum/133595/ze/Video_unhandled1204699548
We have also checked by adding the item for SfAccordion in DesignTime, but no crash occurred at our end. So please check the video and let us know whether we are following correct steps to reproduce the issue. If not please brief about replication steps and also please provide us the following details for providing the prompt solution at the earliest:
1. Stack trace of the exception that you have faced.
2. Currently using Syncfusion product version details.
3. OS version details.
Regards,
Vijayalakshmi V.R.
I forgot to mention please enable the button that was commented out called BtnAddCondition and it might give you the error and I forgot to reenable that because it caused the error and I was backtracking. Do this using your current code. If it fails to produce an error I will send you a video in tomorrows attachment.
Hi Jefferey
Thank you for the update.
We have checked the reported query with SfAccordion using the provided sample in Essential Studio Version [15.3.0.26], by clicking the button named “Add Manual Item” which adds the sfaccordionitem in Accordion. But we are not able to reproduce the reported Unhandled exception at our end. We have enabled all exception and also taken the video for the same. Please download it from following location:
Video: http://www.syncfusion.com/downloads/support/forum/133595/ze/Video_unhandled1204699548
We have also checked by adding the item for SfAccordion in DesignTime, but no crash occurred at our end. So please check the video and let us know whether we are following correct steps to reproduce the issue. If not please brief about replication steps and also please provide us the following details for providing the prompt solution at the earliest:
1. Stack trace of the exception that you have faced.
2. Currently using Syncfusion product version details.
3. OS version details.
Regards,
Vijayalakshmi V.R.
I forgot to mention please enable the button that was commented out called BtnAddCondition and it might give you the error and I forgot to reenable that because it caused the error and I was backtracking. Do this using your current code. If it fails to produce an error I will send you a video in tomorrows attachment.
Its seems the width was not properly set on my second relative panel in the datatemplate for the sfaccordion control (I had it too small). In addition, I removed and added a new button to the project and copied code over and the error went away. Weird. I am still have problems with new items being added to the accordion control. So, I believe it is still erroring out. Give me till later and I will upload a newer copy of the program if need be.
Nevermind, this is solved turned out to be a sizing problem and I fixed it. I need to set vertical alignment to stretch in some places.