Hi,
I am using localisation as described in
https://github.com/telerik/blazor-ui/tree/master/common/localization/ServerLocalizationResx
Bu when using this approach the dialog isn't rendered as expected:
Headline contains only the host url, content becomes empty and the button without caption.
The captions of the buttons, I could solve when I introduced "Dialog_Ok" and "Dialog_Cancel" in resx. But the other texts I couldn't fix.
Any help appreciated.
From Germany
Gerd
hello,
I don't want to use the built-in export functionality that comes with HTML 5 Report.
Is there a way to download report with click in PDF format.
Thank you.
Ive been getting this error about once a day and fiddler will crash. Im stuck on this and have no more ideas what i can do.
Any ideas?
Thanks
Hi,
I am using Kendo react grid in my project. It work fine in my local, but produces the following error on scrolling the grid after build and deployment.
Uncaught TypeError: Cannot read properties of null (reading 'element')
at p (drag-n-drop.js:84:24)
at useDraggable.js:149:9
at HTMLDivElement.<anonymous> (useDraggable.js:217:9)
Why am I getting this error after build and how is it working fine in my local? Please suggest a way to resolve this.
Regards
Mansi
Hi,
After all sorts of tests, I came to the final conclusion.
When I work this way:
<telerik:RadButton
Content="Clone"
Command="{Binding RelativeSource={RelativeSource AncestorType=UserControl}, Path=DataContext.CloneCommand}"
CommandParameter="{Binding}">
</telerik:RadButton>
The Command is called properly.
But when I put it inside RadDropDownButton:
<telerik:RadDropDownButton>
<telerik:RadDropDownButton.DropDownContent>
<telerik:RadButton
Content="Clone"
Command="{Binding RelativeSource={RelativeSource AncestorType=UserControl}, Path=DataContext.CloneCommand}"
CommandParameter="{Binding }" >
</telerik:RadButton>
</telerik:RadDropDownButton.DropDownContent>
</telerik:RadDropDownButton>
The Command doesn't fire
Would appreciate help,
Thanks,
Hello to all,
I am stuck in a problem where files are loading at a time and the FileManager control is taking some time to load so is there any other way like "Lazy Loading" or "Custom Pagination" that I can do to improve loading speed?
Thank you.