javierdotnet / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 2 forks source link

Need support for locking/freezing the row functionality in the grid #488

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Need support for locking/freezing 1st row of the grid.

What is the expected output? What do you see instead?
I have a scenario where the first row in my grid is a row reprsenting 
totals of all the other rows and (this record comes from the server).
I need to style the row in GRAY and make all the cells in the row 
noneditable.
I am able to achieve the above .
But ,as soon as I sort the table, the style and noneditable cells still 
remain on the first row .But the actual record is positioned in some other 
row.
So I need to freeze the first row.

What version of the product are you using? On what operating system?
GWT ext 2.0.6

Please provide any additional information below.
For styling the row I am using Element.getStyle().setProperty
("backgroundColor", COLOR_GRAY) 

Original issue reported on code.google.com by archa...@yahoo.co.in on 16 Apr 2009 at 8:25

GoogleCodeExporter commented 9 years ago
This is what the Header row of DataGrid achieves in GWT 2.4 and later versions, 
so this issue should be closed.

Original comment by rogelio....@gmail.com on 16 Jul 2012 at 4:03