Bulk edit gridview has been created so that users can view a large amount of data in a grid and in the same grid they can make changes in the data and save as well. Lots of times during web application development in .NET, my team and I felt the need of a grid control which can open all the rows in edit mode. A grid just like the one we used to have in Visual Basic 6.0; Flex Grid. Albeit .NET’s gridview allows us to have edit template for its columns; however, only one row at a time can be opened in edit mode. With the impetus from my project manager, I decided to create a custom control for this purpose.
Advertisements
yes it is good
Comment by anu — December 14, 2009 @ 6:42 am