Declined
Last Updated: 14 Dec 2023 15:49 by ADMIN
Nico
Created on: 16 Nov 2023 06:16
Category: ListView
Type: Bug Report
0
[net8] ListView Footer Issues

When updating to .net8 the following snippet doesn't work with target net8 (maui 8.0.3). Same works with net7 (up to 7.101).
Stops me from targeting net8.


<telerik:RadListView.FooterTemplate>
    <DataTemplate>
        <Grid
            BackgroundColor="{AppThemeBinding Dark={StaticResource ListElementColorDark},
                                              Light={StaticResource ListElementColorLight}}"
            IsVisible="{Binding CanSearchMore}">
            <telerik:RadBorder Padding="8,10" Style="{StaticResource ListItemContainer}">
                <Label HorizontalOptions="Start" Text="{Binding SearchMoreText}" />
            </telerik:RadBorder>
            <Grid.GestureRecognizers>
                <TapGestureRecognizer Command="{Binding SearchMoreCommand}" />
            </Grid.GestureRecognizers>
        </Grid>
    </DataTemplate>
</telerik:RadListView.FooterTemplate>

1. TapGestureRecognizer: Command is not executed / Click not detected
2. Style: Having a PointerOver in "ListItemContainer" works with net7. Doesn't work with net8

3 comments
ADMIN
Didi
Posted on: 14 Dec 2023 15:49

Hello Nico,

I am glad to hear the issue is resolved. Thank you for the follow up message.

Regards,
Didi
Progress Telerik

A brand new .NET MAUI course was just added to the Virtual Classroom. The training course is developed to help you get started with the Telerik UI for .NET MAUI components and features. It aims to put you in the shoes of an engineer who adds new features to an existing application. You can check it out at https://learn.telerik.com
Nico
Posted on: 14 Dec 2023 15:11

Hi Didi,

thanks for testing - your sample project works for me too, while mine isn't within the whole complex app.

Couldn't break it down... but good news:

Retested with 8.0.4-nightly.9750 and there it's working within the complex app too :) issue has been gone.

Ticket can be closed.

thx Nico

ADMIN
Didi
Posted on: 22 Nov 2023 16:48

Hi Nico,

I tested the case and cannot reproduce the behavior. Sample project is attached. It uses .NET 8 official (Maui 8.0.3). The project is created in VS for Windows 17.8.0. 

Run the project and test on your side. Looking forward to your reply.

Regards,
Didi
Progress Telerik

A brand new .NET MAUI course was just added to the Virtual Classroom. The training course is developed to help you get started with the Telerik UI for .NET MAUI components and features. It aims to put you in the shoes of an engineer who adds new features to an existing application. You can check it out at https://learn.telerik.com
Attached Files: