"TJSCellClickedEvent" definition is not found, so I can not compile the source code.

In case of using TWebData grid, I’d like to use the event handler: “onCellClickEvent”, the defautl

source code is as follows;

procedure TForm1.WebDataGrid1CellClickedEvent(Event: TJSCellClickedEvent);

begin

//  hoge();

end;

It occurs compiler error message: identifier not found "TJSCellClickedEvent"

Add libDataGrid to the uses list