Skip to main content
kavyam0002
October 20, 2022
Solved

helptooltip in editable grid

  • October 20, 2022
  • 9 replies
  • 2 views

i have written the code like this even i have removed the labelposition:"COLLAPSED" also but it's not coming in UI

what i have make to show it in UI 

    Best answer by kavyam0002

    9 replies

    mikes0011
    Brainy
    October 20, 2022

    The label, helptooltip, and instructions parameters are not applicable when using a textfield in an editable grid cell.

    The Expression Guru
    kavyam0002
    October 20, 2022

    it's readonly textfield

    mikes0011
    Brainy
    October 20, 2022

    You're using it in an Editable Grid cell.  It doesn't matter that you're making this particular textField component Read-only, it's still an Editable Grid.

    The Expression Guru