How can you localize Telerik Ui for Blazor? - telerik

How can the Telerik Ui for Blazor be localized?

Following https://docs.telerik.com/blazor-ui/globalization/localization, I have created the *.resx files for a German translation of the components and put them there: https://github.com/SeppPenner/Telerik.Ui.for.Blazor.German.Resources.
Use it as you like :)

Related

How can view the Figma Telerik UI form on the blazor project?

Already created Telerik UI from by Figma. How can that plugging and view on blazor page?
Thanks!
I am not familiar with Figma but I think it is about styling so you probably have the CSS theme for the Telerik components from it. So, now you need the content - that is the actual form. Perhaps you just need a model with the desired fields and the TelerikForm to show them in.

how to customize kendo UI for asp.net mvc for development for codeSnippet Features

all . I've searched but could not find . I want codeSnippet Features in kendo ui for asp.net mvc Editor
I want use from a text editor With the ability to write code or I want use from kendo ui component for asp.net mvc .
But i think it is not complete , Because it not support for developer . i want thing as Ck Editor .
For example : [CkEditorForDeveloper][1]
i need Code Spinet for kendo ui editor in asp.net mvc .
how to use Code Spinet in kendo ui Editor ? Please help me for do it . :(
thankful
Below is a link to the KenodUI Editor snippet documentation. Is this what you mean by snippet?
Kendo .NET MVC Editor Snippets Example

Localization of Telerik Reports with different Cultures- in MVC application

I am currently working on Telerik Reporting with localization.i am new to telerik reports.please Can any one help me how to localize telerik reports to display in the language of a specific culture in my MVC application. For example, my report has to be displayed in both English and Malay as per user request.
Thank you for your reply. We walk through this"Localization in ASP.NET MVC 4 "article,and we rechecked what mistake we done previously,we follow all the steps which mentioned in ther telerik reporting official document but we missed settings in route.config file. now the issue is resolved by applying those settings.
Add localization in Telerik Report is made in a few steps (that you can easily find in the official documentation) :
Build your report as usual. Make it in English for instance.
Click anywhere on the report area then click right to open the report Properties window. There, set the report Localizable property to true.
Select Malay in the Language property list.
You can change the static text into Malay.
As you save the design view, you see that another resource file is created resulting architecture like this:
MyReport.cs
MyReport.Designer.resx
MyReport.ms.resx
MyReport.resx
MyReport

Render a RDL (Reporting Services) in MVC3

Can I display report services file (RDL), direclty in a view with MVC (Razor)? Tried in various ways, but without success. Anyone have any useful tips about this?
Sorry for bad english.
Regards,
No, you cannot as the RDL file requires a viewer control which is a server side control to render the report. MVC Razor views do not support server side controls.
But.. you can add an .aspx page to your project and add a report viewer to that page. It won't work with the Razor .vbhtml or .cshtml files in MVC

TabContiner with razor

I have a question. Is it possible to work with AJAX Control Toolkit in razor views?
I need to use TabContainer or similar (it could be a HTML Helper)
I know I can use it in aspx but I'm using Layouts on my project... so maybe a partial view is the solution, I really don't know.
Regards.
I have a question. Is it possible to work with AJAX Control Toolkit in razor views?
Not recommended. The AJAX Control Toolkit consists of server side controls which depend on ViewState and PostBack which are notions that no longer exist in ASP.NET MVC. So referencing the AjaxControlToolkit assembly inside an ASP.NET MVC application is like attaching a caravan on a Lamborghini.
As an alternative you might take a look at jQuery UI which has many useful widgets such as Tabs.

Resources