Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ez on Apr 24, 2009 02:54
open dhtmlx forum
Grid printView problem and sugestion

I found that print output shows filter fields in header and this input fields are clickable but not working - selecting causing no action.

I understand that this is only printout so is no need for filtration in this place.

So, my suggestion is to fill this inputs with current selections (currently always empty) and make it read-only.

And one more thing: printout all table cells has style setup in inline way, changing styling to class way definition will improve rendering speed and generate smaller html output.
Answer posted by Support on Apr 24, 2009 08:46
>>I found that print output shows filter fields in header and this input fields are clickable but not working
Updated js file, where issue fixed sent by email. 

>>changing styling to class way
The most common style string used for the cell of table, and includes actual colors and aligns of the cell - so it can't be fully switched to the class. Effect on performance, from other styles replacement will be minimal


Answer posted by ez on Apr 26, 2009 23:45
I try this fix, but nothing changed
Answer posted by Support on Apr 29, 2009 03:23
The same js file works correctly for local samples. 
Working sample attached to the post. 

If issue still occurs - please provide any kind of sample or demo link where issue can be reconstructed. 
Attachments (1)
Answer posted by ez on Apr 29, 2009 04:30
Correct, from local html everiting works, but online I saw no changes.

The problem was in inline styling.
Instead:
td.filter input, td.filter select {...}

Must be space between "td" and ".filter" - and everything works also online.

It must be something with inline style parser