mike55 Posted March 26, 2004 Posted March 26, 2004 Is it possible to add a horizontal or vertical scroll bar to a datagrid?? Need a better option to paging!! Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
*Gurus* Derek Stone Posted March 26, 2004 *Gurus* Posted March 26, 2004 It's possible, yes. http://www.scrollingdatagrid.com/ Quote Posting Guidelines
mike55 Posted March 26, 2004 Author Posted March 26, 2004 Anything free?? Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
MorningZ Posted March 26, 2004 Posted March 26, 2004 Not sure if it is viable enough of an answer... but this code: http://authors.aspalliance.com/aldotnet/examples/dgautoscroll.aspx shows how to scroll to an editable row.... otherwise, search google for "DataGrid scroll", there's tons of hits linking to code Quote If you make it idiot proof, they'll build a better idiot :-)
SumeetK Posted March 27, 2004 Posted March 27, 2004 Hi Its simple Add <Div> tag before and at the end of the datagrid .... it will scroll. Best of luck Sumeet Kohli Quote
*Gurus* Derek Stone Posted March 27, 2004 *Gurus* Posted March 27, 2004 That will also scroll the column headers, SumeetK. Not very pretty. Quote Posting Guidelines
mike55 Posted March 29, 2004 Author Posted March 29, 2004 Is there an alternative to a datagrid, keeping in mind that i am developing a web based application?? Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
*Gurus* Derek Stone Posted March 29, 2004 *Gurus* Posted March 29, 2004 The DataGrid, as I see it, is an undercooked pile of cow manure. I use a home-brewed component that works just as well. It took less than an hour to create, and might be a viable idea for you to look into. ASP.NET also offers the DataList control, numerous HtmlControls, and of course direct rendering using HTML markup. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.