Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • antonychristopher
    replied
    Hi Blama,

    It works. thank you.

    see and set ListGrid.setShowRecordComponents() and ListGrid.setShowRecordComponentsByCell().

    Then override ListGrid.showRecordComponent() and check inside if the column-index is your column (translate to column-name before with ListGrid.getFieldName(int colNum)). If so, return your widgets, if not, return false.

    Best regards,
    Blama[/QUOTE]

    Leave a comment:


  • Blama
    replied
    Hi antonychristopher,

    see and set ListGrid.setShowRecordComponents() and ListGrid.setShowRecordComponentsByCell().

    Then override ListGrid.showRecordComponent() and check inside if the column-index is your column (translate to column-name before with ListGrid.getFieldName(int colNum)). If so, return your widgets, if not, return false.

    Best regards,
    Blama

    Leave a comment:


  • antonychristopher
    started a topic Placing two selectitems in ListgridField

    Placing two selectitems in ListgridField

    Looking for creating two select-items in list grid field that means in cell itself.

    If anyone come across this stuff...suggest the way to get it..
Working...
X