Skip to content
Loading
How to clear the text box and By dragging changing of fields
+1
  • Hi Amit,
     
    Thank you for your response, I want to drange the row RAJ and F need to come first, Need to give the drage action on the grid view...
     
    Thank you in advance!!

     
    0
  • Laxmidhar Sahoo
    hey
    In which base you reorder the row whether alphabetic or something else 
    +1
  • Amit Mohanty
    Hey to clear the textbobes add the below code after $('#maintable').append(contactdiv); line.
    1. $("#textBox1").val('');  
    2. $("#textBox2").val(''); 
    0