Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Ivan gil #1
Scroll grid With fixed header (It this posible?)
Hi, i explain my question...
I have an ascx web user control this one have a datagrid whit some
properties i had make a good datagrid user control for me. But now i have
the last problem i was looking for a way to put scroll bars if my control
width and height are lowers than the datagrid height and width using the
next method....i override the method render in the ascx an i write the html
<div style="overflow:auto"> before renderchildrens() and then </div> but it
make that my header scroll to i need the way to fix it but only with code
inside that control not in aspx or codebehind.
It is posible??
Thanks Ivan
Ivan gil Guest
-
GridView with Fixed Header and Horizontal Scroll Bar
Dear Does any one know how to fix header in the GridView with an horizontal Scroll bar . -
CSS: 100% layout height with fixed header
I have a design that has a centered div that stretches across the entire height of the browser. Within this div I have a header div with navigation... -
Is it posible to have zoom, scroll and buttons on a flash map
For use with a panoram photo I would like an example with zoom, scroll, and hotlinks (buttons) on a map that is importet to flash. I use mx2004 but... -
Fixed datagrid header,
Hi eveybody, I have a datagrid that can show many rows, so there is a vertical scrollbar. The problem is that when users scroll down, they loose... -
4 Guys From Rolla Fixed Header Sample - Not Working
hi Andy, Check this link out with updated scrollable grid sample and download the code from my site ( full code not half ;) ).... -
Ivan gil #2
Scroll grid With fixed header (It this posible?)
Hi, i explain my question...
I have an ascx web user control this one have a datagrid whit some
properties i had make a good datagrid user control for me. But now i have
the last problem i was looking for a way to put scroll bars if my control
width and height are lowers than the datagrid height and width using the
next method....i override the method render in the ascx an i write the html
<div style="overflow:auto"> before renderchildrens() and then </div> but it
make that my header scroll to i need the way to fix it but only with code
inside that control not in aspx or codebehind.
It is posible??
Thanks Ivan
Ivan gil Guest
-
msnews.microsoft.com #3
Re: Scroll grid With fixed header (It this posible?)
"Ivan gil" <gilmu@wanadoo.es> wrote in message
news:%23EfTegsuFHA.1472@TK2MSFTNGP15.phx.gbl...> Hi, i explain my question...
> I have an ascx web user control this one have a datagrid whit some
> properties i had make a good datagrid user control for me. But now i have
> the last problem i was looking for a way to put scroll bars if my control
> width and height are lowers than the datagrid height and width using the
> next method....i override the method render in the ascx an i write the
> html <div style="overflow:auto"> before renderchildrens() and then </div>
> but it make that my header scroll to i need the way to fix it but only
> with code inside that control not in aspx or codebehind.
> It is posible??
> Thanks Ivan
Yes you can fix the header on the datagrid using the CSS as in this example:
[url]http://www.societopia.net/samples/dataGrid_5c.aspx[/url]
HTH,
Phillip Williams
[url]http://www.webswapp.com[/url]
[url]http://www.societopia.net[/url]
msnews.microsoft.com Guest



Reply With Quote

