-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
FP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback Item
Description
Some items are not localizable:
Example:
https://dojo.telerik.com/VjvWCvuZ/3
Workaround:
$(document).on("mouseenter",".k-context-menu",function(e){
$(".k-menu-link-text").each(function(i,el){
if(el.textContent=="Select Row"){
el.textContent="Избери ред";
}
else if(el.textContent=="All rows"){
el.textContent="Всички редове";
}
});
});DaleyKD
Metadata
Metadata
Assignees
Labels
FP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback Item

