Skip to content

Fatal error: Class 'C_DataGrid' not found

For older version, add the namespace to top of the page.

use phpGrid\C_DataGrid;

For phpGrid 7.5 and above, should use the new phpCtrl namespace

use phpCtrl\C_DataGrid;

Feedback and Knowledge Base