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
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jan 30, 2015, 4:22 PM
DataGridview1.DataSource = dt.DefaultView;