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
140
How to apply style to 'Infragistics.WebUI.UltraWebGrid.ValueListItem'
posted

Hi,
I'm going with some coding like-

Dim valItem As Infragistics.WebUI.UltraWebGrid.ValueListItem

I'm storing some values in this item like-

valItem.DisplayText ="Test"
valItem.Key = "0"
valItem.DataValue = "1"

But now I'm unable to apply color to the text of this item object.
So how can i achieve this?