asp.net - Ajax Accordian collapses when GridView events fire -


I have EditSite.aspx in an AdX Accordions. There are approximately six pen in each andarean. In each panel, I have an asp: GridView control that allows the site administrator to perform various tasks, to maintain the data. It looks good and works beautifully, but ...

With grid view control, with each update, insert, etc., the erordine falls and opens the default panel. I suspect because the page is reloaded on a postback event. It's a big annoyance I've read that the appicier should be able to maintain the index of the open panel and return to that pane, but this is not happening with the GridView update.

Any ideas on how to submit GridView to your insert, update, delete, etc. and to open that awards panel?

Keep the Adrodian in the UpdatePanel and set the property update mode of the panel with "conditional".



Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -