Skip to main content
Home Forums General Silverlight Getting Started How to do Inline eding in <data:DataGrid> in Silverlight?
2 replies. Latest Post by Mog Liang - MSFT on July 7, 2009.
(0)
kiran826
Member
0 points
3 Posts
07-02-2009 3:26 AM |
Hi,
Can anybody provide a reference to do inline editing the DataGrid? I have a grid as follows, when i click edit link, that row should be displayed in editable mode.
ken tucker
All-Star
16322 points
2,492 Posts
07-02-2009 5:38 AM |
Selecting a cell should put it in edit mode. I do not see why you would want the user to press a link to be able to edit
Mog Lian...
15894 points
1,541 Posts
07-07-2009 3:15 AM |
As I understand, you want an entire row go to editable mode when user clicks "Edit" button. If I misunderstood you, please correct me.
This is an usual way to edit data in ASP.net version DataGrid, but silverlight DataGrid doesn't support this edit mode. In silverlight datagrid, we could edit data by clicking cell control; it's very easy to use.
For details about Silverlight DataGrid, please check these articles
http://blogs.msdn.com/scmorris/archive/2008/03/21/using-the-silverlight-datagrid.aspx
http://msdn.microsoft.com/en-us/library/cc189058(VS.95).aspx