S
Sam
We are having some issues in binding multiple DataTables
within a DataSet to a DataGrid within .NET WinForm
application. Relations and constraints among tables at the
screen level as well within DataBase causes the DataGrid
refresh issues. Some times we get index out of error.
Saving the data back to the database is the main issue.
We have multiple tables/grids within the same winform
screen. Alternate approach we tried was using DataView
instead of DataTables directly to bind with DataGrid
without relations. It looks like performance is very slow
as construction and iterating through DataView takes a lot
of time.
Any pointers would be helpful and highly appreciated.
Thanks,
Sam
within a DataSet to a DataGrid within .NET WinForm
application. Relations and constraints among tables at the
screen level as well within DataBase causes the DataGrid
refresh issues. Some times we get index out of error.
Saving the data back to the database is the main issue.
We have multiple tables/grids within the same winform
screen. Alternate approach we tried was using DataView
instead of DataTables directly to bind with DataGrid
without relations. It looks like performance is very slow
as construction and iterating through DataView takes a lot
of time.
Any pointers would be helpful and highly appreciated.
Thanks,
Sam