↧
cell single clik for data grid wpf
You could add the CheckBox to a DataGridTemplateColumn in the XAML...
View Articlecell single clik for data grid wpf
@Amolrs,I agree with Andy's answer.It seems commit changes will need datagrid to lose focus when you have a datatable. So if you need cell by cell edit, you may refer to here...
View Articlecell single clik for data grid wpf
It's a bad idea to work that way.You're far better off with a button separate to the datagrid so you force the datagrid to lose focus and ensure any edits are committed.Hope that helps. Recent Technet...
View Articlecell single clik for data grid wpf
I have binded data table to data grid one coloumn is of type checkbox ie boo,l in data table. Now at check of a checkbox( cell containing check box) I need to save data table changes to file. How I can...
View Article