Hi Dale,

You should be able to access the underlying EXT Grid and remove the footer
panel.

<script language="javascript">
removeFooter = function()
{
mygrid = ColdFusion.Grid.getGridObject('thegridname');
mygrid.getView().getFooterPanel().remove();
}
</script>

then at the end of your cfm page

<cfset ajaxOnLoad("removeFooter")>

Regards,
-- 
Gary Gilbert
http://www.garyrgilbert.com/blog


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290166
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to