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
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?
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
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
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.
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
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.
_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
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?