iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hello,
My code is below, I want set wengrid column hyperlinkformattext in codebehind, First time,when I click button(btnGetFullList) , it is work well , but second time, when I click button(btnGetFullList) , it is not work.(my WebGrid Name: grdDetailSearchPanel).
In additionally, hyper links of webgrid colums is only work on first page items of webgrid .
protected void btnGetFullList_Click(object sender, EventArgs e) { grdDetailSearchPanel.DataSource = myDataTable; grdDetailSearchPanel.DataBind(); }
protected void grdDetailSearchPanel_InitializeRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e) { grdDetailSearchPanel.RootTable.Columns[1].HyperlinkFormatString = Resource.Resource.SpSiteDetailPanel + "?FormID=" + e.Row.Cells[0].Text + "&SirColor=" + e.Row.Cells[13].Text; }
please help me.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname