Hello
This is my source Code:
in datagrid i have a columns as DataGridCheckBoxColumn but this is not binding any way and i have in my datagrid 3 columns "Id,Nam,Famil" . when i binding data grid to data table show me 2ID and 2Name And 2 Famil .Why?
how should i use binding in data grid ?
Loading
SenthilkumarPosted May 2, 2012, 7:17 AM
I have not looked into your code.
But i guess the problem is you are binding the value into grid. But you would have given the template field as manual.
that case you need to set the AutoGenerateColumns="false" in the DataGrid property. It will not show the default columns.
Hope this will help you.