ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

gridster inside asp.net update panel #450

Open RobFra opened 9 years ago

RobFra commented 9 years ago

Hello, I'm using gridster inside an aspx page. It is working well, inside

  • I've put some server side controls. Now, I need to put a button to refresh the content of controls inside
  • . I wouldn't like to have flickering so I've put an ajax update panel. Problem is that after postback clicking button, the grid is not working anymore.

    Thanks

  • ascendantofrain commented 9 years ago

    Are you destroying the original grid and re-initializing after button click??

    RobFra commented 9 years ago

    no