Skip to content
Loading
Adding the dynamic row in ASP .net mvc jquery grid?  
  •   
  •   
  •             class="control-label col-sm-1" for="txtQuantity">Quantity  
  •   
  •             class="col-md-2">  
  •                 "text" class="form-control" id="txtQuantity" placeholder="Quantity" name="Quantity">  
  •               
  •   
  •             class="col-md-1">  
  •                 "button" onclick="return fnClickAddRow();" class="btn btn-default">Submit  
  •               
  •           
  •   
  •       
  •   
  •     class="row">  
  •         @Html.Partial("_BillingGrid")  
  •       
  •       
  •   
  •     class="row" id="divTotal">  
  •   
  •         class="form-horizontal" action="/action_page.php">  
  •               
  •   
  •   
  •             class="form-group">  
  •   
  •                 class="control-label col-sm-1" for="txtProduct">Cash Type  
  •   
  •                 class="col-md-3">  
  •                     class="form-control">  
  •                   
  •   
  •   
  •                 class="control-label col-sm-1" for="txtProduct">Discount(%)  
  •   
  •                 class="col-md-2">  
  •                     class="form-control">  
  •                   
  •   
  •                 class="control-label col-sm-1" for="txtProductCode">Discount  
  •   
  •                 class="col-md-1">  
  •                     "text" class="form-control" id="txtProductCode" placeholder="Product Code" name="ProductCode">  
  •                   
  •   
  •                 class="col-md-1">  
  •                     "button" class="btn btn-default">Print  
  •                   
  •   
  •               
  •             class="form-group">  
  •   
  •                 class="control-label col-sm-1" for="txtQuantity">Quantity  
  •   
  •                 class="col-md-3">  
  •                     "text" class="form-control" id="txtQuantity" placeholder="Quantity" name="Quantity">  
  •                   
  •   
  •                 class="control-label col-sm-1" for="txtItems">Items  
  •   
  •                 class="col-md-2">  
  •                     "text" class="form-control" id="txtItems" placeholder="Items" name="Items">  
  •                   
  •   
  •                 class="control-label col-sm-1" for="txtAmount">Amount  
  •   
  •                 class="col-md-1">  
  •                     "text" class="form-control" id="txtAmount" placeholder="Total Amount" name="Total Amount">  
  •                   
  •   
  •                 class="col-md-1">  
  •                     "button" class="btn btn-default">Cancel  
  •                   
  •               
  •   
  •           
  •   
  •   
  •       
  •   
  •   

  • 1 Reply

    Know the answer? Post it — somebody with the same question will find it here.