Browse By Tags

  • Child band paging on WHDG

    Using 19.1 CLR45 version 19.1.20191.115

    I have paging set on a child band of the WHDG. When changing pages, horizontal scrolling goes away. This behavior is occurring in browsers IE11, Chrome, and Edge. 

    Any help on this issue is appreciated.

    Thank you…

  • Disable paging with a PagerTemplate

    Hello,

    I created my own PagerTemplate as described here

    Because the Grid only groups the shown rows on the page I decided to disable the Paging so the user can see all grouped rows.

    Before I created my own PagerTemplate the disable function of the…

  • Paging and filtering dataSource

    Hi,

    I created a search dialog where I see all customer in the WebHierarchicalDataGrid using DataSet assigned to the DataSource.

    But if I go to page 3 (for example)  and then click to search passing at postback a custom filter, it correctily filter the…

  • Paging default PageIndex don't execute PageIndexChanged event

    I have a WebHierarchicalDataGrid with paging behavior configured and it works ALMOST perfect. I can navigate forward and backward to any page index except to the default page index. I can go to the last page, and then go back one page, and then go back…

  • Problems with WHDG events and behaviours after upgrade to Version 11.2.20112.2086

    Hello all,

    I am current running into a number of problems with the WHDG after upgrading from Version 11.1 to Version 11.2.20112.2086.

    I have created a sample application which replicates the problems experienced.

    I have a grid bound to a flat dataset…

  • Paging causes grid to be empty on a new databinding

    I have the following problem:

    1. when i bind the first time I have 5 pages.

    2. I click on page 5.

    3. I filter and there is only 1 page.

    4. The paging stays on the non existing page 5 and the grid is empty

    5. I click on page 1

    6. my results appe…

  • after selecting check box in grid row it shows uncheck after WebHierarchicalDataGrid.RefreshBehaviour

    I am Using, WebHierarchicalDataGrid having default paging. In the grid, I have first column in grid 'check box' in template field. When check box is check, and i click on button on top the programs works fine.

      additionally, I have drop down…

  • Retrieving data from grid always gets page one values

    I am using this code in a WHDG

    <ig:TemplateDataField Key="EditCol" Width="40px">
          <ItemTemplate>
             <asp:ImageButton ID="EditButton" runat="server"
                 ImageUrl="~/images/button-pencil.gif" Comman…
  • How to disable paging in WebHierarchicalDataGrid

    I've got paging enabled at design time with WebHierarchicalDataGrid. My boss wants a LinkButton that will allow the user enable/disable paging at runtime. Here's my code that isn't working...

    Paging paging = grid1.Behaviors.Paging;
    if (grid1…

  • Webhierarchicaldatagrid lost page index

    Hi, i have a problem about when i have for example a grid with 6 pages and i'm on page 5 then i do a new data load into the grid and this new load only has 3 pages, then the grid doesn't  show any data but the 3 page index appear on the botton…

  • Re: "No child grid script descriptors are available" error using paging and manual load on demand

    At last I've found out the reason of this error. Enabling tracing is the reason of this strange behavior.

    I compared your example with mine and found out that after commenting out from web.config line:

    <trace enabled="true" request…