Scrollable and Freeze 3 columns in Web Datagrid
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngdatagridrepeaterdatalist' list.


Rashid.Shaikh@ey.com
-- Moved from [aspngfreeforall] to [aspngdatagridrepeaterdatalist] by Yannick Smits <Click here to reveal e-mail address> --

Hi,

Is it possible to create scrollable grid using Datagrid and also i'm
looking for ideas to freeze first three coulmns
we have to 25 columns to be displayed on screen in our existing win app we
have scrollabe grid we want to port to web we dont want to buy third party
controls

if any body have any ideas how to implement this

Thanks
Rashid Shaikh
Off -201-872-3263

*******************************************************************************

Note: The information contained in this message may be privileged
and confidential and protected from disclosure. If the reader of this
message is not the intended recipient, or an employee or agent responsible
for delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to the
message and deleting it from your computer. Thank you. Ernst & Young LLP
*******************************************************************************

________________________________________________________________________
The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Ernst & Young LLP

Reply to this message...
 
    
Andy Smith
this is going to be _extremely_ difficult, at best.
the html table structure that underlies probably all the grid structures =
on the web just wasn't designed for that kind of functionality.

My opinion is that it would take a very, very long time for you to get =
the kind of behavior you want.

__
Andy Smith
Keyboard Jockey #3a7-2.78.1

[Original message clipped]

=3D JOIN/QUIT

Reply to this message...
 
    
Doug J. Nelson
Interesting problem,

If it is acceptable to have the column scrolling happen server side, I
could see a way to make this work. However, from the standpoint of
usability, I think the performance might not be acceptable.

That said,

Create two DataGrid1s, first on represents the fixed columns and the
second represents the scrollable columns. You will need to manage the
respective dataset each grid receives with respect to scrolling. For
each scroll event, figure out what columns need to be displayed in the
second grid. For each page event, figure out what rows need to be
displayed in each grid.

Like I said just a thought but I think is the only reasonable,
manageable way to do this.

Hope this helps

Doug Nelson
SynApp north
305 Arch St
Cloquet, MN 55720
(218) 878 - 2015=20
(218) 878 - 2019 fax

Reply to this message...
 
    
John John
That you want to freeze columns seems to be the biggest challenge for.
To have your table scroll should not be a problem. just put it in an IFrame
and set it's number record to the number of rows found in your dataset.
Maybe you could use another dataset to display the fixed rows...
Short sayd, use a table: first row holds a datagrid showing fixed rows.
second row hold an iframe with another datagrid embeded.
Something like that ;)

[Original message clipped]


Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com