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.
Hi,
I''m using a GDBG and want to set the CellTipText Property for the cells.
1.Can we set this style property row by row?
2.If not, I hadled the QueryCellInfo method and set the celltiptext properties; but it decreases performance very much. In reality it is a drudgery to set it in QueryCellInfo EventHadler; what would be your advice?
ADAdministrator Syncfusion Team March 17, 2004 06:03 AM
You will have to use Model.QueryCellInfo to set any style property row by row (or cell by cell) in a GridDataBoundGrid.
Have you taken a look at the sample in this KB that shows how you might do this to add CellTips to a GridDataBoundGrid? The sample supports individual cell tips, but you could modify it so the hashcode is only based on the row, and that way only support row tips making things a little more efficient.
http://www.syncfusion.com/Support/article.aspx?id=10369