Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Venkat Chellam #1
page scroll position
Hi all,
I have a datagrid in my asp.net webpage. Datagrid can have lot of
rows like
more than 300 so the scroll gets enabled for the page to scroll down.
The datagrid has editing capability. I can edit any row, if i edit the
row at down, page get loaded again and also the rows is put in edit
mode but i user has to scroll down to get to the row which he edited .
Is there a way to maintain the scroll position?
Any help would be appreciated
Venkat Chellam Guest
-
Scroll Position
I have a working listener on a mock scroll bar, but I get results that are not correct. I was hoping that somebody knows how I could get the... -
Scroll Bar Handle Position - Left?
Is there a way to have the scroll bar appear on the left side as opposed to the right side for a text area component? -
Listbox scroll position?
Are you trying to have it select an item or just set the scroll property? -Ken "Mike Horton" <mhorton@teknical.com> wrote in message... -
setting scroll bar position
I have a script that places a scrollable text box on the screen with a number of lines of text inside. At the moment it opens the text box with the... -
Saving scroll position on a nested div?
What I have is a user control that contains a master/detail datagrid. When the datagrid is "opened" (put into edit mode), one column contains an... -
Scott Mitchell [MVP] #2
Re: page scroll position
Venkat, you might find this article helpful:
Maintaining Scroll Position on Postback
[url]http://aspnet.4guysfromrolla.com/articles/111704-1.aspx[/url]
hth
Venkat Chellam wrote:> I have a datagrid in my asp.net webpage. Datagrid can have lot of
> rows like
> more than 300 so the scroll gets enabled for the page to scroll down.
> The datagrid has editing capability. I can edit any row, if i edit the
> row at down, page get loaded again and also the rows is put in edit
> mode but i user has to scroll down to get to the row which he edited .
> Is there a way to maintain the scroll position?
>
> Any help would be appreciated
--
Scott Mitchell
[email]mitchell@4guysfromrolla.com[/email]
[url]http://www.4GuysFromRolla.com[/url]
* When you think ASP.NET, think 4GuysFromRolla.com!
Scott Mitchell [MVP] Guest
-
Smith John #3
Re: page scroll position
Venkat,
You can use the Smart Navigation.
By using Smart Navigation you may need to compromise some where else.
smith
"Scott Mitchell [MVP]" <mitchell@4guysfromrolla.com> wrote in message
news:n21sd.37804$6q2.21168@newssvr14.news.prodigy. com...> Venkat, you might find this article helpful:
>
> Maintaining Scroll Position on Postback
> [url]http://aspnet.4guysfromrolla.com/articles/111704-1.aspx[/url]
>
> hth
>
>
> Venkat Chellam wrote:>> > I have a datagrid in my asp.net webpage. Datagrid can have lot of
> > rows like
> > more than 300 so the scroll gets enabled for the page to scroll down.
> > The datagrid has editing capability. I can edit any row, if i edit the
> > row at down, page get loaded again and also the rows is put in edit
> > mode but i user has to scroll down to get to the row which he edited .
> > Is there a way to maintain the scroll position?
> >
> > Any help would be appreciated
>
> --
>
> Scott Mitchell
> [email]mitchell@4guysfromrolla.com[/email]
> [url]http://www.4GuysFromRolla.com[/url]
>
> * When you think ASP.NET, think 4GuysFromRolla.com!
Smith John Guest



Reply With Quote

