Browse By Tags

  • How do I exclude a class field/property/method from being data-bound to an UltraGrid when that class is passed to SetDataBinding()

    I have some classes that I wish to bind to an UltraGrid for display, but there are public properties that I would like to be excluded from the binding/columnar display, specifically some List<T> properties that I do not want to be bound/displayed. For…

  • UltraTree with DataBind is duplicating data

    I have an UltraTree set up with DataBinding.

    The DataSet is one table, which is self-referencing for its heirarchy.  Each record has an "ID" field and a "ParentId" field.

    I've set up the DataSet like this:

    _level1DataSet.Tables…

  • Ultratree Databinding setting Tag

    Hey all,

    I'm trying to use databinding on an UltraTree control. 

    I have the datasource set up, and the data is showing up as expected in the tree.  However, the application I'm modifying makes extensive use of the Tag for each node; specifically, the…

  • Ultragrid and Databinding, datasource lagging behind the grid

    I've found several posts here regarding the OPPOSITE of this (forcing the grid to reflect new changes to the datasource), but the problem I'm having is exactly the other way round.

    I've bound a simple BindingList<> to the grid, it displays…

  • Database Connection and Data Visualization

    Hello community,

    I am working on a C# project (Visual Studio 2019) with Angular, in which I want to show the data from a server Microsoft SQL database in a table (using Ignite UI).

    I searched for tutorials to create a connection with the database and…

  • IGX grid not updating

    Hi ,

    I am evaluating iGX grid and i wanted to do simple functionality of add to favourite. I have  favourite button that is bound to favourite property when you click the button i want to toggle [ IsACTIVE] property so to make button favourite / not favourite…

  • Dynamically load data grid

    I've got a data grid that I'd like to load dynamically.  I don't want to mange 2 grids so I have 2 buttons.  One loads the data from T1 and the other loads it from T2.  It works just fine for the 1st button, but not the 2nd one.  It changes the…

  • Add additional Groups and Items

    Hello,

    i use NetAdvantage 10.2.x with Net4.0. I use the WebExplorerBar with a Databinding to a WebHierarchicalDataSource (with a SqlDataSource as Base). I catch the 'itemselected' Event and in the JavaScript i check if it is a child-node and call some…

  • WebExploreBar and WebHierarchicalDataSource

    Hello,

    i use Version 11.1 with CLR 4.0 in VS2010 Prof. The WebExploreBar (WEB) is bound to a WebHierarchicalDataSource (WHS). The data for WHS comes from a SqlDataSource (SDS) with a stored proc (SP) in backround. The Hierarchie is build via a foreign…

  • Re: Databinding custom object heirarchy to UltraTreeView in Standard ViewStyle

    Hi Mike,

    I've got the same problem using v10.2. Is there no way of dictating to the UltraTree control through attributes in my class definition which property to use for the text? Setting NodeTextColumn in an event handler at runtime seems a little messy…

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

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

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

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

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

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

  • 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

     

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

  • 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

  • WebHierarchicalDataGrid Sending Existing Rows back to server after edit

    Scenario:

    WebHierarchicalDataGrid 

    AutoUpdate = False, BatchMode= True

    AutoGenerateColumns="false"

    AutoGenerateBands="false"

     

     

     

     

     

     

     

    EnableAjax="False" EnableAjaxViewState="False"

    Ena…

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

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