Hi,

I've questions about AjaxFallbackDefaultDataTable, here they are

1 - Is it possible to remove NavigationToolbar from top of this because i
want navigation bar at the end  - I want to use addBottomToolbar....

2 - I tried  to export the data to excel using classic
ComponentRequestTarget, it works great ! but every FilterToolbar elements
also exported too (Textfields ...) Also I tried to make FilterToolbar
visible before exported to excel like :

filterToolbar.setVisible(true);
super.respond(requestCycle); -- > exporting to excel
filterToolbar.setVisible(false); -- > recover it

but it doesn't work (- i made filterToolbar set
setOutputMarkupPlaceholderTag(true) - )

How can i get rid off  FilterToolbar  while exporting?

3 - It is very similar to question #2 - How can i make a CheckBoxColumn
visibility "false" according to case.?


Thanks.

-- 
*Altuğ*
** <http://www.kodcu.com>

Reply via email to