In form table edit missing in Android browser

1 Answer 72 Views
Grid
Taras
Top achievements
Rank 3
Iron
Iron
Veteran
Taras asked on 03 Oct 2022, 08:50 PM

I have an ASP.Net Core web app running in Azure (MVVM pattern).
It works correctly on desktop/laptop computers. Most of it runs correctly on Android devices (tested on Android 9, 11 & 13 with Chrome & Edge), but there is one piece that doesn't work correctly.

 

When I try to execute an inform table (for lack of better description), it doesn't display the fields in Android browsers. Below is a description of the issue This is contained in a fieldset in the FormAddEdit view (.cshtml) and the controls are in a partial view.

 

It's working off of a kendo template defined in javascript in the FormAddEdit view. Other javascript functionality is working.

This is based on operation on a laptop.

Figure A enter image description here

Clicking on the + button the following should be displayed, and the user can select the date/time, enter treatment

 

Figure B enter image description here

Clicking outside the row, the following would be displayed

 

Figure C enter image description here

 

This is based on operation on an android tablet. Figure A (as above) would be displayed

Click on + displays figure D

 

Figure Denter image description here

The expected display is Figure B

If there was a treatment present, this is operation on android 

 

Figure E

enter image description here

Clicking the pencil (edit) briefly displays something but returns to this display. It should display the data entry fields as shown in figure b, except showing the data. Clicking on the + (add new), displays what is shown in figure F

 

Figure F enter image description here

 

Is there something that needs to be changed when running on an Android browser?

1 Answer, 1 is accepted

Sort by
0
Stoyan
Telerik team
answered on 06 Oct 2022, 04:24 PM

Hello Taras,

Could you share the configuration on your side where the issue is observed.

Ideally an isolated sample project with dummy data will enable us to investigate the reported behavior faster.

Thank you for your cooperation in advance.

Regards,
Stoyan
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Taras
Top achievements
Rank 3
Iron
Iron
Veteran
commented on 06 Oct 2022, 07:38 PM

I'll try to put something together.  It may take a bit of time to separate things out.
Taras
Top achievements
Rank 3
Iron
Iron
Veteran
commented on 12 Oct 2022, 07:01 PM

As I was coming up with a sample to provide, I ended up using .Net Core 6 and the latest Telerik release.

The problem went away.

This can be closed.

Tags
Grid
Asked by
Taras
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Stoyan
Telerik team
Share this question
or