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
133
Switch Tabs on UltraWebGrid Cell Click
posted

Greetings,

I am using a Ultraweb Tab , and one of the tabs has a *.apx page which contains UltrabWeb Grid,

I am trying to switch the Tab when the user clicks in the cell, in the grid. 

I am currently using the MouseUp Event and in the MouseUp Handler I am trying to switch to a different tab.

function Grid_MouseUpHandler(gridName, id, button)

{

 

 

//Add code to handle your event here.

SwitchTab(id);

}

I am getting an error message as "Permission denied"  in the javascript function " ig_cancelEvent "

 Below is the call stack

> ig_cancelEvent JScript
  igtbl_cancelEvent JScript
  igtbl_cellClickUp JScript
  JScript - CustomerListform onmouseup function JScript

 Any help and direction is appreciated .... Thanks in advance

Masood