Hi All,
I have a list view which can contain multiple rows of data. In each Row I want to identify certain static fields for eg: DUI and make it look like formatted text. like DUI and then when the user hovers over that I want to show the definition of DUI.
Thanks!
swetha.
You can't really do this with that control because it doesn't support different editors for each item. ou might want to consider using UltraGrid for this instead.