Jump to content
Software FX Community

mammal

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by mammal

  1. so close...i used the following sample - it still returns null:

    grid1.Items[0].FindControlInTemplate("grid2")

     the following mark-up shows how the grid is nested within the parent grid

    .... 

    </DataFields>   <ItemDetails>   <ContentTemplate>     <GridFX:Grid ID="Grid2" runat="server" DataParameterField="RegionID"  OnSelectedItemsChanged="GridSelectedItemsChanged">

     

    Any thoughts?  

    Thanks 

  2. Programatically, i'd  like to drill-down through levels of data by clicking on the chart, retrieve the point index, then, somehow either retireve an ID from a hidden series, or a textual description of the point from the axis.  is this possible? would you have an example?

     

    hope that all males sense

     

    Thanks 

  3. Hi, i posted the following over a week ago....:

    having used the designer to assemble parent-child, hierarchical gridstructure, how programmatically can i reference the nested grids? Forexample:

    ... grid1.FindControls("Grid2") ...

    Can you shine a light on this.?

     Thanks

     

  4. I'm currently developing a demo app, using GridFX and ChartFX  for .NET.  I have an existing app which uses GridFX for COM. Would there be issues with attempting to install GridFX.NET alongside GridFX COM?

    Thanks in advance.

      

  5. having used the designer to assemble parent-child, hierarchical grid structure, how programmatically can i reference the nested grids? For example:

    ... grid1.FindControls("Grid2") ...

    Can you shine a light on this.?

     

    Thanks

  6. managed to resolve....all my sqldatasources had resided out with the gridfx mark-up. this worked fine for a 2 level hierarchy, but when i introduced subsequent levels the associated sqldatasources had to be embedded within the nested grids.

    cheers 

  7. using the web forms designer, I have attempted to introduce a 3rd group of detailed data (Region-Country-City).  Following the same logic as the previous child grid (which works!), i have identified the dataparameterfield for the 3rd child grid and associated the grid with a sqldatasource object, which points to a stored proc that accepts one param (int).

     When  running the form, drilling to the third level invokes an error: Could not find control 'Grid2' in controlParameter 'CountryID'

     

    Can you shine a light on this.?

     

    Thanks 

×
×
  • Create New...