Hello, I have a WebDataGrid with the TemplateDataField shown below. First, I would like to get a value from the first column in each row, then I would like to create the NavigateUrl value for each TemplateDataField in the WebDataGrid. Please help with codebehind values for WebDataGrid1_InitializeRow Sub.
<ig:TemplateDataField Key="View"> <ItemTemplate> <asp:HyperLink ID="hlView" runat="server" Target="blank">View</asp:HyperLink> </ItemTemplate> </ig:TemplateDataField>
Thanks much! Dave
Dear Dave,
Thank you for contacting Infragistics!
We have received your support request concerning setting the NavigateUrl in a TemplateDataField during InitializeRow, and this case has been assigned to me. Infragistics is dedicated to helping you solve this issue. Our team and I have done an initial review of your case and I am looking into the methods to achieve this and will get back to you by the end of Tuesday with more information or questions for you.
Looking forward to hearing from you.
Thanks Michael...my codebehind is in VB. Please provide solution as VB too.
Much appreciated!!!