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!
Printable View
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!
Follow the link!!!!!!!
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
};
:((:((:((
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:D .
thank you: BitPoet and Animal;)
gridToExcel.js
fld is undefined
[IMG]chrome://firebug/content/blank.gif[/IMG] switch(fld.type) {
??
pease tell me
Email:zhoushangbin@gmail.com
Where might I find the where the colors are stored for the rows and headers?
Never mind found them.
not support chinese character
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.
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