The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
So it''s me again :-)
My Problem is, that i am trying to set the style for a whole row (like bold font for all elements in the row) in a RecordValueChanged event. How can i do this, I didn''t find a way to set the style for a row.
Sorry for my questions, but I think the whole groupinggridcontrol section isn''t as good documented as the gridcontrol itself.
Kind regards
Franz
ADAdministrator Syncfusion Team July 20, 2005 03:15 PM UTC
There are no ''rowstyles'' in the GridGroupingControl.
There are two ways you can get a style applied to a row. One is to use the QueryCellStyleInfo event and set the e.Style property there if the e.TableCellIdentity points to the Record that you want to set the style on.
If you want to conditionally set the style of a row, you can use ConditionalFormats. See this forum thread. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=31513