All Tags »
Tooltip »
ultrawebgrid (
RSS)
Sorry, but there are no more tags available to filter with.
-
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...
Page 1 of 1 (1 items)