Customizing existing datagrid functionality

  • Thread starter Thread starter Adnan Chaudhry
  • Start date Start date
A

Adnan Chaudhry

Hi
I am developing a generic data-grid for custom needs. Is it possible to
inherit existing ASP.NET datagrid and overriding as well as introducing
further functionality ? Even the simplest functionality such as showing
sum-totals in case of numeric columns.

Thanx
 
Have a look at www.msdnmag.com and search for all the articles written by
Dino Esposito. I would guess he has a half dozen or more articles on
customizing the DataGrid, and primarily the ASP.NET DataGrid.
 
Back
Top