I have been watching your MAUI product development and the only thing that is holding me back from using your suite is the lack of a Scheduler control. Your competitor, Syncfusion, has one, it looks and works great, but their other controls are lagging. You have more control offerings in your suite, but you don't have a calendar/scheduler control. You release one and I'm a customer just like that!!
Regards, Steve Miller
Hi Team,
Please introduce a SignaturePad control to Telerik UI for Maui.
Manish
I have a form with a RadDataGrid on it.
I am trying to bind it's itemssource with the following code:
var products = JsonSerializer.Deserialize<List<Product>>(response);
dataGrid.ItemsSource = products;
No data is showing up in the grid.
If I set the value in the Constructor of the form (like in the demo code provided it binds fine.)
private void OnCounterClicked(object sender, EventArgs e)<telerikDataGrid:RadDataGrid x:Name="dataGrid" Grid.Row="3" AutoGenerateColumns="False" >
When you release your MAUI components, can you please provide well designed working sample projects so that your customers can get started quickly.
These projects should be fully working Line of Business (LoB) apps which is your target market i.e. customers like me.
These samples should connect to ReST Web API's (as is the case with all my KendoUI projects), with a login screen, and then desktop, tablet and mobile 'personalities' with navigation bar, hamburger side menu, caption, search, account drop down, CRUD etc... i.e. all the things modern apps have these days.
You should also produce a 'kitchen sink' app which demonstrates the use of every component in a simple 'app' without use of overly complex code which could confuse or intimidate your customers.
Remember, you are the experts, not your customers, else we would not be buying your products, we'd build our own. Help us to build cool products with your components.
If you have read the famous 'mythical man month', Brookes recommends buying components, especially big ones, the bigger the better. He means buying fully scaffolded, working, documented, easy to understand, application source code e.g. LoB projects which you are best placed to construct for our benefit. Progress has many excellent tech evangelists, I have watched their presentations, and I'd like to see these people involved in constructing these LoB sample apps, as their video presentation skills will also benefit your customers in understanding best practice for building LoB apps.
I hope this helps?
Kind Regards
Garry
https://www.telerik.com/support/whats-new/maui-ui/roadmap
Can you give me a rough timeline when these would be available for MAUI?
Thanks,
Manish
Update Visual Studio 2022 Preview to 17.3.0 Preview 1.0.
Create a new MAUI application using the "Telerik .NET MAUI App (Preview) (Progress). (Attached).
Build the application (test done targeting "Windows Machine"; net6.0-windows10.0.19041.
Two errors will appear in the Error List window:
Severity Code Description Project File Line Suppression State
Error PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry. TelerikMauiApp2 <FullPathOmitted>\TelerikMauiApp2\WINAPPSDKGENERATEPROJECTPRIFILE 1
Error PRI222: 0x80073b0f - Unspecified error occurred. TelerikMauiApp2 <FullPathOmitted>\TelerikMauiApp2\WINAPPSDKGENERATEPROJECTPRIFILE 1
These errors are typically seen when some component is not at the same version as the framework. In this case, Telerik UI for .NET MAUI 0.8.0 targets RC2 according to the release notes.
Dear Support,
I am trying out the DotNet MAUI.
Have encountered an error in building the app after installing Telerik.UI.for.Maui.
Without the Telerik UI, it is ok.
Have followed :
Appreciate any assistance
Regards
Pedro
I'm running a new preview installation of Visual Studio Preview (latest) as recommended by the docs. When trying to run the CryptoTracker example for the first time, I receive this error. I'm trying to run this on an iOS simulator that connected without any issues while pairing. Any help would be appreciated :)
Hi Team,
I would like to be able to have a Ribbon component for Windows and MacCatalyst that is just as feature rich as the UI for WPF RibbonView (or at least similar to the UI for WinUI RibbonView).
I connected my Mac mini through VS2022, I can deploy the hello world app to the IOS simulator. After I installed Telerik for MAUI 0.5.0. It says "Ditto" Exited with Code 1. I cannot use the IOS simulator for debugging, but no error for Android and Windows platform.
Hi,
I think is bug :
<telerikInput:RadEntry x:Name="txtName" WatermarkText="User Name" HorizontalOptions="Center" VerticalOptions="Center" WidthRequest="200" Text="test"/>
In this case you do not see the Text property value "test".
Thanks,
Hi,
I tried to install MAUI from NuGet packets , and is not seen ? Why?
Thanks,