|
| Getting Started | Sep 23, 2008 09:20 | | | Hi,
In my application i have to use the printView function. Along with the print view page we also need to open up the windows print dialog box. So is it okay if we alter the printView function in dhtmlxgrid_nxml.js as given below:
//current code
var d = window.open('', '_blank');
d.document.write(html);
d.document.close();
//Modified code
var d = window.open('', '_blank');
d.document.write(html);
d.document.close();
d.focus();
d.print();// To open the print dialog
I have another doubt regarding the printView generated. I have radio buttons and checkboxes in my actual page which is displayed in the print view as 0's and 1's according to their state. Is there any way that we can display them as checked/unchecked check boxes and radiobuttons. | Sep 23, 2008 09:01 | | | Diaplay asp.net GridView in the control | Sep 23, 2008 06:18 | | | dhtmlxTree, limit selection | Sep 23, 2008 05:42 | | | Grid Serialization when splitAt used | Sep 23, 2008 02:44 | | | DHTMLX components - Spring MVC - License - Upgrade etc | Sep 23, 2008 02:22 | | | grid | Sep 23, 2008 02:14 | | | grid | Sep 23, 2008 02:07 | | | adding static subrow in dhtmlxgrid | Sep 23, 2008 02:02 | | | dhtmlxGrid | Sep 23, 2008 01:54 | | | grid | Sep 23, 2008 01:42 | | | capturing shift-tab key press and problem entering edit mode on a checkbox type cell | Sep 23, 2008 01:35 | | | onloaded callback for mygrid.parse(data,"json"); | Sep 23, 2008 01:23 | | | DHX Grid : Reset the selected cell | Sep 23, 2008 01:19 | | | DHX Grid : Expand or collapse a subrow column using Context Menu | Sep 23, 2008 01:07 | | | NEW LINE ("\n" or "<br>") in cell | Sep 23, 2008 01:03 | | | Radio Buttons | Sep 23, 2008 00:57 | | | DHX Grid : How to know whether a cell in combined or not ? | Sep 23, 2008 00:50 | | | Swinging between trees | Sep 23, 2008 00:38 | | | Features in proffesional edition | Sep 22, 2008 03:12 | | | the question about change input box display and export to excel | Sep 22, 2008 02:58 | | | DHX Tree : How to know whether a node is open or not ? | Sep 22, 2008 02:56 | | | Cell id | Sep 22, 2008 02:54 | | | How to check all checkboxes in dhtmlx grid | Sep 22, 2008 02:50 | | | | |
|