Hi,
while I am using the syncfusion with asp.net mvc, not able to use Grid control. While I am using this control, the cshtml page is not recognized the @HTML.EJ(). I have already added the references on the page which is given bellow. I have already added the core references of dlls but still I am not able to display data into the grid. Is any other method through which I can bind the data into grid.
<script type="text/javascript" src="~/Scripts/ej/ej.web.all.min.js"></script>
<script src="~/Scripts/ej/ej.grid.min.js"></script>
<script src="~/Scripts/ej/ej.web.all.min.intellisense.js"></script>
I have already tried with static data, which is also not binding into grid. So please suggest me what steps or what reference I need to add to work with grid. IF I missing anything else please help me out.
Thanks,
Sanjay