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)
        {