Scrolling in datagrid.

P

Patrick Dahmen

If it has to work in IE only, you can just enclose the datagrid within a div
tag

<DIV STYLE="overflow-x;hidden; overflow-y:auto" >
everything nested within this tag is scrollable...
</DIV>

i hope that helped

patrick dahmen
 
C

Cowboy \(Gregory A. Beamer\)

The new Web Matrix ships with an IFrame control, if you are targeting
Internet Explorer. Download it, and you can use the assemblies in Visual
Studio .NET. NOTE: You will have to deploy the assemblies to production to
get it to work there.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
R

Rajesh.V

Does anyone know how to scroll the items only of the datagrid. The header
should remain there, and the rows should scroll. I saw an article by Dino
Eposito, in aspnetpro but its for members only.

Rajesh
 
R

Rajesh.V

Saravana,

I thought of the solution u had presented, but it will not work if the
column width keeps varying slightly due to the data. While testing the
column lines to align is very difficult, u wud have to be very sure of the
data. So i cant use it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,265
Messages
2,571,069
Members
48,771
Latest member
ElysaD

Latest Threads

Top