DataGridview Loading Problem
i Have 2500 Record in DataTable when i set DataGridview then taking lot of time not respoting and heag some time after some time fill this datagridview
in winform
data come fast but not Assign fast
DataGridview1.DataSource = dt;
help me