Announcement

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

    ListGrid column control type should change if othere colun value is selected

    If suppose is have 3 column, say col A, B, C
    A is DropDown
    B is DropDown
    C is TextItem

    If user select Dropdown value from Col A, then on the basis of Value Selected in col A it should change control type of Col B (say from Dropdown --> text OR text --> DropDown)

    On onchange of DRopdown.


    Any help appreciated. Looking for quick response.

    #2
    You can use a ListGridEditorCustomizer to dynamically provide different FormItems for a field.

    Comment


      #3
      My requirement is to change FormItems in List grid on edit of row.
      If in selected edit row i change value of column A then on the basis of selected value Formitem of another column should be change of edited row .

      Comment

      Working...
      X