How to set a column with hyperlink property for webdatagrid?
New DiscussionHi,
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.
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
6 Created On
Nov 04, 2014 Last Post
11 years, 4 months ago