ActiveSheet from client side

Is it possible to change the activesheet from client side programmatically ?

Thanks.

Hi,

We will get back to you for your inquiry.

Thank you.

Hi,

You may use following code to change tab at client side:

click

When you call GridWeb1.submit("TAB:"+tab, false), what is the second parameter? What are you setting false to? I couldn't find this in the API reference.

Hi,

There are two arguments for the method:

  1. The first one is arg which contains the command to be posted to the server.
  2. The second argument is cancelEdit which is a boolean value type indicates whether the control has discarded the user input before submit or not.

Thank you.

Thank you very much.