Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
actually i want to know that what is the difference between datatable and datagrid view in jquery
Posted
Comments
Sandeep Mewara 13-May-12 4:46am    
What do you mean by "in jQuery" part of our question. Is there anything specific about them in jQuery?
Found separate plugins. See my answer.

When I re-read your question, I found you wrote "datagrid view" which is not there in ASP.NET. Either its DataGrid or GridView. In Winforms, we have DataGridView.

So, I looked and found these:
DataGrid View - jQuery EasyUI[^]
DataTables plug-in for the jQuery Javascript library[^]
jQuery Plugin DataTable[^]

Based on them, DataTables is a jQuery plugin which lets you very easily add dynamic features to any "table" tags on a web-page, providing various features WHEREAS DataGridview too is a jQuery plugin for EasyUI framework. At base, both looks doing similar stuff. May be few differences can be find at the time of implementation. Based on the examples, both has similar features (just different name) with good amount of client features.
 
Share this answer
 
Comments
Monjurul Habib 13-May-12 15:31pm    
good links, my 5!
Sandeep Mewara 13-May-12 15:37pm    
Thanks.
DataGridView is a control which gets data from DataTable, DataView or Dataset.
DataTable is an in-memory table.
DataSet is a collection of DataTable objects.
 
Share this answer
 
Comments
Sandeep Mewara 13-May-12 5:02am    
In context of jQuery?

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