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 Editable=true in firefox 3.0
posted

hi,

i have a webcombo in a webform, i have a 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.

what is the problem?

Please reply ASAP.

thanks,

Rajvel

Parents
No Data
Reply Children
No Data