I put the code for the listpage page and the code works, but when I press print, the sequence column doesn’t work rowspan=“2”. can you help me. I still can’t understand about this export=print page.
I want to add logic if (IsExport=“print”) is there any?
Note that in printer friendly version, there is startup script. If you put it there, it won’t work. You may add your code in Page_Head server event, check if IsExport("print") and output a script tag with your code.
There is no sequence number when you export to other format than printer friendly. If you want to add, you need to use the Row_Export server event to add the sequence number yourself.