Re: CFGRID Binding without Paging

2007-10-04 Thread gary gilbert
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-72catid=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


CFGRID Binding without Paging

2007-10-03 Thread Dale Fraser
Is it possible to have a CFGRID with a binding to a CFC that doesn't
automatically give you the paged interface.

 

I know in my example that my grid will only ever contain 10-20 items from
the bind and just want to have a scrolling grid and not a paged one.

 

Regards

Dale Fraser

 

http://learncf.com

 



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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