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);
}
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.