This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Unable to get grid cell event to fire

[email protected] - Thursday, August 11, 2011 11:15 AM:

Hi, All:

I'm trying to write a method that should fire after someone enters a value in a grid cell.  The event doesn't seem to be firing.  I've added the method to the OnChangeCell event of the property of the cell I want to work with.  In my Javascript method I've written
top.aras.AlertSuccess("Inside the method");

so I would know if the method was actually being called, because it hasn't been working.  Nothing happens.  I've also tried this with the OnEditFinish event, same problem.  Any suggestions?

-Jeremy