0

Hello Intelligent guys,

I am beginner in HTML5 and jQuery. I have learned few basic things of HTML5 and jQuery. There is a situation where i need to bind a Gridview in HTML5 or I can use jQuery plugin.

For Gridview data, i want to use WCF service.

I have searched on google but didn't find any demo or tutorial.

Thanks.

KiddoDeveloper
  • 568
  • 2
  • 11
  • 34

1 Answers1

0

There are many JQuery plugins are available to satisfy your need.

One I would personally recommend is following

Handsontable

And also the following are some added benifit jquery plugins.

JEditable , Ext JS ,

SlickGrid - You can handle million of records without any trouble by this plugin.

I hope it satisfies your need.

ArunRaj
  • 1,780
  • 2
  • 26
  • 48
  • Thank you Sir. Now I am able to bind Gridview however I have one more question. Can I also bind dynamically? For example :- When I send five columns from WCF , so Its automatically bind with same name column name which I send from json. I dont want to fix column name in HTML page. Hope you get my question – KiddoDeveloper Mar 06 '14 at 07:25
  • @user3292436 Go and work it with the above jquery plugins. All the plugins will do your work, Only thing is YOU DONT KNOW THAT. So please try to study those plugins. The following answers might help you. [http://stackoverflow.com/questions/9894139/slickgrids-with-columns-from-dynamic-json-data][1] [http://stackoverflow.com/questions/9902061/slickgrids-with-dynamic-json-data][2] – ArunRaj Mar 06 '14 at 09:07