Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
Set checkbox state asynchronously
posted

Hi,

I have a datagrid with a checkbox  column.

When user unchecks the checkbox a warning dialog will be displayed.

for unselecting, I am using the following code

thegrid.SetNAProperty("rows["&rowNumber &"].Cells[cell1].Value", FALSE)

the moment this statement executes, I get the warning dialog and the execution is blocked at this statement.

Can anyone let me know, how can I call this statement asynchronously so that the execution doesnt get blocked at this statement.

 

Thanks,

Satish

Parents
  • 7695
    Offline posted

    This is something we are looking into, that is, giving people the ability to modify synchronization of an action. But likely this will be a new feature for TestAdvantage 11.2 or TestAdvantage 12.1, and unfortunately may not be able to be implement on previous versions, due to the nature of the change.

    As to how to get by the issue that you are facing now, what version of TestAdvantage are you using? The reason being the resolution may likely depend on the version.

Reply Children