#108828
FerrisChamp
Participant

Hi,

So I am starting off with no conditional formatting then trying to capture any conditional formatting on a button click.

var temp = grid.ConditionalFormatting;

However the grid.ConditionalFormatting property is empty (count = 0) even when I have conditional formatting applied. I am using the C# on the razor page and not JS, not sure if that makes a difference.

Thanks you,

Ferris