I am using igtbl_addNew in javascript to add a new row in the grid. However, it only allows me to add at the bottom of the grid. Does anyone know how to add to the top of the grid? Any help will be appreciated. Thanks.
Doesn't this then require you also set the property: AllowDeleteDefault="Yes"
This has the unfortunate side effect of making the delete key delete rows from the grid when all you need to do was use this client side method. Is there any way to turn this functionality off?