[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

How to use scroll bar for DataGrid?

FD

2/6/2004 8:01:00 PM

Using PageNext or PageIndex is not convenience for DataGrid control to display more rows
Is there a way to use traditional scroll bar for DataGrid control
Thanks
FD
2 Answers

Alvin Bruney

2/6/2004 9:17:00 PM

0

wrap the datagrid in a div tag and set the overflow attributes appropriately

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl...
"FD" <fding@allstate.com> wrote in message
news:D2773CFB-D8CB-41BF-9845-07BE4ABA2B46@microsoft.com...
> Using PageNext or PageIndex is not convenience for DataGrid control to
display more rows.
> Is there a way to use traditional scroll bar for DataGrid control?
> Thanks,
> FD


Angela

2/6/2004 9:36:00 PM

0

Can anyone explain how to add a scrollbar to a DataGrid without enclosing the DataGrid within a <div> tag? I'd like to create a custom webcontrol

An example in C# or VB would be useful

Thank
Angela