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
4695
how to code to add the URL link feature to the column1
posted

Dear all,

How can I change the column format in ultragrid to be URL link so that when user click the cell link , it will trigger ultraGrid1_AfterCellActivate?? I need to be in coding such as this.ultragrid1.displayLayout.Bands[0].Columns["SKU"].xxxxx

private void ultraGrid1_AfterCellActivate(object sender, EventArgs e)
        {

Parents
No Data
Reply
  • 53790
    posted

    Hello Rchiu5hk,

    I try to reproduce your scenario in a small sample. Could you please take a look at the attached sample and video file and let me know if you have any questions.

    Regards

    UltraGridURLColumn_3.zip
Children