We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon