Browse By Tags

  • Documentation and samples

    Hi,

    going thru the documentation, it is not very clear as to what is the difference between few properties in the API. For example, considering Infragistic BoundDataFieldin webgrid or hierarchywebgrid what is the difference between DataFieldName and…

  • double click event

    How can i have a server side double click event?

    I'm trying to migrate an application from utragrid to the new hierarchical grid.

    i'm no asp.net specialist.... :(

    Can anyone help me?

    Guy

     

  • Changing the datasource

    Is there a way to clear the viewstate for the grid in order to change the datasource from the code behind?  

    I have a requirement that the users are able to change the datasource being viewed in the grid at any time or basically recreate the grid with a…

  • WebHierarchicalDataGrid Sending Existing Rows back to server after edit

    Scenario:

    WebHierarchicalDataGrid 

    AutoUpdate = False, BatchMode= True

    AutoGenerateColumns="false"

    AutoGenerateBands="false"

     

     

     

     

     

     

     

    EnableAjax="False" EnableAjaxViewState="False"

    Ena…

  • SQL Saving Child grid entries

    My grid looks something like this...

    Parcels
          Parcel Details
          Parcel Notes.

    The notes row is the only row that's editable.  Notes can be added and edited, but not deleted.

    Everything is working just fine, I can edit notes all day, but ADD is the…

  • WebHierarchicalDataGrid binding through code

    Hello,

    I am attempting to bind my WebHierarchicalDataGrid through code using LinqToSQL methods. The parent grid displays and when I click arrow to view the child view, the following error message displays: 

    [Exception]: DataView has no DataSourceID or…

  • Creating bands for childnodes in code behind without postback

    Hello, I am creating my whole WebHierarchicalDataGrid in a separate function in codebehind.

    I create a couple of Dataviews with Relations and bands with columns for the levels.

    Now some strange things happen:

    As soon as i set the initialbandwith to…

  • No child grid script descriptors are available????

    Hello,

    i want to Bind EntityCollections (LLBL-Engine) to the WebHierarchicalDataGrid.

    When I start the ASP.NET site. The Job will be shown. When i click on the Job, to watch its protocolls, this error is being displayed:

    Runtime Exception: No child…

  • How to copy sum of Child Column values to Parent Column

    Hi All,

    I had a parent and and two child bands in WHDG. where as i need to bind the sum of Child Column value to Parent Column at the time of DataBinding. i atteched an jpg file..plz give me reply..

     

    am using 2009.2 version

     

    Regards

    Naag

  • Proper way to filter child rows

    quick rundown of what im doing, i have a list of Parents with Children as normal, both the parents and children have macaddresses (field mac), the children are associated to the parents by a field "assocmac" ... the issue is i needed a way to search both…

  • WHDG script error with IE 9

    Hello,

    this is my first post here.

    I am using infragsitics controls for winforms and asp.net for a while and feel to have a good understanding how to use them now, but this time it doesnt seem I can solve my problem.

    In my current project I use a WHDG…

  • Saving cell value on TAB in child band

    Hi all,

    I have this issue: I have a main hierarchical datagrid (WHDG) with one child band. In child band I want to be able to edit a few columns. On each cell change I want to call Save method from my ObjectDataSource.

    If anybody knows how to do this…

  • InitializeRow event. How do I know what view it's part of

    How do I determine the view that a particular e.Row.DataItem is part of in the InitializeRow event?

     

    Specifically, I'm wanting to set one or more properties for a Template column from the code-behind at runtime.  Is InitializeRow the correct event…

  • The data does not correspond to valid JSON.

    Hi all,

    after a couple of days of looking for a solution to my problem, I hope you'll be able to help me.

    I am getting the "Cannot deserialize" error when attempting to add a new row in my child band.

    Here is my aspx:

    <

     

  • How to bind data Programmatically for the Bands of a WebHierarchicalDataGrid

    How to bind data for the WebHierarchicalDataGrid and if we declare a bands in the aspx page, how to bind the data for these band and how to build the relation between parent and child.

  • Runtime Exception

    I'm trying to bind a HierarchicalDataGrid to a HierarchicalDataSource. The data source is composed of two objectdatasources. When I set the InitialDataBindDepth = 1 I can expand an see the child band. But when I set the InitialDataBindDepth = 0 and expand…

  • Unbound column in a databound grid

    Hi,

    I'm have a WebHierarchicalDataGrid bound to a HierchicalDatasource. The datasource contains two ObjectDataSources.

    My main grid also has a button column, so the columns look like this:<ig:BoundDataField DataFieldName="Comment_Body"…

  • Dynamic Setting Web hierarachical Data Source

    Hi,

     The below code sets the Web hierarchical Data Source with Web Hierarchical Data Grid. The Complete flow is given.

    The code is wrieen in VB .NET.

     

     Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
           
            Dim webgriddataset…

  • Re: WebHierarchicalDataGrid and TemplateDataField and Databinding Events - How to?...

    Alex,

    thank you for your comprehensive reply :)

    Meanwhile I'm posting sample of my custom template class I hope it's helpful to someone else.

    This is what works for me quite well - databinding with template column where I'm injecting some html…

  • WebHierarchicalDataGrid databinds twice

    I am trying to optimize my WebHierarchicalDataGrid so it hits my DataSource as few times as possible, since the data sent back in forth is quite large I want to avoid as many trips as I can.

    I am doing Load On Demand programmatically so none of my child…