I worked on jquery and html for make this control very light weight and finally i made this light weight control. This custom HTML Gridview is specially created for easy to use and reduce the code complexity and length. This gridview is generated using only html controls so it is more light weight then asp.net controls. You just need to assign datatable to this control and it will automatically generate datagrid as per datatable given.
Features
- Easy to use so much less coding required.
- Searching facility.
- Sorting facility.
- Paging facility.
- Design customize possible. Because it provide external CSS so user can change CSS as per requirement.
- Internally use only HTML controls so light weight then asp.net controls.
- No postback because it uses javascript for functionality.
- Quick search without postback using ajax.