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

Problem with onafterpasteevent on 2 consecutive paste
RupamRupam 1232994401|%e %b %Y, %H:%M %Z|agohover

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

unfold Problem with onafterpasteevent on 2 consecutive paste by RupamRupam, 1232994401|%e %b %Y, %H:%M %Z|agohover
Add a new comment
Page tags: todo
page_revision: 2, last_edited: 1231282752|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License