Hi
Whats the best way to translate the messages, hints , captions etc from the Blazor components?
I need Dutch translations
Eric
I would like to show toolbar, when I click on editor text and hide it when I click away from the component.
Regards,
Matic
Is it possible to adjust the width of the popup to the length of the items only if it exceeds the width of the control?
Thus default it has the same width as the control, unless there are longer items, then it expands to the right.
The problem I have now is that when using Virtual Scrolling you have to specify an item height. Text that doesn't fit in de dropdown width is wrapped to a new line, overlapping the next line. I would like instead of wrapping the test the popup to adjust its width to accommodate these texts.
I tried it with MinWidth, but don't know what value to specify, 100% doesn't work because it is rendered at a different place in the DOM.
Kind regards,
Kees Alderliesten
I created my application using ASP.NET Core Blazor. I am using the Bootstrap Template. I investigated the CSS that is being generated and the class element is as shown below in the html snippet:
<tr role="row" class="k-master-row"
I am trying to do conditional formatting of cells. The cell is highlighting correctly. I am using this sample to do that
I am using the first approach OnCellRender with OnRowRender. It only happens if there is one row. My Grid is set to a height of 900 px and the row height is 60 and I am using virtual scrolling only for rows and not columns.
Hi!
In the blazor gantt demo I can see that it should be possible to costumize the template for mouse over in the gantt-chart, but it does not seem to work. It flickers and does not display any information.
Could you please update the example page with a working example?
Demopage for template found here: https://demos.telerik.com/blazor-ui/gantt/templates
Example page for template not working here: https://blazorrepl.telerik.com/QwOxHlca49EQ1rgY03?_ga=2.157260347.1214485172.1664189804-2039078829.1642166789&_gac=1.225176296.1661766526.CjwKCAjwx7GYBhB7EiwA0d8oe0Y9E6IZoONYcLxga7yZXoV9ivTM2XM7_bSIJqDDTHjJLd6GLJaQ5RoCJPkQAvD_BwE (also linked from the demo page)
Thanks in advance
Morten Poulsen
I am using the Blazor TelerikFileManager. When the user right-clicks on either a directory of file. The rename, download, and delete option is displayed. I need the options rename and delete to not show up. It is my understanding this functionality is found in some versions of the product but not others.
Example, https://demos.telerik.com/aspnet-mvc/filemanager
The example here only shows rename and delete. https://www.telerik.com/blazor-ui/file-manager
Hi,
I have a use case to show the secondary text on dropdown list items. Is there a way currently to show the custom secondary text below the actual individual item in the dropdown list?
I've tried using the ItemTemplate by placing two divs one for option and other for custom description text and provided a separate class. But nothing worked out.
My expectation is
ProductName
DescriptionText
ProductName
DescriptionText
But content is being rendered as below
Thanks
Hi
See this image , in our application we use the Telerik calender control en inpubox
How easy or difficult is to get this styling on all controls?
Eric
Hey!
Is there a way for me to change the colors of the Wizard Stepper?
I figured out that I can write css in my component that will override the css on the buttons, but I cannot figure out how to change the colors on the stepper. I'm terrible at css and am actually begining to work with Tailwind.
Used this to override the button:
.k-button-solid-primary {