datagrid

Posts   
 
    
mafti
User
Posts: 38
Joined: 27-Oct-2004
# Posted on: 02-Dec-2004 11:24:01   

Hi,

i ahve a page that is , say, 4 screens long. so i have to scroll down to see everything. at the bottom i have a datagrid that is editable. when i click on the "update", the page is at the top again. this is not my wanted behaviour.

is there a way to do it properly. so that i don't have to scroll down again, to actually update my datagrid?

wayne avatar
wayne
User
Posts: 611
Joined: 07-Apr-2004
# Posted on: 02-Dec-2004 13:08:05   

Page.Smartnavigation = true; simple_smile

BEWARE! smartnavigation can cause unexplainable reactions. Especially if you are using multiple usercontrols with validations and postbacks - Not sure why.

jdee
User
Posts: 6
Joined: 16-Aug-2004
# Posted on: 02-Dec-2004 14:47:21   

This freeware control might help.

http://www.strengthtechnologies.com/scroll/Download.aspx

I've used it in a few projects and it works! it doesnt say if it uses smartnav, but ive not had any probs with it ( so far )