Frequently Asked Questions
This section aims at answering the most frequently occuring questions our users and clients have.
What has Changed Since the Open-Sourcing?
The biggest change is that the source code behind all of our components for PHP, Classic ASP and ColdFusion platforms is open to the community. Even for Java and .NET platforms, which still require a license, the JavaScript (which is 95% of the code base) is open.
Comments
page_revision: 2, last_edited: 1231282752|%e %b %Y, %H:%M %Z (%O ago)
Hi:
I am using the onafterpasteevent with the eventArgs argument to capture the modified cell values after a paste operation is performed on the grid. I have a
javascript function that uses the eventArgs.getCoords().top and eventArgs.getCoords().bottom functions to capture the cell co-ordinates and then use
grid.getCellObject(y,x).getValue() method to get the updated cell values. This works well after a paste is performed on a set of cells in the grid for the first time.
But on a subsequent paste on the same set of cells, in the grid, with diff values, the grid.getCellObject(y,x).getValue() method still returns me the
values after the first paste operation.
Is this a known issue as I am new to nitobi programming. If so, is there any worksround for this ?
Any help / pointers is greatly appreciated.
Thank You