Posted on May 14, 2007
(permalink)
Hi,
I spotted another problem: after successful export to excel my grid stopped handling SelectedIndexChanged server event. But when I sort, refresh or do any other action after export (action which makes roundtrip to server) - grid starts to work correctly.
My grid's settings are:
enableAJAX='False'
EnablePostBackOnRowClick="True"
AllowRowSelect="True"
I use AjaxManager.