Setting Focus on GridView and Maintaining ScrollPosition
Hai
I have a grid within a div. As per my functionality, I add a new row to the grid. On the click of a button, a new row Iin edit mode) is added to the bottom of the grid. This new row now could be seen only on scrolling down the grid. Now on the click of the button, I want to have the focus on that new editable row of the grid.
Another issue with the same is I have two dropdwonlists in that row which on selecting an item results in postback and the scroll postion is not maintained ( remember this row is at the end of the grid) so I have to again scroll down. I had tried using MaintainScollPositionOnPostBack on Page_Init event, but in vain.
Can anyone tell me how to resolve the above issues?
Hameeda

