Whatever message this page gives is out now! Go check it out!
ColdFusion.Grid.refresh(name [, preservePage]) |
Parameter | Description |
name | The value of the name attribute of the cfgrid tag to refresh. |
preservePage | A Boolean value specifying whether to redisplay the current page of data (true), or display the first page of data (false, the default). This attribute applies only if the grid data requires multiple grid pages to display. |
<cfajaxproxy bind="cfc:mycfc.deleteRow({deletebutton@click},{mygrid.id@none}"
onSuccess="ColdFusion.Grid.refresh('mygrid', true)">