9/12/2010 11:54:37 PM
Title:
Datagrid with CheckBox item Renderer
HI,
Please help me!
I am having two datagrids. In the first datagrid , datagridcolumn having checkboxitemrenderer. Whenever i select the checkBox, the Corresponding row will be added in second datagrid. Whenever i deselect the checkbox the corresponding row will be deleted in second datagrid.
My question is whenever i select the checkbox, the row will be added in the second datagrid after that i am not updating the record, I am closing the window. Again i am opening the window i am searching field, but datagrid was not refreshing. How to refresh the page?
Please help me
9/13/2010 1:38:25 AM
if you refresh the html page the swf file will be loaded again and any changes you did will be lost, unless you save the data on server and reload on refresh.
9/13/2010 2:09:18 AM
How to refresh the html page the swf file?
9/13/2010 7:02:14 AM
to refresh html page from swf file you should call JavaScript reload function from within flash.
this will work
getURL("javascript:window.location.reload();");