I need to make some enhancements to the grid, including:
- node-based columns (seems to be the only way to declaratively map RPC return values onto datasets) - per-cell coloring/formatting - per-cell onclick behaviors - dragged range selections - editable column titles - mousewheel scrolling - key bindings (or at least context menu) for easy-breezy insertion/deletion of rows/columns But before I set off on this path, I thought I'd first see what others have done with the grid, and perhaps start with those as a base, or study those as examples of extending the grid. I have read on the mailing list that, in order to make grid easier to use, some. I've read a hojillion posts about grid by now and found the following to be interesting: http://article.gmane.org/gmane.comp.java.openlaszlo.user/957 - LaszloMail uses custom grid http://forum.openlaszlo.org/showthread.php?t=878 - seminal post on grid customization http://forum.openlaszlo.org/showthread.php?t=6813 - I'm currently starting with some fixes to advancedgrid http://forum.openlaszlo.org/showthread.php?t=9523 - mousewheel bug going unnoticed Thanks!
