Does TAdvStringGrid remember selected cells even when user scrolls them out of the view ? Because this is problem with TDBAdvGrid and PageMode = true.
Best regards,
Jan Kolar
The example ADOSelection demonstrates how you can deal in PageMode = true with selection with scrolling in a grid.
How is it achieved that after I click on checkbox, grid redraws
particular row ? I dont see in code any Refresh or Repaint function
call.
There is a method:
advstringgrid.RepaintRow(rowindex);