-
DataGrid Control
Quick Question to all you Experts . . .
I have a Datagrid COntrol which I have linked to a Datasource and a Data Member from a DataEnvironment. I have a couple of option buttons which basically filter the data in various ways. However although my filter is changing the amount of records in the underlying recordset, the data in the Datagrid is not changing, what am I doing wrong ?
Work is necessary for man. Man invented the alarm clock.
-
Re: DataGrid Control
you need to do a .Refresh or .Requery depending on your circumstances.
John G
-
Re: DataGrid Control
I have tried the .Refresh, .Requery and the .Rebind, all appear to do nothing to the records in the Datagrid ?
Work is necessary for man. Man invented the alarm clock.