Export Buttons are Disabled

Export Buttons are Disabled

nitin.arbalenitin.arbale Posts: 1Questions: 0Answers: 0
edited April 2011 in TableTools
Hi,

I am using Table Tools in my ASP.net MVC application. the export buttons are disabled on server as wel as on local.

Please help its urgent

Regards,
mailnitina

Replies

  • thanhhuyenthanhhuyen Posts: 1Questions: 0Answers: 0
    I also get that problem. I use Table Tools in my ASP.NET MVC application. The datatable displays with 2 button: xls and print. The button print - no problem. With the xls button, when the mouse over event, the image button change but when I click (mouse down event) nothing is happen.

    Any support for us?
  • chaitanyachaitanya Posts: 1Questions: 0Answers: 0
    I am also using TableTools with asp.net mvc. I got it working in separate html file but when i added js, css, swf files with proper flash permission to mvc project it's not working.

    Any help is greatly appreciated ....
  • max4evermax4ever Posts: 45Questions: 0Answers: 0
    the trick is to use the right sDom, the default sDom is <"H"lfr>t<"F"ip>

    so i used various, the one that worked for me is "sDom": 'T<"clear"><"H"lfr>t<"F"ip>',
    basically you add T = tabletools, and a div.clear before the standart sDom
This discussion has been closed.