I am building a tree where my selected boxes appear as input, I followed this example since I just updated my app to Net 8 and updated my Telerik package to the latest version (9.0.0), but I have the problem that only the two parent elements of the tree are selected, I followed this thread https://www.telerik.com/forums/treeview-control-and-setting-individual-items-to-checked that I found in the forum and I see that they presented the same problem that I report, the curious thing is that they mention that in a later version (6.3.0) this error was corrected, could you tell me where I am wrong.
Hy,
I created a blank MAUI APP project in NET 9.0 and added the following dependencies:
Also adding the dependency to the Telerik package (the last version):
It reports the following warning to me:
Found conflicts between different versions of "System.Security.Cryptography.Pkcs" that could not be resolved.
If I remove the reference to the Telerik package, the warning disappears.
Any help?
Thanks in advance
I have a data form that uses a CollectionView and includes Entry (also tried with RadEntry) control. When I enter data into the entry everything works as expected.
The problem arises on scroll. When the Entry is scrolled out of view and then is scrolled back into view the setter of the bound property is updated with an empty string. I can see nothing that generates this update, other than just a refresh forced by the collection view.
The behavior I observe is this say I update my Entry with "Joe" and then scroll so the control is not visible and then visible again. When the Entry becomes visible:
Because of this behavior if the user scrolls the control any data they entered is removed.
Why is this extra call with the empty string occurring?
Hi,
I am trying to style a CollectionView to have groups, but I don't want the group to be collapsable, and I want to remove the indicator.
How would I style this?
Thanks
-Joe
Dear Telerik,
Please let me know how I can view Icons of Telerik font icons & XAML related? Now I only can check some of them on https://docs.telerik.com/devtools/maui/font-icons/examples-icons
Please help me.
Regards,
Xuan.
How can we change the background color and text color of the PdfViewerNavigateToPageToolbarItem entry?
The RadPdfViewerToolbar and ButtonToolbarItemView are set with styling.
Dear all,
After added Telerik Theming to my project by using <UseTelerikTheming>true</UseTelerikTheming> then rebuild my project --> It's OK.
But for the next rebuild - It's alwayls fails with error messages like 'The name 'InitializeComponent' does not exist in the current context' for all files in TelerikTheming folder.
How can I resolse this misktake now?
Thank alots.