Dear All,
Do anyone share the code to set Hyperlink in infragistics wingrid's column(s) ?
You can set the column style to display as URL., that will give you a hyperlink. The best palce to do it is in the InitializeLayoutEvent.
This is how you can do it..
grid.DisplayLayout.Bands[0].Columns[0].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.URL
Thanks.,
It works fine, thanks viswanth.
Hi All,
How do I retrieve selected Column.Index of wingrid row (mouseclick event) in infragistics 8.2 ?