Freeze columns in GridView ASP.NET2.0(Urgent)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I am working with ASP.NET2.0, How can i freeze some of the columns of
GridView Control.
Thanks in Advance.
 
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.
 
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.
 
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...
 
I don't think that is windows forms newsgroup.


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top