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