GridWeb1.ActiveCell always NULL

Hi,

I am trying to get the currently selected cell when a user clicks a button. In the button (just an asp:Button) click event, ActiveCell is always NULL.

When I look at this post: <A href="https://forum.aspose.com/t/104029</A>, my problem is not solved. I cannot assume the user will double click on anything. I have also implemented the appconfig settings mentioned in the post.</P> <P><EM>Side Note:</EM> I need to know the ActiveCell on the Server side at anytime. I am open to doing some sort of javascript to put it into the query string, but I do not know how I would do that.</P> <P>I am using version 2.0.0.2001 </P> <P>Thank you,</P> <P>Paul </P>

Found my answer.

Here: <A href="https://forum.aspose.com/t/100045</A></P> <P>This worked: Button1.Attributes["onclick"] = "GridWeb1.updateData(); return GridWeb1.validateAll();";