Re: Datagrids - Rows???
From: Erwin Pant via DotNetMonster.com (forum_at_DotNetMonster.com)
Date: 03/23/05
- Next message: Mike Read: "problem moving to new row"
- Previous message: Darryn Ross: "Datagrids - Rows???"
- In reply to: Darryn Ross: "Datagrids - Rows???"
- Next in thread: Darryn Ross: "Re: Datagrids - Rows???"
- Reply: Darryn Ross: "Re: Datagrids - Rows???"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Mar 2005 13:16:45 GMT
Hi,
As far as I know, you can only set columns or the entire datagrid read-
only. What I suggest is that in your table (in the database), you have a
column "ReadOnly" for example and you set it for the rows you want. When a
user tries to modify a particular row, you do a lookup on that column in
your dataset in the CurrentCellChanged event of your DataGrid.
Hope this helps,
E
-- Message posted via http://www.dotnetmonster.com
- Next message: Mike Read: "problem moving to new row"
- Previous message: Darryn Ross: "Datagrids - Rows???"
- In reply to: Darryn Ross: "Datagrids - Rows???"
- Next in thread: Darryn Ross: "Re: Datagrids - Rows???"
- Reply: Darryn Ross: "Re: Datagrids - Rows???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|