Completed
Last Updated: 15 Aug 2023 13:06 by ADMIN
Release LIB 2023.2.821 (21 Aug 2023)
John
Created on: 08 Aug 2023 16:13
Category: VirtualGrid
Type: Bug Report
0
VirtualGrid: CellDecorationsNeeded event is not thrown for pinned cells

The CellDecorationsNeeded event isn't raised for pinned columns/rows

I would expect this event would be raised regardless of pinned state. Otherwise the UI would not be consistent when columns/rows are pinned.


// SomeVirtualGrid.xaml.cs
public SomeVirtualGrid()
{
    InitializeComponent();
    vg.PinColumnLeft(0);
    vg.PinColumnLeft(1);
    vg.PinColumnLeft(2);
}

 


1 comment
ADMIN
Vladimir Stoyanov
Posted on: 14 Aug 2023 10:53

Hello John,

Thank you for the provided information. 

I was able to reproduce the described scenario and I have prepared a fix for it. If it passes our testing process, it will be included in our next latest internal build. I have also added a some telerik points to your account as a small thank you for brining this to our attention. 

For the time being, I am afraid that I cannot suggest a workaround for this scenario as it is related to internal functionality of the control. I do apologize for any inconvenience caused.

Regards,
Vladimir Stoyanov
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.