i have a gridView and i have bind it from code behind(using DataTable).i wanted to
- auto append new row whenever user click tab/enter on the last row of last cell of gridView.
- when user is done with filling the field then it should be added using external button.