hi, my datagrid retrieves some data.i have a component class in it i am trying to take the database values and operate on them on java side.for this i chosed onRender() method of the component but in this process i can not get the datas with: List<DatagridRow> rows=datagrid.getDatagridRows();.it does not throw exception it just retrieves 0 row.but when i tried this code to onRenderEnd() method of the component, it can retrieve the datas.but this is not useful for me because i would like to disable checkboxes existing in datagrid, so onRenderEnd method is so late for this disabling operation.for this operation what can i do?do you have any idea?
Regards.