Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localize all items of Grid's ContextMenu #8121

Open
eyupyusein opened this issue Jan 22, 2025 · 0 comments
Open

Localize all items of Grid's ContextMenu #8121

eyupyusein opened this issue Jan 22, 2025 · 0 comments
Labels
FP: Unplanned Sync status with associated Feedback Item

Comments

@eyupyusein
Copy link
Contributor

Some items are not localizable:

Image

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="Всички редове";
            }
          });
        });

https://dojo.telerik.com/rZHrxwTa/2

Image

@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP: Unplanned Sync status with associated Feedback Item
Projects
None yet
Development

No branches or pull requests

1 participant