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
157
Webcombo in Firefox
posted

hi,

i have a webcombo in a webform, client side event for the web combo - AfterSelectChange

like this

function WebCombo1_AfterSelectChange(webComboId)
{
var webcombo1 = igcmbo_getComboById(webComboId);
var activerow = webcombo1.getGrid().getActiveRow();
}

if the Editable property of the webcombo is true, i can get the activerow in IE 7 but not in firefox 3, its returning null.

if the Editable property of the webcombo is false, i can get the activerow in both IE 7 and firefox 3.

also i can't use up and down arrows to select a row in the webcombo if Editable = true, its just working for first two rows.

what is the problem?

Please reply ASAP.

thanks,

Rajvel