Hello Guys, i got the License for Blazor Application,
I'm using Server Side at .net 6 and i put the css and js on _Layout :
<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer></script>
On nuget i got the full version as well,
But i keep receiveng the trial version message when i use PDF Viewer, am i missing anything else?
Hi everyone
When using a translated ListView, the page size selector behaves weird.
When the dropdown is opened, the correct text ("Alle") gets displayed. But when the dropdown is closed, the english text is shown,
Any ideas?
Thanks alot and have a nice day
I'm having trouble finding the cause of why the display has changed and the paging control is cutting off the value. I can't see the difference from the Telerik doc examples.
or ...
The width of the browser window or resolution doesn't have any effect.
We are using the "_content/Telerik.UI.for.Blazor/css/kendo-theme-bootstrap/all.css".
On the map component when zoomed in there are labels for points of interest (businesses/airports/hotels/restaurants/etc..)
Is it possible to capture these when a user clicks on an item? I know I can capture the lat/long of a click but can I get the details of the point of interest?
Hy,
I have an EditForm for inserting a Model Dto.
The Dto Model has two dates. The start date which is of type DateOnly and the end date which is of type DateOnly nullable.
Although the end date is null, the date picker sets the value "01/01/2001" by default and I can't find a way to enter a null value using this component because if I try I get the error: "The date format is not parsable. Please enter valid date".
This is my code:
Can anyone tell me if this is a feature that has yet to be implemented or if I'm doing something wrong?
I attach photos of the edit form.
Thank you
Hi, i use Grid.AutoFitAllColumnsAsync() to resize column width based on column content.
Now, this method resize also non resizable columns (Resizable="false")
I would like to apply autofit only on resizable columns, how to solve?
I would use AutoFitColumnsAsync() method but i need a generic way to apply it excluding non resizable columns.
There is a way to read from code the Resizable property of columns?
Hi,
Is it possible to configure the date picker to only show the month and year?
Regards,
Omar