Hi Mahmoud Salem,
Thanks for contacting Syncfusion Support
We have analyzed the reported query and we are sorry to let you know that we are unable to reproduce the reported issue and hence could you please share the following details?
1. Share your console page if any script throws.
2. Share your view page code.
3. Reproduce the issue in the below sample.
We have created sample that can be downloaded from the below link:
Sample Location: https://www.syncfusion.com/downloads/support/forum/120816/ze/F1208161814993966
Please refer to the following online UG documents for the grid dependencies.
https://help.syncfusion.com/js/dependencies
https://help.syncfusion.com/js/grid/grid-dependencies
Regards,
Saravanan A.
1. Did you faced sample issue while grouping or any other issue.
2. Share the details of the issue if it is other issue.
Regards,
Gowthami V.
@using SyncfusionMvcApplication3.Models @model IEnumerable<Table> @{ ViewBag.Title = "data"; Layout = null; }
<h2>data</h2>
)
|