S
Srinivasa Raghavan S
Hi
I am having problems in using DataGrid.I have extended
the DataGrid to have ComboBox,Numeric TextBox and Date
Time Picker as the Datagrid Columns.I have binded the
Datatable to datagrid as dataSource.I have another Grid
which also has combo box.Whenever I Scroll through the
first Grid,drop down automatically appears in the second
DataGrid.There is no relation between first an second
grid.Base Edit of the extended Combo box is getting called
for the two grids twice.
Also any one can suggest what is the best practices for
adding row/editing row in datagrid.Whether we should leave
to it dataGrid to create new rows or handle through
dataview/datatable.
Please suggest me a solution for this.
Thanks
Srinivasa Raghavan
I am having problems in using DataGrid.I have extended
the DataGrid to have ComboBox,Numeric TextBox and Date
Time Picker as the Datagrid Columns.I have binded the
Datatable to datagrid as dataSource.I have another Grid
which also has combo box.Whenever I Scroll through the
first Grid,drop down automatically appears in the second
DataGrid.There is no relation between first an second
grid.Base Edit of the extended Combo box is getting called
for the two grids twice.
Also any one can suggest what is the best practices for
adding row/editing row in datagrid.Whether we should leave
to it dataGrid to create new rows or handle through
dataview/datatable.
Please suggest me a solution for this.
Thanks
Srinivasa Raghavan