-
24 Mar 2009 6:07 AM #181
Yes it's about styling a particular row of my gridPanel
Yes it's about styling a particular row of my gridPanel
Yes exactly , I want to style a particular row on my gridPanel using css.
I used Html tag on each cell of my row but it generate a bug when creating the xsl file (file to be opened by Excel).
can you help me?Thanks very much!
-
24 Mar 2009 6:20 AM #182
Follow the link!!!!!!!
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
24 Mar 2009 7:14 AM #183
I used As you said but it does not work
I used As you said but it does not work
I followed the link that you send to me and I used this code but it does not work:
grid.getView().getRowClass = function(record, index){
return (index==6 ? 'blue-row' : ''); //6 is the number of the last row of my grid
};



-
24 Mar 2009 8:28 AM #184
Finally I have the right Grid
Finally I have the right Grid
it is the right code but I did an error in the css file.

Finaly I have a good gridPanel with a colored Line using css file and it can be exported to Excel
.
thank you: BitPoet and Animal
-
26 Mar 2009 1:11 AM #185
gridToExcel
gridToExcel
gridToExcel.js
fld is undefined
[IMG]chrome://firebug/content/blank.gif[/IMG] switch(fld.type) {
??
pease tell me
Email:zhoushangbin@gmail.com
-
7 Apr 2009 10:07 AM #186
Where might I find the where the colors are stored for the rows and headers?
Never mind found them.
-
11 Apr 2009 10:45 PM #187
-
26 Apr 2009 10:53 PM #188
-
27 Apr 2009 5:07 AM #189
I'm using it without problems with chinese (utf8) characters. Make sure you have all involved files in the right encoding and the server sends the correct headers too.
-
28 Apr 2009 2:29 AM #190
N1 Extension
N1 Extension
Hi Animal thats an amazing Extension!
I have a Question is it possible to export only the selected Rows in a Grid?
and not the complete store.
Lars


Reply With Quote