I have a windows form with a DataGridView
control.
I bound it into an attached DB file (.mdf).
I perform insertion by generating a dynamic Insert st
you can programmatically set the dataSource
to null
and again set the actual dataSource
to reload the gridview..
but the control will hang for some few secs..(even suspendLayout may not work)
other than this I don't know how to refresh.. even if you refresh, update etc it will not update the once bound datagrid control