Does anyone know how to stop a datagridview from either stopping the display update or to slow down the refresh rate on it?
I have a lot of data I would like to display but I only want it to update like once a second or something.
dgv1.datasource = myDT;
is updating every time the datable updates.
TIA
I have a lot of data I would like to display but I only want it to update like once a second or something.
dgv1.datasource = myDT;
is updating every time the datable updates.
TIA
Comment