This is a migrated thread and some comments may be shown as answers.

email column

0 Answers 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ajmal
Top achievements
Rank 1
ajmal asked on 12 May 2011, 05:59 AM
Hello All,

I need to add hyperlink on each email, so that when user click on email link then outlook should ne open. I know the syntax

<a href mailto ="">a@a.com</a>....

how to add this template with email column... please see attached snap.

if (column.ColumnName == "Email")
                        {
                            columns.Bound(column.DataType, column.ColumnName).Title("Email");
                        }

Tags
Grid
Asked by
ajmal
Top achievements
Rank 1
Share this question
or