This is a migrated thread and some comments may be shown as answers.

RadMenuItem object issue with firefox

1 Answer 47 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Nazm
Top achievements
Rank 1
Nazm asked on 28 Jun 2012, 12:27 PM
I'm currently working with RadContextMenu in RadGrid most of functions work well except on FF in which I encouter an issue (does't work) with 
menuItem.disable(); and menuItem.enable();

1 Answer, 1 is accepted

Sort by
0
Nazm
Top achievements
Rank 1
answered on 28 Jun 2012, 05:00 PM
I found the issue while using the following expression which means the issue is not related to Rad control.

if(cell.textContent){
//...
}

instead of:

if(cell.innerText){
//...
}
Tags
Menu
Asked by
Nazm
Top achievements
Rank 1
Answers by
Nazm
Top achievements
Rank 1
Share this question
or