|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
GridView in ASP dotnet need scroll for only a column
Hi, Working on a ASP.NET Application. I want the DataGrid to have a scrolling column. Since this column is having a long text string & I need to read the column text. Anyone know if this is possible with DataGrid? |
#2
| |||
| |||
Re: GridView in ASP dotnet need scroll for only a column
Well I think you should try this! Make the column templated & put the text into div tag having property overflow-y: auto. Hope this helps! |
#3
| |||
| |||
Re: GridView in ASP dotnet need scroll for only a column
Well if you want to have a column in a DataGrid with a fixed cell size but you want the text to get displayed. Now do you want user to scroll or automatically let the charecters to move like marquee? If you don't want to have any user interface for the same then try this: you can use the Marquee element control but I don't know how to implement it inside a DataGrid for a column. |
#4
| |||
| |||
Re: GridView in ASP dotnet need scroll for only a column
hey I got it working.. Refer the following sites http://www.codeproject.com/useritems/FreezeHeader.asp http://slingfive.com/pages/code/scrollTable/ http://www.codeproject.com/aspnet/Da...ixedHeader.asp http://www.codeproject.com/aspnet/ScrollingGrid.asp |
![]() |
|
Tags: asp net, column, datagrid, scroll, text |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Find The Value of one column in another column | Charth | Windows Software | 3 | 23-02-2011 03:01 AM |
Why does firefox scroll through images when im trying to scroll the page??? | shenny88 | Technology & Internet | 3 | 25-11-2010 08:18 AM |
How to highlight identical cell value of one column in another column? | D_chapple | Windows Software | 3 | 09-12-2009 01:11 PM |
mysql update column with another column | Gunter | Software Development | 3 | 23-05-2009 09:44 AM |
Putting a dropdownlist in the column header of a GridView | ShonaliB | Software Development | 4 | 10-02-2009 06:52 PM |