I am using my own pop-up dialog window for adding/editing tasks in the Gantt display. Saving from this dialog causes a postback to the server and a redraw of the gantt chart. I need to programmatically re-select the last task added/edited (either server side or client side but preferably server side).
Is there anyway to achieve this?
Thanks.