Browse By Tags

  • Regarding the webdropdown... List item Show empty Fields

    Hi all,

    I trying to Use a Webdropdown.  when i am Trying to Bind the Control with the Datatable setting its TextField and Value Field , it is showing the Values For the First Time and From the Next time it is Showing empty Text and Value though I am able…

  • Webmenu + Drilldown +WebHierarchicalDataSource

    I am trying to use the ultrawebmenu with a WebHierarchialDataSource in this case 2 SqlDataSource objects (Parent-Child)  Has anyone attempted this and if so could they provide an example?  The type of Menu I want is the drill down version.

  • Re: System.Data.Datarowview

    Hi,

    The "DataMember" property of "ItemBinding" should point to a View in WebHierarchicalDataSource. In this particular example, "DataMember" property should have value of either "viewSqlDataSource1" or "v…
  • Re: WebMenu Binding to Hierarchical Data

    Hi Evan,

     Thanks very much that's helpful.

    Now for another challenge:  What if I wanted to use that same sample but for each menu item, I needed to include an icon with the individual's image and perhaps some javascript? For example,

    [image_of_davolio…

  • WebHierarchicalDataSource binding problems.

    I am having the problems while binding the UltraWebGrid with  WebHierarchicalDataSource. I have two ObjectDataSource returns list object. I am not able to bind. I am geting the "Object reference not set to an instance of an object." error.

    I…

  • DataView has no DataSource or DataSource set

    For WebHierarchicalDataSource ,'DataView has no DataSource or DataSource set 'error gets displayed.WebHierarchicalDataSource

    Web grid’s DataSourceId property  is set to WebHierarchicalDataSource.ID property. InitializeDataSource event…

  • Where is my WHDS?

    We have IG .NET Advantage 8 Vol 1 for CLR 2.0. The WHDS does not seem to be in my toolbox. Nor can I find it in a referenced assembly to just add it to the page from the code behind.

    Is the WHDS in Vol 1?  If so, how can I add this to my toolbox?

     

  • Re: WHDS not in my toolbox

    Hello stitchac

    Did you try to run the Toolbox utility located in the Start menu under the Infragistics folder ?

    Another way is to locate the folder where the IG assemblies are installed and drag nd drop them in the tollbox under the desired tab…

  • Re: WebHierarchicalDataSource binding problems.

    Hi, I have read all previous posts and i think i face the same issue with WebHierarchicalDataSource.

    I have a self referencing data table in SqlServer 2005. I placed an SqlDataSource, a HierarchicalDataSource and an UltraWebMenu in an empty page. Everything…

  • Re: Webgrid not populating bands from a WHDS bound to two ODS -- Test Project

    I have the same issue with 8.3. This is really an important and clear question -

    Is there a way to get design-time support for hierarchical data in WebGrid, using CLF 2.0?

     

  • How would I use a composite primary key for ParentColumns?

    How would I use a composite primary key for  ParentColumns?

  • Including Self-referencing table as a "child" in WebHeirarchicalDataSource

    When I try to set-up a self-referencing table as a "child" of another table using the WebHeirarchicalDataSource Designer (for later use in a WebDataTree), the result is the correct heirarchical data structure ... plus all the nodes listed again…

  • WebHierarchicalDataSource and ASP Update Panels BUG

    I have discovered a bug with the WebHierarchicalDataSource and ASP Update Panels in ASP.Net 2008 Vol 2 CLR 3.5 with latest Hotfix that has been replicated by the technical staff:

    If you add a WebHierarchicalDataSource inside an ASP UpdatePanel, the computer…