Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Editable Rows in DataGrid

Reply
Thread Tools

Editable Rows in DataGrid

 
 
=?Utf-8?B?cmtibmFpcg==?=
Guest
Posts: n/a
 
      01-26-2005
To edit third record in a datagrid, we have to say:
this.MyDataGrid.EditItemIndex = 1.

However, is it possible to make all 20 rows editable at the same time?
 
Reply With Quote
 
 
 
 
Craig Deelsnyder
Guest
Posts: n/a
 
      01-27-2005
On Wed, 26 Jan 2005 13:51:01 -0800, =?Utf-8?B?cmtibmFpcg==?=
<> wrote:

> To edit third record in a datagrid, we have to say:
> this.MyDataGrid.EditItemIndex = 1.
>
> However, is it possible to make all 20 rows editable at the same time?


Yes, here's one solution:

http://aspnet.4guysfromrolla.com/articles/121504-1.aspx

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dillema: Editable GridView rows David C ASP .Net 0 03-20-2009 05:47 AM
Editable/Uneditable Gridview rows on condition Mike P ASP .Net 3 06-06-2006 03:48 PM
DataGrid EditItemCommand : must click twice to make DataGrid Editable Diane ASP .Net Datagrid Control 5 11-09-2005 09:54 AM
script for moving rows up and down and traverse thru rows of HTML table Subba Rao via DotNetMonster.com ASP .Net 0 03-19-2005 06:46 AM
Editable rows....... for datagrid.... Rudy Mark ASP .Net Datagrid Control 1 10-03-2003 10:14 AM



Advertisments