Skip to main content

Microsoft Silverlight

Answered Question How to do Inline eding in <data:DataGrid> in Silverlight?RSS Feed

(0)

kiran826
kiran826

Member

Member

0 points

3 Posts

How to do Inline eding in <data:DataGrid> in Silverlight?

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.

First Name Last Name  
XXXX11 YYYYYY11 Edit
XXXX22 YYYYYY22 Edit

ken tucker
ken tucker

All-Star

All-Star

16324 points

2,493 Posts

Re: How to do Inline eding in <data:DataGrid> in Silverlight?

 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 Liang - MSFT
Mog Lian...

All-Star

All-Star

15894 points

1,541 Posts

Answered Question

Re: How to do Inline eding in <data:DataGrid> in Silverlight?

Hi,

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

Mog Liang
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities