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
1280
How to set a column with hyperlink property for webdatagrid?
posted

Hi,

Migrating from Infragistics 7.3 to 13.1.

private void Ultrawebgrid1_InitializeLayout(object sender, Infragistics.WebUI.UltraWebGrid.LayoutEventArgs e)
{
        UltraGridColumn Name = existingColumns.FromKey("Name");
        Name.Type = ColumnType.HyperLink;
}

How to set a column with hyperlink property for webdatagrid?

Please provide sample in C# code behind.

Any help is highly appreciated. Please advice urgently.

Parents Reply Children