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

Hello Team.

I am using syncfusion grid in blazor maui project. The export function works fine on windows but on android it does nothing. That is no download of the file.

Kindly investigate.

Warm Regards.


7 Replies

PS Prathap Senthil Syncfusion Team February 3, 2023 11:08 AM UTC

Hi Ali,

Thank you for reaching out to us regarding the issue you're facing with exporting files on the Syncfusion grid in your Blazor MAUI project. We appreciate you bringing this to our attention. We have created a working sample to help you resolve this issue and have ensured that it works correctly on both Windows and Android. We have attached the sample for your reference.

Regards,
Prathap S


Attachment: MAUIBlazor_fde3701.zip


AL Ali February 3, 2023 07:27 PM UTC

Hello Prathap.

Thank you for the reply. I will check it and get back to you.



AL Ali February 6, 2023 01:31 PM UTC

Hello Prathap.

The Export function is working fine.

I am also experiencing something; The sfNumeric textbox decimal does not work when using tablet with attached keyboard (Samsung s8 tablet). when you press the dot on the physical keyboard the decimal does not appear but when you use the onscreen keyboard it works fine. I also try to the use normal textbox with type numeric is also works fine.

I think it might be the control problem.

Kindly Investigate.

Thank you.




PS Prathap Senthil Syncfusion Team February 9, 2023 02:11 AM UTC

Thank you for the update. To better assist you, could you please confirm if you are experiencing the NumericTextbox issue on the Maui platform? We would also appreciate if you could provide any additional details or screenshots.



AL Ali February 9, 2023 09:45 AM UTC

Thank You for the mail. 

I will try it on the maui platform ang get back to you.



AL Ali February 13, 2023 10:32 AM UTC

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.



PS Prathap Senthil Syncfusion Team February 16, 2023 01:35 PM UTC

Thanks for the update!


We have branched a new forum for the latest query. The respective team will update the further details. Please follow the below forum for further updates.

https://www.syncfusion.com/forums/180576/maui-blazor-grid-export-not-working-on-android-branched-from-f-180303


Loader.
Live Chat Icon For mobile
Up arrow icon