How To Use Datagrid In Html5
I've a flex application for one of my client and he is planning to upgrade it into HTML5. This application contains a few pages which contains simple UI controls like data grid, co
Solution 1:
The datagrid
element was removed from HTML5 a long time ago. Typically you implement these sort of controls via some sort of JavaScript toolkit. All of these have a grid widget:
- Kendo UI
- ExtJS (see also Ext.Net)
- Dojo Toolkit
Post a Comment for "How To Use Datagrid In Html5"