Skip to main content

Microsoft Silverlight

Answered Question How to Delete a Selected CheckBox row in DataGrid using WCFRSS Feed

(0)

kargo
kargo

Member

Member

36 points

75 Posts

How to Delete a Selected CheckBox row in DataGrid using WCF

I am using a datagrid with checkbox Column.In that column i didnt bind anything from database.While i am selecting any one of that checkbox i want to get some other column value ( Tag="{ Binding=FirstName }" ).Through this value i want to delete that Row. How can i do with help of WCF Service.

HarshBardhan
HarshBar...

Star

Star

9908 points

1,719 Posts

Answered Question

Re: How to Delete a Selected CheckBox row in DataGrid using WCF

 Hi,

You can modify your datasource and add one boolean column in that.

You can bind that to chekbox and based on selection of that you can modify datasource by two way binding.

You can check datacontext for that checkbox and by using some unique column can pass data to your WCf service for deletion.

Mark as answer if this post answered your question.

Harsh Bardhan
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities