Hi,
I am having 6 columns in the ultra grid. I want to have first column as an hyper link column which displays order numbers. On page load it displays search data in the webgrid. When the user clicks on the order number i.e the first column i want to take user to different page for editing the Order information. I dont know how to do it. And at the same time i want to pass the cell value of the first colum to the editing page.
Any help will be appreciated.
Thanks
Jay
Hi Jay,
You can use InitializeRow event to achieve this.
Refer following sample for more detail:
http://samples.infragistics.com/2008.2/WebFeatureBrowser/contents.aspx?showCode=True&t=WebGrid/HyperlinkCell/WebForm1.aspx~srcview.aspx?path=../webfeaturebrowservb/WebGrid/HyperlinkCell/WebForm1.src~srcview.aspx?path=WebGrid/HyperlinkCell/WebForm1.src
Let me know if this helps you.