Hi,
I have been trying to use Jquery to apply some logic to the edit elements on my form.
The grid is auto generated and all the rows are in edit mode I have tried
$("INPUT").Keyup to access the edit items (as this is how the elements appear when i look at the source of the page but the jquery doesnt find it)
I know the jquery is working as I have put an onload alert message.
Is there anything todo with the grid which would prevent it form working?
Thanks
I have been trying to use Jquery to apply some logic to the edit elements on my form.
The grid is auto generated and all the rows are in edit mode I have tried
$("INPUT").Keyup to access the edit items (as this is how the elements appear when i look at the source of the page but the jquery doesnt find it)
I know the jquery is working as I have put an onload alert message.
Is there anything todo with the grid which would prevent it form working?
Thanks