Hi,
i’m loading data in grid using dynamic method (in java connector)
but due to this filtering & export grid as csv is not working.
can anyone help me.
or provide me sample code for the same.
SERVER SIDE SAMPLE CODE:
GridConnector c = new GridConnector(connection);
c.event.attach(new RenderBehavior());
c.servlet(req, res);
c.dynamic_loading(15);
c.render_sql(“select * from table_ImageAuditl”,“id”,“barcode,receivedTimeStamp,caTissueUpdated”);