Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » Tooltip » ultrawebgrid (RSS)
Sorry, but there are no more tags available to filter with.
  • Column Header Tooltips

    I need to use custom tooltips for my column headers, and the two methods I have tried, neither has worked. Method 1: void mGrid_InitializeRow(object sender, RowEventArgs e) { foreach (UltraGridColumn col in mGrid.Columns) { col.Header.Title = "New Tooltop Value: " + col.Caption; } } However...
    Posted to Forum by anthorr on 03-12-2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems