User Profile & Activity

xu guochun Member
Page
of 9
Posted: April 26, 2011 2:54 AM

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!

Posted: April 26, 2011 1:14 AM

Hi,

    Oh,thanks!

   

Posted: April 25, 2011 8:43 AM

Hi,

    I know LoadOnDemand feature, I just want to know how to achieve this feature with WebTreeView and LoadOnDemand.

thanks.

Posted: April 25, 2011 1:04 AM

Hi,

    Please use IE8 to view the example.

Hi,

     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?

      Thanks!

Hi,

     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!

Thanks!

Posted: April 18, 2011 4:27 AM

Hi,

    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".

Thanks!

Posted: April 16, 2011 1:26 AM

Hi,

    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.

thanks.

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();
        }

Hi,

    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?

Thanks!

Posted: March 30, 2011 8:51 PM

Hi Lili Khiung,

     Now it's Ok!

 

thanks a lot!

All times are GMT -5. The time now is 7:32 AM.
Previous Next