serverSide property


Value which indicates if ErgoDataGrid works in client mode (data are trasferred from the server in static mode, only during the grid loading) or in server mode (data trasferred on the base of sorting, filtering and page changing, operations executed from time to time by the final user or by a script)


   Possible values

false Default. Data are trasferred in full at the page loading.
"PHP" Trasfer happens with a call to a PHP page present on the Apache server.