Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Multicolor text in the UltraCombo grid cells
posted

I am trying to create a 'yahoo search' like functionality in my app. For this I need to be able to have characters of the different colors in the same cell. I was able to do it in the standard DataGridView by creating my own DataGridViewColumn and DataGridViewCell, setting it as a column in the grid an overriding Paint function of the cell

trying o do the same using UltraCombo and its Grid, can't seem to find any function/event which does the painting

Also can't find a way to set my own UltraGridCell and UltraGridColumn in the UltraCombo dropdown grid.

Any ideas ?

 

thanks