Hi
Is it possible to customize the cell color of an ultrapivotgrid? And show a customized tooltip for each cell?
Thanks!
Hello Zigor,
Thank you for posting.
In the Initialize Row Event using ‘Appearance’ property, you can change the color of the cell .
Something like this :
e.Row.Cells[i].Appearance.Normal.BackColor = Color.Red;
You can also refer to this forum post here discussing the same.
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/105876/changing-the-appearance-of-the-column
In order to enable tooltip you set ShowToolTips property but if you want to customize it, there is no build in property or method in
UltraPivot grid allowing you to do it, However, you can achieve this by implementing a custom DrawFilter. More about draw filter you may find by following the next link
http://help.infragistics.com/Help/Doc/WinForms/2015.2/CLR4.0/html/Win_Draw_Filter.html
Please let me know if you need further assistance.
Sincerely,Divya JainAssociate Software Developer