• Delete row/rows from any level in WebHierarchicalDataGrid

    Hello All,
    I hope the function below will be useful in scenarios that require deletion of rows from WHDG. The function  shows how to delete row from any level of WebHierarchicalDataGrid. We have used it in varies samples :

    <script type="text/javascript">
            function DeleteRow() {
                var grid = $find('<%= Me.WebHierarchicalDataGrid1.ClientID %>');
                var selection = grid.get_gridView().get_behaviors().get_selection…

    • Wed, Feb 16 2011