Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I am trying to implement row-wise color schemes for my gantt chart based upon level.  I have previously implemented it using QueryCellInfo and QueryChartRowInfo, but I thought that it might be better to do it at the row level, rather than cell level to minimise calculations.

I changed my implementation to RowDataBound and it works for the Grid side of the control, but if I have any frozen columns, the added style is not applied to the frozen columns.

My question is in two parts:

  1. Should the Frozen Columns inherit the RowDataBound event formatting? (I think this might be a bug)
  2. Would it be possible to allow the RowDataBound event to apply over the whole row (ie. Grid + Gantt) (this is a feature request)

I have attached a sample solution file and the following images.


Empty


The following image shows chart with no frozen columns, with the conditional green formatting on the full grid row.Empty


The following chart shows with 2 frozen columns.  The conditional formatting is not applied to the frozen columns.

Empty