Welcome to the ASP.NET MVC feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET MVC, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Need to provide support to use the formula in conditional formatting based on another cell value.
Customer requirement:
In spreadsheet mvc control I need to have conditional formatting in a cell based on the value of another cell in same row but next column, in Excel my conditional format formula is =COUNTIF(M5,"R"), so if i have my next column cell equal to 'R' i want to change the background of the previous column cell same row to blue. How can I accomplish this. I cannot find in you documentation anywhere.