Skip to main content
Home Forums General Silverlight Installation and Setup How to Delete a Selected CheckBox row in DataGrid using WCF
1 replies. Latest Post by HarshBardhan on June 18, 2009.
(0)
kargo
Member
36 points
75 Posts
06-18-2009 3:11 AM |
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.
HarshBar...
Star
9908 points
1,719 Posts
06-18-2009 4:57 AM |
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.