TWebDbGrid is missing on OnCanEditCell event

Hi,
Noticed that TWebDbGrid doesn't have OnCanEditCell event
accoring to manual it should because it inherits all properties, methods and events

Strange.
Is this v1.4.2.0 you use?
I see the event here.
Can you assign the event programmatically?

This is the signature:

procedure TForm1.WebDBGrid1CanEditCell(Sender: TObject; ACol, ARow: Integer;
  var CanEdit: Boolean);
begin

end;

Yes I have 1.4.2.0.
And actually I can see it in source code but not in IDE. (delphi ide)
But runtime is fine, thanks!

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.