Hello all,
popup
Editable grid with a popup menu for each row on right mouse click
- Login or register to post comments
- Read more
- Subscribe post
Printing grid with scrollbars
1) I have a grid with more than 200 rows but shown only 20 at a time on the web page(vertical scrollbar is displayed).
I would like to print the page with the grid containing all 200 rows.
2) I have onCellClick event on grid cells. The event would open a popup window. Do I need to include dojo.js and all dojo.require(...) OR is there a way to reuse those from the parent window?
Your help would be greatly appreciated.
Thanks in advance.
- Login or register to post comments
- Unsubscribe post
what happened to dojo.widget.FloatingPane?
I'm after a Floating window type object that I can create progammaticly from a button click that is NON-BLOCKING. Searching the site it seems the dijit.dialog is not what I'm after as it is blocking and the old dojo.widget.FloatingPane is what I want but I have had a sniff around and can't find it anymore. Is it not in Dijit or can I just modify dijit.Dialog to behave how I like?
