disableGridHyperLinks
Disables (or enables) the hyperlinks in grid cells, automatically generated for combo box controls. This function also refreshes the grid.
Parameters
controlId - The id of the grid control
disable - true, if you want to disable the hyperlinks, false if you want to enable them again.
Example Usages