The compiler gives this error: identifier not found "TJSCellClassParams" I could not find TJSCellClassParams in WEBLib.DataGrid, WEBLib.DataGrid.Common or any other unit. I have WebCore version 2.9.9.3. Here is the event:
function TFWeptn.sessionsgridColumn_SES_CHARGEGetCellStyle(
Params: TJSCellClassParams): TJSValue;
begin
{}
end;
Thank you
Did you add the unit libDataGrid to the uses list?
Both WEBLib.DataGrid and WEBLib.DataGrid.Common are in the in the uses list in the interface section. I also tried changing the order of these units
You need to add libDataGrid unit to your uses list. This file is in folder (WEBCOREINSTALLDIR)\Core Source\RTL