Skip to main content

How to find Control ID and Page ID

You are here:

To identify the Control ID/Page ID:

  • Go to Preview/Published version of your application
  • Press F12 on your keyboard to open browser’s console
  • Click “Select an element in the page to inspect it” button
  • Mouse over the control/cell/any element on the page and do left mouse click on it and it will be highlighted in the browser’s console from where you can copy it’s ID value and paste it in your Stylesheet to be able to change its background color, font color, font size, etc.