Start Building Professional
Web Apps Today


 
Categories
Available questions for selected categoryUpdated
 Getting StartedSep 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 controlSep 23, 2008 06:18 
 dhtmlxTree, limit selectionSep 23, 2008 05:42 
 Grid Serialization when splitAt usedSep 23, 2008 02:44 
 DHTMLX components - Spring MVC - License - Upgrade etcSep 23, 2008 02:22 
 gridSep 23, 2008 02:14 
 gridSep 23, 2008 02:07 
 adding static subrow in dhtmlxgridSep 23, 2008 02:02 
 dhtmlxGridSep 23, 2008 01:54 
 gridSep 23, 2008 01:42 
 capturing shift-tab key press and problem entering edit mode on a checkbox type cellSep 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 MenuSep 23, 2008 01:07 
 NEW LINE ("\n" or "<br>") in cellSep 23, 2008 01:03 
 Radio ButtonsSep 23, 2008 00:57 
 DHX Grid : How to know whether a cell in combined or not ?Sep 23, 2008 00:50 
 Swinging between treesSep 23, 2008 00:38 
 Features in proffesional editionSep 22, 2008 03:12 
 the question about change input box display and export to excelSep 22, 2008 02:58 
 DHX Tree : How to know whether a node is open or not ?Sep 22, 2008 02:56 
 Cell idSep 22, 2008 02:54 
 How to check all checkboxes in dhtmlx gridSep 22, 2008 02:50