Declined
Last Updated: 20 Oct 2020 10:32 by ADMIN
yao
Created on: 10 Nov 2019 01:53
Category: KendoReact
Type: Feature Request
0
Column locked with KendoReact Grid is not locked in the android mobile. It's OK in the iphone safari
<Grid
                    style={{ height: '400px', width: '500px' }}
                    data={products}
                    reorderable
                >
                    <Column field="ProductID" title="ID" width="45px" locked />
                    <Column field="ProductName" title="Name" width="250px" />
                    <Column field="Category.CategoryName" title="CategoryName" />
                    <Column field="UnitPrice" title="Price" width="90px" />
                    <Column field="UnitsInStock" title="In stock" width="90px" />
                    <Column field="UnitsOnOrder" title="On order" width="90px" />
                    <Column field="Discontinued" width="120px" locked={true} />
                    <Column field="QuantityPerUnit" title="Additional details" width="250px" />
                </Grid>
2 comments
ADMIN
Stefan
Posted on: 20 Oct 2020 10:32

Hello,

Closing as no follow-up was provided for the issue.

Regards,
Stefan
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

ADMIN
Stefan
Posted on: 11 Nov 2019 10:44

Hello,

We have tested this on a couple of Android devices and it is working as expected on them.

Could you please share the Android version and the device that is reducing the issue, so we can test it there as well.

Regards,
Stefan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items