Sunday, September 7, 2008

Dynamic gridview with add item option in footer

While you binding a gridview dynamically, its must that atlease one record should be needed so that footer will get displayed.  While there is no records from database, footer will not be displayed.  To overcome this, you have to create a fake record while get and bind records and have to hide that record in row created using a hidden variable.

No comments: