- Home
- Forum
- ASP.NET Core - EJ 2
- Problems with big number of Panels
Problems with big number of Panels
Hello,
I'm facing a problem when I have a "big" number of panels. In my situation, 19 panels is a too big number :-). I'm using jquery to send ajax with data to the Asp.Net Core server.
It works with 18 panels, but with same settings when I try 19 or more it raises error 500 and doesn't work. It looks like the JSON with panels data is too large.
It works with 18 panels, but with same settings when I try 19 or more it raises error 500 and doesn't work. It looks like the JSON with panels data is too large.
Could you help me?
SIGN IN To post a reply.
5 Replies
1 reply marked as answer
MK
Muthukrishnan Kandasamy
Syncfusion Team
September 29, 2020 02:17 PM UTC
Hi Maikel,
Thanks for contacting Syncfusion support.
We have validated your reported problem in Syncfusion Dashboard Layout component. We have rendered more than 18 panels, but we were unable to reproduce your reported problem in our end. We have prepared sample for your convenience, please refer to the below link for the sample.
Documentation: https://ej2.syncfusion.com/aspnetcore/documentation/dashboard-layout/getting-started/
If we misunderstood your requirement, please share some additional details. It will be help us to provide you the prompt solution.
- Share the exact requirement with Dashboard Layout component.
- Share us the screenshots.
- If facing any issues in Dashboard Layout component, share the issue details.
- If possible, share the issue replicating sample or else replicate your issue in the attached sample.
Regards,
Muthukrishnan K
MC
Maikel Cordeiro
September 29, 2020 02:26 PM UTC
Hello,
I don't think it's a syncfusion control problem, but jquery ajax limit or something like that.
When I try to pass json data from Dashboard to my controller / action, it raises error 500. I know you can answer only about syncfusion controls, the question was more about query ajax trying to pass large data to asp.net core controller.
Thank you anyway.
MC
MC
Maikel Cordeiro
September 29, 2020 06:20 PM UTC
Hi.... I found the problem (and the solution lol)


The Action must have decorate [FromBody]
and ajax must have content-type and use JSON.stringify:
Thank you for trying to help anyway.
MC
Marked as answer
SP
Sowmiya Padmanaban
Syncfusion Team
September 30, 2020 04:19 AM UTC
Hi Maikel,
We are happy to hear that your problem has been resolved. Please contact us, if you need any help from us.
Regards,
Sowmiya.P
MC
Maikel Cordeiro
September 30, 2020 01:19 PM UTC
Sure I will. Thank you again.
MC
SIGN IN To post a reply.
- 5 Replies
- 3 Participants
- Marked answer
-
MC Maikel Cordeiro
- Sep 25, 2020 04:00 PM UTC
- Sep 30, 2020 01:19 PM UTC