Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Annie Russell   on Jun 08 In Asp.net Category.

  
Question Answered By: Yvette Griffin   on Jun 08

No. DataGrid converts itself into Table HTML element with CSS. To put it inside a scrolling area you should put your DataGrid either:
- inside a different ASPX file and loading it into an IFRAME inside existing ASPX
- create a scrollable DIV with all client side functionality (javascript) for scrolling its content - this way you have control not just over the content and size of the container, but also the complete design and functionality of the scrollbar...

Share: 

 
 
Didn't find what you were looking for? Find more on Scroll bars in datagrids Or get search suggestion and latest updates.


Tagged: