Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » databinding (RSS)
  • Databinding on Grid

    Hi, my grid displays a list of customer-objects. one column displays the adress (it is bound to the Adress - property of the customer). The DataSource of the grid is a BindingSource witch contains customer objects. The Objects are: public class Adress { public string Street {get; set} public string City...
    Posted to Forum by systema_1099 on 08-25-2008
  • Multiband - How can I limit the display to only part of a hierarchical dataset?

    Multiband - How can I limit the display to only part of a hierarchical dataset? I have a hierarchical dataset with which I only want to show part of the dataset hierarchy in a grid. The dataset looks something like this (using parent/child analogy. Each node is a table, not a record) 1) Parent a. Child...
    Posted to Forum by anthonyqueen on 08-13-2008
  • Re: Can Dropdownlist selected value be something other than index 0 upon user entering cell?

    My dropdown doesn't have any HTML code in the .aspx file. I used the functions for the infragistics grid/dropdown to get the selection to go to the value 'Yes'. The value will always be 'Yes'. The problem that I'm having now is that when I enter the cell and there's already...
    Posted to Forum by danid12 on 07-29-2008
  • Track whether grid data is edited ?

    Hi all, How to track whether the grid is edited (any of the cell value is changed withrespect to that of the binded value).is there any direct method.......... Thanks in advance , Regards, Arun
    Posted to Forum by Arun Rajaraman on 07-25-2008
  • Re: Bind ultragrid or datasource to big xml file

    Hi Matt, I just want to say thanks for your suggestion. This property is exactly what I have been looking for. By setting MaxBandDepth to a smaller value, the UltraGrid databinding is much faster. DS
    Posted to Forum by pdewis on 07-23-2008
  • Layout information Lost

    Hello, I have two questions/issues. I have an UltraGrid loaded with my layout information. Initially when my datasource changes from nothing to something, everything works fine. But once the datasource is reset from something to nothing and back to some other datasource using the SetDatabinding the grid...
    Posted to Forum by saravanankg on 07-22-2008
  • Dynamic data and row layout

    Hi, I'm trying to usa an UltraWinGrid to display dynamic data. I've binded the UltraWinGrid with a BindingSource object. The datasource of this object changes (only rows change, not columns). If I try this: binding.DataSource = _myData; myWinGrid.DataBind(); I can correctly load data in the control...
    Posted to Forum by andreacolleoni on 07-22-2008
  • Child Bands become null when changing from Flat to Hierarchical data in a Hierarchical Grid

    I am using UltraWebGrid 2007 version 3. The View Type is set to Hierarchical in the design mode and I have designed my Bands at Design time. The data source can be either flat or hierarchical . When I bind a Flat data, teh Grid displays it. But when I bind the Grid again with Hierarchical data after...
    Posted to Forum by venkateshh on 07-14-2008
  • Can't bind UltraWebGrid to Hierarchical Business Object (from SubSonic)

    We're having an issue with the UltraWebGrid. I have datasource objects created using SubSonic. Let's say the parent and child are related on the property pA (I exclude all the "get/set" code for purposes of brevity); Public Class Parent { public int pA; public int pB; public ChildCollection...
    Posted to Forum by silverfox1948 on 06-26-2008
  • Re: Regarding the Master Detail Using PropertyDescriptor Collection

    I'm having a similar issue but with the UltraWebGrid. I have datasource objects created using SubSonic. Let's say the parent and child are related on the property pA; Public Class Parent { public int pA; public int pB; public ChildCollection childColl; } Public Class ParentCollection { public...
    Posted to Forum by silverfox1948 on 06-25-2008
Page 1 of 4 (33 items) 1 2 3 4 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems