-
hooking between onRender() and onRenderEnd() lifecycles states of component
hi, i am trying to make checkboxes in a datagrid disabled, for this how can i come between onRender and onRenderEnd methods. Thanks.
-
how to set value for radio button through code in data source adaptor?
hi, I am using a data source adaptor code to display labels of radio buttons in a form.i am displaying radio buttons , however none of the radio buttons is selected by default. I want to check one of the radio button as default selected. how can i set it as true? Please revert asap. Thanks, Prachi
-
Datagrid rows
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…