I am trying to see if a jQuery spinner can be used in Interactive Grid.
I have 4 columns called WEEK1, WEEK2, WEEK3, and WEEK4 where the user should put in the number or hours for the week in .25 increments.
1.I assigned a class "week" for all 4 columns
2. In Execute when Page Loads property:
$(".week").spinner({
numberFormat: "n",step: .25,min:.25,max:168
});
3, When I click on the cell to enter information, not only do I don't get the spinner css, I can't enter anything in the field.
It works when I use it on a page item but I can't make it work on a column in an interactive grid.
Can someone help please
Robert