I have got a single grid on my page, and when it drops into inline edit mode there are some fields i would like to fill in (price based ones) as soon as the user has filled the first one in, for example they put a price of 50 in, i want to update the nett and gross fields.
Normally i would do this using a jquery blur function, but i'm not sure how to get the names of the input boxes on the grid, they seem to be a number depending on the row, then the name of the field.
Thanks Luke