On Lunes, 20 de Septiembre de 2010 18:27:38 mikelb escribió:
> Is there a way to refresh the Grid on update?  I'm performing an
> action using custom code, and the value isn't being put back into the
> grid row until the page is refreshed.

If your custom action update a row, you can use:
respond_to do |format|
 format.html { return_to_main }
 format.js { render 'update_row' }
end

>
> Thanks for the help,
> M

-- 
Sergio Cambra .:: entreCables S.L. ::.
Mariana Pineda 23, 50.018 Zaragoza
T) 902 021 404 F) 976 52 98 07 E) [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to