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" >
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,
Hi,
I'm using this link to download and install MAUI controls.
I did it but I can't run the solution:CryptoTracker
I have this error
My net.config content is:
<?xml version="1.0" encoding="utf-8"?>
Hi,
I download CrytoTrackr solution from github and get the given error:
Severity Code Description Project File Line Suppression State
Error NU1102 Unable to find package Telerik.UI.for.Maui with version (>= 0.5.0)
- Found 1 version(s) in PackageSource [ Nearest version: 0.4.0 ]
- Found 0 version(s) in C:\Program Files\dotnet\library-packs
- Found 0 version(s) in dotnet6
- Found 0 version(s) in skiasharp
- Found 0 version(s) in nuget CryptoTracker C:\Program Files (x86)\Progress\Telerik UI for .NET MAUI 0.4.0\maui-samples-main\Samples\CryptoTracker\CryptoTracker\CryptoTracker.csproj 1
Thanks,
Hello,
The RadPanorama from WinForms is very welcome in .NET MAUI.
It's a flexible UI and a powerful way to manage information.
Thanks in advance,
Jefferson Motta
Please update the global.json file in your demo application to the new Version of the .NET SDK
{
"sdk":
{
"version": "6.0.100-preview.6.21355.2",
"rollForward": "disable",
"allowPrerelease": true
}
}
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