GDBG - Dynamic Setting CellTipText

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?

1 Reply

AD Administrator Syncfusion Team March 17, 2004 11:03 AM UTC

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

Loader.
Up arrow icon