473,804 Members | 2,296 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Freeze columns in GridView ASP.NET2.0(Urge nt)

Hi
I am working with ASP.NET2.0, How can i freeze some of the columns of
GridView Control.
Thanks in Advance.

Jun 28 '06 #1
5 3799
If you are talking about fixing column width try ItemStyle-Width attribute.

"Abhijeet Kumar" wrote:
Hi
I am working with ASP.NET2.0, How can i freeze some of the columns of
GridView Control.
Thanks in Advance.

Jun 28 '06 #2
I am not talking about Fixing Column Width, but about freezing Columns, so
that if i scrool with scroll bar, certain number of columns stay fixed on Ui
and only the other ones move.

"Dabbler" wrote:
If you are talking about fixing column width try ItemStyle-Width attribute.

"Abhijeet Kumar" wrote:
Hi
I am working with ASP.NET2.0, How can i freeze some of the columns of
GridView Control.
Thanks in Advance.

Jun 28 '06 #3
That kind of UI will be so confusing to user. Think for a moment what will
happen if one column in fixed and other columns move doen. Now the fixed
column data is completely out of sync with rest of the columns. Nobody will
be able to make any sense out the information in the grid. Also if you have
header in grid, what kind of behavior r u looking for that... fixed too :-)
I can't even imagine what kind of UI it will look like.
"Abhijeet Kumar" <Ab***********@ discussions.mic rosoft.com> wrote in message
news:8C******** *************** ***********@mic rosoft.com...
I am not talking about Fixing Column Width, but about freezing Columns, so
that if i scrool with scroll bar, certain number of columns stay fixed on
Ui
and only the other ones move.

"Dabbler" wrote:
If you are talking about fixing column width try ItemStyle-Width
attribute.

"Abhijeet Kumar" wrote:
> Hi
> I am working with ASP.NET2.0, How can i freeze some of the columns of
> GridView Control.
> Thanks in Advance.
>

Jun 28 '06 #4
"Winista" <wi*****@gmail. com> wrote in message
news:e9******** ******@TK2MSFTN GP05.phx.gbl...
That kind of UI will be so confusing to user. Think for a moment what will
happen if one column in fixed and other columns move doen. Now the fixed
column data is completely out of sync with rest of the columns. Nobody
will be able to make any sense out the information in the grid. Also if
you have header in grid, what kind of behavior r u looking for that...
fixed too :-) I can't even imagine what kind of UI it will look like.


What utter rubbish! That functionality has been part of every spreadsheet
package for the last 10 years at least...
Jun 28 '06 #5
I don't think that is windows forms newsgroup.
"Mark Rae" <ma**@markN-O-S-P-A-M.co.uk> wrote in message
news:uv******** *****@TK2MSFTNG P03.phx.gbl...
"Winista" <wi*****@gmail. com> wrote in message
news:e9******** ******@TK2MSFTN GP05.phx.gbl...
That kind of UI will be so confusing to user. Think for a moment what
will happen if one column in fixed and other columns move doen. Now the
fixed column data is completely out of sync with rest of the columns.
Nobody will be able to make any sense out the information in the grid.
Also if you have header in grid, what kind of behavior r u looking for
that... fixed too :-) I can't even imagine what kind of UI it will look
like.


What utter rubbish! That functionality has been part of every spreadsheet
package for the last 10 years at least...

Jun 28 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
8369
by: Mark Olbert | last post by:
I ran into a situation this morning where the RowUpdating event of a GridView kept insisting there were no entries in either the OldValues or NewValues dictionaries. The GridView is bound to a strongly-typed collection, derived from CollectionBase, through the control's datasource property at runtime. From some googling it appears that, at least in the release candidate for NET2 this was a known bug; only binding to DataSources lets those...
4
2520
by: hvj | last post by:
I need to run a .NET1.1 program in a .NET2.0 CLR. The .NET1.1 exe starts correctly in .NET2.0. Now I want to debug in Visual Studio 2005. But when I try to open the .NET1.1 project, Visual Studio wants to convert it to .NET2.0 what I don't want. How can I make Visual Studio open a .NET1.1 project for me in order to attach to a .NET2.0 process in which it runs to debug it? Or is there a better way to reach my goal: debugging a .NET1.1...
0
1130
by: loga123 | last post by:
Hi All, I have a requirement where I need to build a dynamic gridview. I am using asp .net 2.0. I have to display non-key columns of a table in the gridview and make user to be able to delete/update/ or insert new records to the gridview. I want to build SQL queries dynamically in the code based on user input and attach them to gridview...instead of using GUI.
8
8540
by: AG | last post by:
ASP.NET 2.0, VS 2005 I have a gridview with paging enabled, bound to an objectdatasource. Both were dropped on to the page and configured via the wizards. Basically working as expected. The gridview's databind method is apparently called when the page is loaded as I have no code calling the databind method. How can I keep the gridview from databinding automatically and control it myself?
2
2491
by: amitsaxena1981 | last post by:
Hi, I am using asp.net2.0 with vb.net ,I have to create gridview control and implement the vertical scrolling in each column of gridview except for the column headers ,please suggest me for this problem . Thanks&Regards Amit
4
8846
by: Peter | last post by:
I want to call a JavaScript on PageIndexChanged event, how do I do that? Thank You Peter
13
3522
by: SAL | last post by:
Hello, I'm trying to include a popup in the ItemTemplate of a gridview row. The ItemTemplate for the field contains a textbox and when the user clicks in the textbox I want a popup panel to show allowing the user to make a selection from the popup window. I have enabled AJAX extensions and have a working sample outside of a gridview. However, when I click in the textbox of a gridview row, all I see is a really small square instead of the...
2
3374
by: Seth Williams | last post by:
Is there a way to mimic the behavior in Excel, for a Gridview, to freeze the column headers/titles, so that they show, as you scroll down the gridview?
2
3573
by: Ralf | last post by:
I have a custome request to print a gridview with lots of columns, 31 to be exact. I know how to print out a gridview, done it already for a GV with 6 columns. But, this GV is very wide and will not fit on a page. I looked into using a repeater, but couldn't figure it out. Tried datalists, no luck. Does anybody have an idea of how I can output the data where it will print. It doesn't have to output into a gridview, I just need it...
0
9594
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10599
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10346
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10347
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9173
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7635
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5531
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4308
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3832
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.