We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Maui Blazor Grid Export Not Working on android - Branched from F 180303

Hello. I can't find any syncfusion numeric textbox control for dot net maui.

However with my maui blazor project I am using syncfusion blazor control version 20.4.0.44.

The below is the sample code I am using. The decimal does not work with only android physical keyboard. I haven't gotten another android device with a pysical keboard to try it on.

@page "/itemlist"

@using ChunjeeApp.Data

@using Syncfusion.Blazor.Popups;

@using Syncfusion.Blazor.Inputs;


<div class="form-group row">

<label class="col-md-4">Final Cost Price ($)</label>

<div class="col-md-8">

<SfNumericTextBox TValue="double" Format="$ #,###.##"  @bind-Value="@Item.UOC_Dollar">

</SfNumericTextBox>

</div>

</div>


Thank you.


7 Replies

UD UdhayaKumar Duraisamy Syncfusion Team February 19, 2023 10:34 AM UTC

Hi Ali,


We have validated the reported query on our end, but unfortunately, we were unable to reproduce the reported issue as per your scenario. We have also shared a sample and video illustration for your reference. In order to assist us in identifying the problem and provide a better solution, we kindly request that you provide additional details about the issue, as mentioned below:


  1. A simple, runnable sample that illustrates the issue you are experiencing (or modify the shared sample as per your scenario).
  2. Issue replication steps.
  3. A video illustration of the issue.
  4. Testing Device model name with OS version.


Sample and Video illustration: https://www.syncfusion.com/downloads/support/common/3933/ze/MauiApp1_aad13f46.zip


Regards,

Udhaya Kumar D



AL Ali replied to UdhayaKumar Duraisamy February 19, 2023 04:06 PM UTC

Hello Mr. Kumar.

Thank you for the reply. I check the sample illustration and report back at you.

Regards.



UD UdhayaKumar Duraisamy Syncfusion Team February 20, 2023 04:10 AM UTC

Thanks for the update. We will wait until hear from you.



AL Ali February 24, 2023 08:10 AM UTC

Hello. I get  Access Denied when trying to download the above sample illustration.



AL Ali February 25, 2023 01:57 PM UTC

Hello. Kindly find the below illustration and code sample since I wasn't able to download the your sample code. 


Sample Code


Recording 1

Recording 2

Recording 3

I can't tell whether is the keyboard, since any other input control works fine.

Best Regard



UD UdhayaKumar Duraisamy Syncfusion Team February 28, 2023 12:50 PM UTC

We have considered the reported issue “Decimal separator not working when using NumericTextBox with MAUI” as a bug from our end, and the fix for the issue will be included in our upcoming patch releases in mid-March 2023.


You can now track the status of the feedback through the below link,

https://www.syncfusion.com/feedback/41622


Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”



UD UdhayaKumar Duraisamy Syncfusion Team March 29, 2023 11:03 AM UTC

We have fixed the reported issue “Decimal separator not working when using NumericTextBox with MAUI” from our end in the latest 20.4.54 version. So, we suggest you upgrade to our latest version to resolve the current issue.


Release Notes: https://blazor.syncfusion.com/documentation/release-notes/20.4.54?type=all#bug-fixes-6


Loader.
Live Chat Icon For mobile
Up arrow icon