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
Hi,
Can you tell me,When the OnNodeAdd Event will be raised? I search the JS File, but did not find the calling code.
Thanks!
Oh,thanks!
I know LoadOnDemand feature, I just want to know how to achieve this feature with WebTreeView and LoadOnDemand.
thanks.
Please use IE8 to view the example.
I click the "next page" to goto page #2, then export the data, but the excel file only contain #21-#40, 20 records.
How can I Export all data in this scenaio?
I set the property like this, but the issue is still exist.
<LayoutSettings PagingMode="ClassicPaging" PagingLoadMode="Custom" PagingSize="20" PagingDataRetrievalMode="ReturnPartialRows" AllowExport="Yes" PagingExportMode="ExportAllData"> </LayoutSettings>
The attchments is Code and Database.
Help me please!
I can't open In WebGrid 7 Documentation (Visual Studio 2010) my machine, I only can open WebGrid 7 Documentation (Visual Studio 2008).
I read the information about Custom Paging, but can't find the information about custom Sorting and Custom Filtering.
Is here a problem with my installation?
I install with the file "webuistudio2010r2.exe".
First sorry for my bad English.
We used Webdiyer AspNetPager with GridView, use DBPaging database procedure , to dynamically display a large amount of data. Now we buy your controls, if we use LoadOnDemand mode, you must bind the DataSource, It's so difficult to upgrade our system, And flexible enough. If you can provide similar Webdiyer AspNetPager's PageChanged events, then our system's upgrade will be very simple.
Of course, if use this mode, then the Sort and Filter the grid, also need to provide events to allow us to achieve sort or retrieve data. If WebGrid can provide OnSort and OnFilter event, it would be perfect.
Here is the old code in our system.
<webdiyer:AspNetPager ID="Pager" runat="server" PageSize="15" NavigationButtonType="Image" PagingButtonType="Image" OnPageChanged="Pager_PageChanged" ImagePath="../../Images/page/" CpiButtonImageNameExtension="r" DisabledButtonImageNameExtension="g" ButtonImageNameExtension="n" ShowCustomInfoSection="Left" InputBoxClass="inputtxt" SubmitButtonClass="backendbtn22" AlwaysShow="True"> </webdiyer:AspNetPager>
protected void BindGrid() { int TotalNum = 0; string HandleType = "";// dropType.SelectedItem.Value; DataView Dv = Msg.WaitHandle_PageView( this.UserGuid, this.JobLst, 0, DateFromTo.FromValue, DateFromTo.ToValue, txtTitle.Text, "办理", HandleType, "Messages_Center", "", "", Pager.PageSize, Pager.CurrentPageIndex, "", txtArchiveNo.Text, 3, out TotalNum); GridHandle.DataSource = Dv; GridHandle.DataBind(); //动态设置用户自定义文本内容 Pager.RecordCount = TotalNum; Pager.CustomInfoText = "记录总数:<font color=\"blue\"><b>" + Pager.RecordCount.ToString() + "</b></font>"; Pager.CustomInfoText += " 每页:<font color=\"blue\"><b>" + Pager.PageSize.ToString() + "</b></font>"; Pager.CustomInfoText += " 总页数:<font color=\"blue\"><b>" + Pager.PageCount.ToString() + "</b></font>"; Pager.CustomInfoText += " 当前页:<font color=\"red\"><b>" + Pager.CurrentPageIndex.ToString() + "</b></font>"; } /// <summary> /// /// </summary> /// <param name="src"></param> /// <param name="e"></param> protected void Pager_PageChanged(object src, Wuqi.Webdiyer.PageChangedEventArgs e) { Pager.CurrentPageIndex = e.NewPageIndex; BindGrid(); }
I create a ContentTemplate NavBar with WebTreeView at server side.the NavBar display correctly, but the WebTreeview can't display ?
Can you give me a samples?
Hi Lili Khiung,
Now it's Ok!
thanks a lot!
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