Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi I am new of ext js
How to bind gridview in ext js based on sql server data

please share any examples to me.
Posted

1 solution

Hi
Ext JS GridView is client side i.e. JavaScript. So in order to bind that grid with data - you need to expose your data from Database on your service side. You can do that by creating a simple action on a controller which returns the data as a json or create a web api

above are the pointers to you - you can explore more on those terms. Look at Ext JS grid view demos - http://dev.sencha.com/extjs/5.0.0/examples/kitchensink/#grids[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900