JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Grid Properties Not Updating › Reply To: Grid Properties Not Updating
September 28, 2023 at 2:47 pm
#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