FNCGrid cursor

Hi

Setting a different cursor for the grid has no effect - it stays on default. Using 3.0.1.5.

Thanks, Bob

First of all, how are you setting the Cursor? Secondly, we have checked here with the following code and the cursor is changing as expected.


procedure TForm1.FormCreate(Sender: TObject);
begin
  TMSFNCGrid1.Cursor := crHandPoint;
end;

Sorry - should have been more specific - works from code but not when setting in the properties at design time.

Cheers, Bob

Thanks for reporting, we'll investigate what is going wrong.