Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
WebDataGrid evaluation
posted

Hi

Currently I am working on ASP.NET (.NET Framework 4.5) web application (using vb.net).
We are using standard Microsoft asp.GridView control.
I need to add filtering Excel stile to the grid.
Latest requirements:
1. Grid on the stand alone .aspx page (no master page)
2. Data source for the Grid: DataTable with binding on the Server Side (code behind)
3. Allow paging.
4. Allow filtering (Excel style).  Some columns without filter.
5. Allow sorting
6. Allow scrolling
7. 2 command buttons. Button click should execute Server Side (code behind) procedure. One button opens a new window/tab. The second one opens next page in the same window.
8.  2 hyperlinks.  Hyperlink click should execute Server Side (code behind) procedure. One opens a new window/tab. The second one opens next page in the same window.
9. Click on the row, but not on the button or hyperlink, should not execute post back or any other process.
10. CSS styles

I am evaluating a WebDataGrid. 
Is it possible to provide working sample with required features.

Thank you,
Igor

Parents Reply Children