function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fsiddiq3fsiddiq3 

Issue with Custom Grid (Apex class and page)

Hello all,

 

  Our organization has developed a custom grid we use, that is a apex class. We then use a visualforce page to display the class in an object. The issue is that you can't place your cursor anywhere in many of the rows on the grid to enter data. For example, in the very first box 'planogram or display style' you are able to place your cursor anywhere in the box to enter data, however for OTB # of Shelves you have to place your cursor all the way to the left of the box. Is this a page issue? How do I resolve this? Please help! Thanks!

 

Updating list...
 Planogram or Display StyleCheckout TypeQuantityOTB# of ShelvesOTB-Shelf Length in InchesOTB - # WW SKU's per disp locationOTB - WW Inches per disp locationRight - Number of ShelvesRight - Shelf Length in InchesRight - # WW SKU's per disp locationRight - WW Inches per disp location
--None--Regular Express Self-scan Other
bob_buzzardbob_buzzard

Its a bit difficult without sight of the code - I can think of several ways to draw a grid on the screen, but no guarantee that you are using any of them.

 

If you post the page, maybe we can help.