Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
kesarisuresh #1
Data Grid Cell Vertical Scroll Bar. High Importance
Hi guys,
i have a problem in asp.net data grid. If u have a solution let m
know.
Problem is such that i have a data grid with 2 columns. Columns widt
is fixed. one column's data is huge. Because of this the data get
wrapped in that column and the size of data grid keeps increasing.
want to freeze the width of that column to some width and appl
vertical scroll bars to that column. If any one has a solution plz le
me know
--
kesarisures
-----------------------------------------------------------------------
kesarisuresh's Profile: [url]http://www.highdots.com/forums/member.php?userid=31[/url]
View this thread: [url]http://www.highdots.com/forums/showthread.php?t=154379[/url]
kesarisuresh Guest
-
Sending a CDO.Message with high importance?
Okay... Thought I'd try to move away from CDONTS to CDOSYS. The one thing that's still a puzzle is how to send a CDO.Message so that it shows up... -
Data Grid Dynamic Cell Colors
I would like to create a Data Grid where the individual cell colors change based on the number in the cell. For example, numbers between 0 and 1... -
Data Grid cell press question...
Ok, I've been working days on this and finally have broke down to ask. I'm importing via coldfusion, information from a database. Like the parks... -
High Light Data Grid Row Effect.
How do i accomplish this when a users mouse is hovering over a particular row ? Help appreciated ! -
retrieving text from a selected data grid row cell...
this was working Dim szMsgNumber = db_grid.SelectedItem.Cells(0).Text until i changed the first column (at index 0) to a ASP:ButtonColumn... -
Eliyahu Goldin #2
Re: Data Grid Cell Vertical Scroll Bar. High Importance
kesarisuresh,
Make a template column and put a <div> with a fixwd height to the
ItemTemplate. Put the databind expression for the column inside the div. The
div style should include rule "overflow:auto".
Eliyahu
"kesarisuresh" <kesarisuresh.1r2f20@no-mx.forums.yourdomain.com.au> wrote in
message news:kesarisuresh.1r2f20@no-mx.forums.yourdomain.com.au...[url]http://www.highdots.com/forums/member.php?userid=319[/url]>
> Hi guys,
> i have a problem in asp.net data grid. If u have a solution let me
> know.
> Problem is such that i have a data grid with 2 columns. Columns width
> is fixed. one column's data is huge. Because of this the data gets
> wrapped in that column and the size of data grid keeps increasing. I
> want to freeze the width of that column to some width and apply
> vertical scroll bars to that column. If any one has a solution plz let
> me know.
>
>
> --
> kesarisuresh
> ------------------------------------------------------------------------
> kesarisuresh's Profile:> View this thread: [url]http://www.highdots.com/forums/showthread.php?t=1543799[/url]
>
Eliyahu Goldin Guest



Reply With Quote

