Hi Isomorphic,
I have issue on double load at ListGrid , how to manage to prevent from load twice.
Java
does any function to disable the load ,
Need help,
Franko
I have issue on double load at ListGrid , how to manage to prevent from load twice.
Java
Code:
Criteria c = new Criteria();
c.addCriteria("id",id);
listgrid.setDataSource(ds.getDataSource());
listgrid.FetchData(c);
listgrid.setFields(id,name,pass);
Need help,
Franko
Comment