Browse By Tags

  • Hierarchical Data Grid with custom summaries

    Hi!

    Context: I am currently working on a project that is using WebHierarchicalDataGrid (ig v18.1), I was asked to add the summary "sum" for TimeSpan dataType Columns. This columns are added dynamically.

    Now, yes, I currently know that sum only…

  • WebHierarchicalDataGrid disable/enable sorting issue

    We are using WebHierarchicalDataGrid to display user information.We want to disable/enable sorting based on a checkbox.

    I have tried disabling the sorting using below ways:

    1. By calling 

    WebHierarchicalDataGrid.GridView.Behaviours.Sorting.Enabled = false…

  • Dynamically adding BoundField to WebHierarchialDataGrid, unable to see the column in browser

    I have a WebHierarchialDataGrid 'G1' in usercontrol page .ascx page with 20 columns existing. I'm getting data from .ascx page to .aspx page in ON_INIT() method adding controls to div 'Results'. After adding the controls, Through FindControls method I…

  • DataSource Class within a Class what to put in the Key field for bind

    Hi,

    This is my class structure.  How do I reference the Name property of the Details class, it currently fails and throws a javascript error with no data in the Name field.  Forgive my syntax if it's incorrect as this is an example that follows the concept…

  • Cell Merging in WebDataGrid and WebHierarchicalDataGrid

    With the NetAdvantage 12.1 release , all grid controls now have the cell merging feature added to them. This includes NetAdvantage for ASP.NET’s WebDataGrid and WebHierarchicalDataGrid. This post will guide you through using this feature. Damyan Petev…

  • ASP.NET AJAX Hierarchical Data Grid Multi-Column Headers

    A multi-column header feature has been available thus far only for the flat data ASP.NET AJAX grid and I believe there’s barely anyone left wondering what that would do. Call it grouped headers, merged headers - aside from the obvious aesthetics having…