I have a site with a module that I have created to track assets for my company. The module has a radgrid on the main view.ascx page for sorting/filtering and there are three buttons tied to each entry, logbook, edit, view picture. The view picture button is only visible if there is a picture tied to the asset. The logbook button brings up a window that will allow the user to input the current mileage of the vehicle and the edit button allows all details of the asset to modified. What currently happens when I leave any of the popups is it returns me to the first index page with no sorting applied. I want it to return me to the index page that I left with the sorting applied as I left it.
I think this is a fairly simple issue to fix but I am very new to module development (well coding in general) but am trying to learn all I can.
Thanks for any help you can give.
David