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
92
Dynamically generated hyper links
posted

Hello all,

  I plan to migrate my current application which has some web tabular forms to the webgrid. However, my current application has dynamically generated hyper links for some columns items. So what do I need to do if I want the same functionality in the webgrid? Thank you very much.

 

  • 1763
    posted

    If you want to have hyperlinks as the content of the cell, you can set the column type.

    UltraWebGrid1.Columns[0].Type = ColumnType.HyperLink;

    But if there's something else you're intended to do, please explain a little bit more of your scenario.