AD
Administrator
Syncfusion Team
December 11, 2002 08:46 PM UTC
The following properties allow to specify such behavior:
TableStyle.ShowButtons = GridShowButtons.ShowCurrentRow;
and
GridModel.Options.RefreshCurrentCellBehavior = GridRefreshCurrentCellBehavior.RefreshRow;
Stefan
SG
Sean Greer
December 11, 2002 09:19 PM UTC
Thanks Stefan! That's exactly what I was looking for.
Sean