Telerik Forums
UI for .NET MAUI Forum
1 answer
65 views
So I am running into an issue where the content of the listview may be updated or changed, but the sorting does not reflect the changes.  Is there a way trigger the listview to resort the list without clearing the sorting descriptors and adding them back?
Yana
Telerik team
 answered on 07 Aug 2024
1 answer
88 views

I implemented single tap for editing cells in Datagrid, based on this question, which renders tapping to select a row in the datagrid unusable. I was thinking on using a boolean column with a checkbox to select the rows and be able to delete them with a button click. 

Is this possible? In the sample code provided with Telerik, I see that if you use a boolean column it changes the box to a string that says "True" or "False". I do not want that, so is there any way the box can be kept?

 

Thanks

Didi
Telerik team
 answered on 07 Aug 2024
1 answer
69 views

HI,

I have installed MAUI controls but cannot use them in my MAUI Blazor hybrid razor pages.

Is there a way of getting the razor page to see the MAUi control or are they for xaml application use only?

Didi
Telerik team
 answered on 05 Aug 2024
3 answers
79 views

How can I style how the text cell appears when editing the value?

It currently looks like this:

 

I want it to be transparent with black text

Yana
Telerik team
 answered on 02 Aug 2024
1 answer
86 views

Hi,

Testing the Datagrid, I see that you have to double tap (or click on WIndows) to select a cell for editing.

 

Is there a way for the user to only click the cell once to enter edit mode, or any workaround for this? The current flow is a bit counter intuitive.

 

Thanks

Didi
Telerik team
 answered on 01 Aug 2024
1 answer
117 views

I want to be able to handle when a user does a long press on a row, and get the data item as the parameter to the command. Is there a way to this already, or is the only solution to create a custom behavior that uses a custom gesture?

I have tried using community toolkit touchbehavior, since it is a platform behavior it does not have reference to the grid or data item. Binding the SelectedItem in the view model does not get set in time -- the value in the view model is null when the command fires. I also tried Binding the CommandParameter to the SelectedItem, binding to the dataGrid by reference, which is null in the command parameter as well.

Any suggestions are welcomed, thanks for reading.

Didi
Telerik team
 answered on 01 Aug 2024
1 answer
143 views

Hi recently started to work my .net maui apps in NET - 8 on iOs, but i having a problem with telerik i can't even load any view with a telerik component, instead I got this error:

Excepción no controlada del tipo 'System.Exception' en Microsoft.iOS.dll: 'Could not create an native instance of the type 'TelerikUI.TKWeakReference': the native class hasn't been loaded.
It is possible to ignore this condition by setting ObjCRuntime.Class.ThrowOnInitFailure to false.'
<No se puede evaluar el seguimiento de la pila de excepciones>

I can't find any info related o similar cases, what can i do?

I don't have this problem in android it only happens in iOS, I'm using NET 8.0 and Telerik 6.5.0 version

 

 

 

Rafael
Top achievements
Rank 1
Iron
Iron
 answered on 31 Jul 2024
1 answer
137 views

I've noticed that when I use a RadComboBox or RadDatePicker within a Popup window on iOS that the dropdown displays outside of the popup window and therefore not able to click and choose options within the dropdown. I have created a basic program that shows the problem. I'm running it on an iPad simulator running iOS 17.5.  Sometimes, I can adjust the vertical offset to get it to display within the popup, but it would be better if it displayed just below the control.

Yana
Telerik team
 answered on 29 Jul 2024
1 answer
75 views
Using the example from: https://docs.telerik.com/devtools/maui/controls/listview/sorting#propertysortdescriptor

I am having issues adding a PropertySortDescriptor to ObservableCollection<SortDescriptorBase> without getting a type error.



I have tried playing around with things and I just can't seem to get it working based on the reference I have.  Any ideas?  I have tried using listView.SortDescriptors.Add without luck... I have tried binding it to a collection per the docks to no avail, and I've tried to move the types around to see if I can get a better result... nothing seems to work?


        _radListViewModel.SortDescriptors.Add(new PropertySortDescriptor() { PropertyName = "PickupNumber", SortOrder = SortOrder.Ascending }); // Conversion Error
        listView.SortDescriptors.Add(new PropertySortDescriptor() { PropertyName = "SchedArriveEarly", SortOrder = SortOrder.Ascending }); // Conversion Error
        listView.SortDescriptors.Add(new Telerik.Maui.Controls.Compatibility.DataControls.ListView.SortDescriptorBase() { PropertyName = "PickupNumber", SortOrder = SortOrder.Ascending }); // Error, its a type and cannot be used to create an instance


Didi
Telerik team
 answered on 24 Jul 2024
1 answer
178 views

Hi!

I migrated from Listview to Collectionview and I have 2 problems.
Can you help me?
1- Is it possible to hide the group indicator?
2- This blank space appears at the end of the layout. In the Listview everything is ok, but in the CollectionView I couldn't identify it. Do you know what it could be?

Yana
Telerik team
 answered on 12 Jul 2024
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?