Page 1 of 1

Refreshing only one row of a grid

Posted: Sat 12 Dec 2009 14:08
by developeradmin
hi,
When binding data in the DevExpress grid , I want manually refresh only one record at the time delete, update record in the another form.
Is it possible to refresh only one record in the grid ?
or
Any way fast refresh or requery to entire dataset ?

Regards

Posted: Mon 14 Dec 2009 08:26
by Dimon
To refresh currect record you can use the TCustomDADataSet.RefreshRecord method.

Posted: Mon 14 Dec 2009 11:26
by developeradmin
Can I using same methot for deleted record?

Posted: Mon 14 Dec 2009 13:07
by Dimon
Yes, you can.

Posted: Mon 14 Dec 2009 21:27
by developeradmin
Thank you for answer
When I using TMSQuery component, refresh one record from binding grid.

Regards