473,399 Members | 2,858 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Scrollable Datagrid...

EMW
I have used the info on this page to create a scrollable datagrid.

http://www.datawebcontrols.com/faqs/...DataGrid.shtml

But now everytime after a postback the datagrid scrollbars are in their
default state aka value = 0.

How can I, if possible, retain the position so the user doesn't have to
scroll back to the position (s)he was before the postback?

rg,
Eric
Nov 18 '05 #1
7 1989
Google: "smart navigation" (IE5 or later) or you'll have to write
your own client-side solution. If it were me (which it never will
be because I don't give a rats @ss about other browsers I would
enable Smart Navigation and determine if I could isolate, reuse,
and modify the source so I could waste my life trying to satisfy
a few whining weasels.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"EMW" <SomeOne@MicroSoftdotCom> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have used the info on this page to create a scrollable datagrid.

http://www.datawebcontrols.com/faqs/...DataGrid.shtml
But now everytime after a postback the datagrid scrollbars are in their
default state aka value = 0.

How can I, if possible, retain the position so the user doesn't have to
scroll back to the position (s)he was before the postback?

rg,
Eric

Nov 18 '05 #2
"clintonG" <csgallagher@RE************@metromilwaukee.com> wrote in message
news:OL**************@tk2msftngp13.phx.gbl...
Google: "smart navigation" (IE5 or later) or you'll have to write
your own client-side solution. If it were me (which it never will
be because I don't give a rats @ss about other browsers I would
enable Smart Navigation and determine if I could isolate, reuse,
and modify the source so I could waste my life trying to satisfy
a few whining weasels.


Smart Navigation is known to have serious bugs.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #3
Check out this article to maintain scroll posting in datagrid with out using
smart navigation.
http://aspalliance.com/aldotnet/exam...utoscroll.aspx
http://www.dotnetjunkies.com/howto/default.aspx?id=38

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"EMW" <SomeOne@MicroSoftdotCom> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have used the info on this page to create a scrollable datagrid.

http://www.datawebcontrols.com/faqs/...llableDataGrid
..shtml
But now everytime after a postback the datagrid scrollbars are in their
default state aka value = 0.

How can I, if possible, retain the position so the user doesn't have to
scroll back to the position (s)he was before the postback?

rg,
Eric

Nov 18 '05 #4
News to me. Any references to what they may be?
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"John Saunders" <jo**************@notcoldmail.com> wrote in message
news:eE**************@TK2MSFTNGP10.phx.gbl...
"clintonG" <csgallagher@RE************@metromilwaukee.com> wrote in message
news:OL**************@tk2msftngp13.phx.gbl...
Google: "smart navigation" (IE5 or later) or you'll have to write
your own client-side solution. If it were me (which it never will
be because I don't give a rats @ss about other browsers I would
enable Smart Navigation and determine if I could isolate, reuse,
and modify the source so I could waste my life trying to satisfy
a few whining weasels.


Smart Navigation is known to have serious bugs.
--
John Saunders
johnwsaundersiii at hotmail

Nov 18 '05 #5
The DotNetJunkies reference is broken. Try this
http://www.dotnetjunkies.com/search.aspx?x=scroll
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Saravana [MVP]" <sa******@sct.co.in.nospam> wrote in message
news:#q**************@TK2MSFTNGP10.phx.gbl...
Check out this article to maintain scroll posting in datagrid with out using
smart navigation.
http://aspalliance.com/aldotnet/exam...utoscroll.aspx
http://www.dotnetjunkies.com/howto/default.aspx?id=38

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"EMW" <SomeOne@MicroSoftdotCom> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have used the info on this page to create a scrollable datagrid.

http://www.datawebcontrols.com/faqs/...llableDataGrid
.shtml

But now everytime after a postback the datagrid scrollbars are in their
default state aka value = 0.

How can I, if possible, retain the position so the user doesn't have to
scroll back to the position (s)he was before the postback?

rg,
Eric


Nov 18 '05 #6
"clintonG" <csgallagher@RE************@metromilwaukee.com> wrote in message
news:ud**************@TK2MSFTNGP09.phx.gbl...
News to me. Any references to what they may be?


No. Google on this newsgroup.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #7
EMW
Thank you, seems like this is the only serious and normal answer....

rg,
Eric

"Saravana [MVP]" <sa******@sct.co.in.nospam> schreef in bericht
news:%2****************@TK2MSFTNGP10.phx.gbl...
Check out this article to maintain scroll posting in datagrid with out using smart navigation.
http://aspalliance.com/aldotnet/exam...utoscroll.aspx
http://www.dotnetjunkies.com/howto/default.aspx?id=38

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"EMW" <SomeOne@MicroSoftdotCom> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have used the info on this page to create a scrollable datagrid.

http://www.datawebcontrols.com/faqs/...llableDataGrid .shtml

But now everytime after a postback the datagrid scrollbars are in their
default state aka value = 0.

How can I, if possible, retain the position so the user doesn't have to
scroll back to the position (s)he was before the postback?

rg,
Eric


Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Matt Kruse | last post by:
This is a typical layout, but I have specific requirements. I'm trying to figure out a) if it's possible to meet the requirements and b) if so, how. +---------------+ | header |...
1
by: makthar | last post by:
You can use a panel control and put the datagrid in it. Then set the asp:panel...style="overflow:auto"..... There is a real nice short article on it somewhere I don't remember. Do a search with...
0
by: RJN | last post by:
Hi I have a datagrid which is put inside a div tag to make it scrollable. I need to page the datagrid. The page numbers appear at the bottom of the datagrid and has to be scrolled down...
1
by: RJN | last post by:
Hi Sorry for posting again. I have a datagrid which is put inside a div tag to make it scrollable. I need to page the datagrid. The page numbers appear at the bottom of the datagrid and has...
2
by: RJN | last post by:
Hi Sorry for posting again. I have a datagrid which is put inside a div tag to make it scrollable. I need to page the datagrid. The page numbers appear at the bottom of the datagrid and has...
3
by: pmud | last post by:
Hi, I have a web page (asp.net, code:c#). I havean html table with text boxes. Based on the user input , records are displayed in the data grid below it. Now the datagrid has a large no. of...
3
by: william | last post by:
Hi, I have a datagrid which is scrollable. I want to lock the header somehow so that the user will always see it. How can I do it? Thanks. william
2
by: Ben H | last post by:
Hello all I'm using a listview in my app but I want to scroll the listview programatically as I hate the look of the standard scrollbar. So, the listview is scrolled programatically using...
1
by: since | last post by:
I figured I would post my solution to the following. Resizable column tables. Search and replace values in a table. (IE only) Scrollable tables. Sortable tables. It is based on a lot...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.