Browse By Tags

  • On Row Change ,while clicking on checkbox , form is Post Back in WebHierarchicalDataGrid Infragistics

    i am Implementing WebHierarchicalDataGrid in webforms, when i click on First Row and Check the Checkbox and then click on second Row and check the Another Checkbox , Form Post Back , in Simple words while chage the Row the Form Post Back, as i didn't Implemented…

  • CheckBoxes are Disabled in the WebHirarchicalDataGrid,How to Enable it ??

    i am Using WHDG, for Parent and Child Relationship. My Checkboxes are Disabled as i didn't want to Disabled them  . Here is My Code:


    <ig:WebHierarchicalDataGrid ID="WebHierarchicalDataGrid1" runat="server" AutoGenerateBands="False"…

  • WebHierarchicalDataGrid disable/enable sorting issue

    We are using WebHierarchicalDataGrid to display user information.We want to disable/enable sorting based on a checkbox.

    I have tried disabling the sorting using below ways:

    1. By calling 

    WebHierarchicalDataGrid.GridView.Behaviours.Sorting.Enabled = false…

  • How to Activate Filtering Mode: Advanced from code behind ?

    Hi,

    How can I Activate Filtering Mode: Advanced from code behind  for a WebHierarchicalDataGrid?

    Is it alternatively possible to activate advanced mode in HTML without recurring to Jquery or Javascript?

    Thanks,

    Marco

  • Editable cells keyboard accessibility

    Hi

    I am using WebDataGrid / WebHierarchicalDataGrid within Infragistics45.Web.v19.2 assembly.

    I am unable to access the editable cells inside the grid through the keyboard. 

    When the page loads, and I keep pressing tab, the focus never gets set on the editable…

  • Dynamically adding BoundField to WebHierarchialDataGrid, unable to see the column in browser

    I have a WebHierarchialDataGrid 'G1' in usercontrol page .ascx page with 20 columns existing. I'm getting data from .ascx page to .aspx page in ON_INIT() method adding controls to div 'Results'. After adding the controls, Through FindControls method I…

  • WebHierarchicalDataGrid template field link button

    I'm using the WebHierarchicalDataGrid with a template field that has a linkbutton; when the grid loads for some users the link button text will be "edit" and for some "view". I already have the change in the text for the parent rows working using the…

  • WebHierarchicalDataGrid Double Click

    I attached a file with my code.
    When a user double clicks a row I need to determine if they clicked a parent or child.
    I found simular javascript code on the forums; I'm getting error "Object doesn't support property or method 'get_behaviors'" on line…
  • How do I access a checkbox in WebHierarchicalDataGrid Band item template

    Sorry...but I simply cannot find an answer to this question. I want to access the checkbox shown in read below in code behind.

    Thanks in advance!

    <ig:WebHierarchicalDataGrid ID="WebHierarchicalDataGrid1"
    ClientIDMode="Static" ViewStateMode…

  • Is it possible to have different editors in the same column of either the webdatagrid or webhierarchicaldatagrid?

    I have an old web page that is using an ultrawebgrid.  It displays the following:

    In the "Value B" column, double-clicking on the 1st cell (Last Name) displays an editable text box with the value (Smith) in it.  If I click on the 6th cell (Adm…

  • 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…

  • Cell Editing with WebHierarchicalDataGrid with DropdownProvider produces error.

    I'm using IG 19.1 CLR4.5 with VS 2015 and IE11.

    When clicking the "Cancel" button after editing a cell, I get an undefined error in dynamic JS. The error occurs if I make a selection from the DropdownProvider control or not. It does not occur if I…

  • Behavior of webdatagrid

    Hi I got issue like the behavior of the type row adding being added requires that it has a parent behavior of the type editcore.

    Can u please explain why the issue coming 

  • Behaviours - Webdatagrid

    Hi,

    I got below error "The behavior of type Infragistics.Web.UI.GridControls.RowAdding being added requires that it has a parent behavior of type Infragistics.Web.UI.GridControls.EditingCore.  However, the parent type detected is Infragistics.Web…

  • DatePickerProvider in band in WebHierarchicalDataGrid display issue in FireFox

    In a web WebHierarchicalDataGrid  using a DatePickerProvider  for cell editing.

    When there are 2 or more bands expanded in firefox and you try and edit the cell the DatePickerProvider  renders much further down the grid then the currently select cell.

    This…

  • WebHierarchicalDataGrid - Access data source - webhierarchicaldatasource and SqlDataSource

    Hello,

    I use version 17.2.

    I have a misunderstanding about the use of the webhierarchicaldatasource of the webhierarchicaldatagrid.
    I use it with 2 SqlDataSource with parameters. (parent and child).

    I have the property InitialDataBindDepth="-1", so i'm…

  • WebHierarchicalDataGrid of version 11.1 rebinds the grid when i apply both column sort and resize property together

    WebHierarchicalDataGrid version 11.1 is used in my project.I applied <igUM:Sorting SortingMode="Multi" Enabled="true"> property in grid but it wasn't working.

    My grid is loading when i select value from dropdown and then…

  • WebHierarchicalDataGrid of version 11.1 rebinds the grid when i apply both column sort and resize property together

    WebHierarchicalDataGrid version 11.1 is used in my project.I applied <igUM:Sorting SortingMode="Multi" Enabled="true"> property in grid but it wasn't working.

    My grid is loading when i select value from dropdown and then click…

  • WebHierarchicalDataGrid bound to IEnumerable - keynotfoundexception

    I am trying to bind a WHDG to an IEnumerable Data source. It is pretty much a nested person set-up (Ex parent/child or boss/employee) and after it binds to the data source and loads the top level "person", any time I try to expand the grid to view the…

  • whg : calculate total on the client side

    2538.test01.zip

    Attached project with hierarchical grid and dataset as data source.. please show how to add calculation of the total  of the amounts on the child records on the parent record on the client side when value of the child records are changing…

  • modifying band server events

    Parent grid has server events like that :
     <ig:WebHierarchicalDataGrid ID="whdg" runat="server" Height="520px" Width="1040px" AutoGenerateColumns="False" DataKeyFields="idMaster" Key="idMaster"…

  • WebHierarchicalDataGrid not render EditingCore (client-side) after multiple RefreshBehaviors

    Hi all,

    Currently I'm handling the WebHierarchicalDataGrid from Infragistics v 18.23. Mostly the Columns, Behavior are inserted in the code-behind. My system are not allowed to use Ajax so I have encountered a lot of problem with the grid.

    I do bind…

  • Delete show infinity confirmation dialog

    I am using Infragistic V18.1 for APS.NET

    Currently, I am using WebHierarchicalDataGrid

     

    <ig:WebHierarchicalDataGrid DataKeyFields="IntegerValue" ID="WebHierarchicalDataGrid1" runat="server" Height="350px" Width="600px" 
                    OnRowUpdating=…

  • Get Table Name of WebhirachicalDataGrid

    Hi, I am using Infragistic V18 vol1.

    I bound data to WebhirachicalDataGrid by DateSet. The DataSet have 3 level. Category > Product > Order

    I do enable selection. I can get selectedRow by grid.GridView. I also can get Band by grid.Bands[0]

    I would…

  • WebHierarchicalDataGrid Batch Update perform commits on Client?

    Hello, 

    Currently I'm using Infragistics v18, I've tried looking for many results of Batch Updating in WebHierarchicalDataGrid.

    In the document and the sample, they show that Batch Updating can be enabled by set it to true in EditingCore.

    However…