Rank: Member Groups: Member
Joined: 2/24/2009 Posts: 16
|
Hi, Can we pass two data field to custom column of Grid Control? As i am trying to show cell value as some text and another value to pass as a parameter of popup window.
Code: Visual Basic.NET
<eo:CustomColumn MinWidth="200" Width="200" AllowSort="True" DataField="ID,Notes" ClientSideGetText=""
HeaderText="Notes" DataFormat="<a href="downloaddocuments.aspx?type=n&cID={0}" target="_blank">{1}</a>">
</eo:CustomColumn>
Thanks, Alvin
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|