Hello, Is it possible to define a view (razor-class) as the content of a TabStripTab, as is possible in the Telerik WPF TabItem? Something like this:
<Tabcontrol>
<TabItem>
<TabItem.Content>
<view:AnotherProjectView x:Name="AnotherProjectView "/>
</TabItem.Content>
</TabItem>
</Tabcontrol>
Is it possible to use both Auto Generation (https://demos.telerik.com/blazor-ui/form/auto-generated) and Templates (https://demos.telerik.com/blazor-ui/form/templates)?
In other words, specify the template for a couple of items and let it autogenerate the rest?
This would be incredibly useful for handling situations like dropdown that need external data.
Since the latest update (2.23) there seems to be in issue with the dropdown screen of the Autocomplete and the Picklist component.
When they are displayed in a TelerikWindow, they become hidden behind the background of the window. See the attached screenshot for an example.
(The box containing "test" is a a picklist, the autocomplete presents the same behavior)Is this an issue on my end or just a bug since the latest update?Thank you in advance.
What's the best way to disable the autocomplete suggestions displayed when a user first clicks on a TextBox or is entering characters?
Hi everyone,
For Flat Data, the IdField and the ParentIdField can only point to int type properties in the model?
It seams that if those properties are strings the TreeList does not display anything.
Is there any solution to set the IdField and the ParentIdField to point to properties that are of type string?
Thank you.
Best regards,
Cipri
I know there is a refresh method in the works, but is there anyway say I can have a button click even cause a Grid to redraw? I played with the StateHasChanged method but no love yet.