BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Xander
Thanks for using Syncfusion Products.
We have
analyzed your requirement, and found that you have asked the sample using ejGrid
in your query but tagged the forum under ejmGrid control. So we have
considered it as ejGrid and provided a sample using desktop control(ejGrid) based
on your request.
For your kind
information if you expected the sample in ejGrid, then please change the tag
name as ”ejGrid” instead of ”ejmGrid” for better follow up.
The sample can be downloaded from the attachment. In the
sample provided, we have used the remote url for binding the data to grid and
have enabled virtual scrolling.
For creating a sample using oData, please refer the
following link
http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api
After creating the odata sample, you can specify the odata
controller name in the url property of the DataManager. Please
refer the below code snippet.
var datamanager = ej.DataManager({ url: "odata/Product"}); // Product -
WebApiControllerName
$("#Grid").ejGrid({
dataSource: datamanager,
. . . .
}) |
Online Sample Link: http://js.syncfusion.com/demos/web/#!/azure/grid/Paging/VirtualPaging
Please let us know if you need any further assistance.
Regards
Ragavee U S
Hi Xander,
Thanks for the update. The tag has been changed based on your
request.
If you have any issues in the future, please get back to us
we will be happy to assist you.
Please let us know if you would require any further assistance.
Regards
Ragavee U S