ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Table Column control
  • Events managed
  • Events managed by WEBDEV
  • Optional events
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Events managed
WEBDEV - Server code

Events managed by WEBDEV

WEBDEV manages the following events for the Table control columns:
  • Table in "Browser" mode :
    EventRuntime condition
    Entry in control (browser code)Run when the column takes focus.
    Exit without modification (browser code)Run when changing control with column modification.
    Exit from control (browser code)Run when changing control.
    Click on title (Browser code)Run when the user clicks the title of the column.
  • Table in "Server + AJAX" mode:
    EventRuntime condition
    Initialization (server code)Run when the page is opened.
    Entry in the column (browser code)Run when the column takes focus.
    Exit (from the column) with modification (browser code)Run when changing control after modification (TAB key, change of control with the mouse, etc.).
    Exit (from the column) (browser code)Run when changing control without modification (TAB key, change of control with the mouse, etc.).
    In row exit if modification (server code)Run when the user modifies the column content. This event is run on row exit only.
    Whenever performing a search with the magnifier (server code)Run when the user uses the magnifier to perform a search.
    Click on title (Browser code)Run when the user clicks the title of the column.
    Click on title (Server code)Run when the user clicks the title of the column.
  • Table in "Server" mode :
    EventRuntime condition
    Initialization (server code)Executed when the page is opened.
    Entry in control (browser code)Run when the column takes focus.
    Exit without modification (browser code)Run when changing control with column modification.
    Exit from control (browser code)Run when changing control.
    Click on title (Browser code)Run when the user clicks the title of the column.
Optional events
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/16/2022

Send a report | Local help