|
-
August 27th, 2009, 08:47 AM
#2
Re: Sorting Template Columns in a Datagrid
To make a link appeared at the column header that allows sorting on the result,
you have to put SortExpression in your TemplateColumn, like your provided code
<asp:TemplateColumn SortExpression="Email_Add" HeaderText="Email Address">
Definite AllowSorting is a must to enabled.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|