Grid not showing data featched from server

Hi,
I dont know why if we move a grid to partial view not rendreing data and showing no record found?
[index.cshtml] contain just one line
@Html.Partial("_PartialGrid")


PS: everything is ok in main page.
Please help

Best regards,

1 Reply

SK Sujith Kumar Rajkumar Syncfusion Team March 12, 2020 12:24 PM UTC

Hi Simon, 

Greetings from Syncfusion support. 

We checked your reported problem but unfortunately were unable to reproduce it from our end as the Grid initialized in the partial view was rendered properly. Please check below sample for your reference, 


You can compare the above sample with your application to check if you have missed anything. 

It would be helpful to identify your issue better if you could share the following information, 

  • Are any console errors thrown? If so please share it.
  • Try binding actionFailure event to the Grid and share us the exception details(If event is triggered).
  • Grid code file.
  • If possible share us a simple sample to reproduce the problem or try replicating it in the above provided sample.

Let us know if you have any concerns. 

Regards, 
Sujith R 


Loader.
Up arrow icon