Hi
I am using infragistics web panel for holding filter criterias for a search page. In my page there is an ultra webgrid(9.1) which populates the result when we click on the search button inside the infragistics web panel. Now the issue :
When I search for the first time ie, when i click on the button for searching for the result , insted of displaying the grid with result, it just post back and come back to the same stage when it is loaded for the first time. And i have noticed the selections which i made for searching the result is defaulted back,ie i have some drop downs in the search filter criteria , and if I selected some of them for filtering the results, its not maintaning the state even after a post back. But when i do the search again selecting the search criteria filter, I am getting the results expected.
This is happning only for the first time after page loads.
When I move from one page to another from the pager nunber drop down, same way my page is post back and come back to the default level.
Please help.
Vini
try setting the autopostback options in the webpanel to false for both events.
ExpandedStateChanged
ExpandedStateChanging