Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jQuery Spinner not working in Interactive Grid

sect55Feb 22 2017 — edited Feb 27 2017

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

This post has been answered by John Snyders-Oracle on Feb 23 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2017
Added on Feb 22 2017
7 comments
1,027 views