Announcement

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

  • chandero
    replied
    so the only way is creating DynamicForm manually?

    Leave a comment:


  • davidj6
    replied
    optionDataSource.

    Leave a comment:


  • chandero
    started a topic DynamicForm DataSource Question

    DynamicForm DataSource Question

    I have this database table structure

    datatable {
    data_Id int;
    data_description VARCHAR(200);
    info_Id int;
    }

    infotable {
    info_Id int; // Primary Key
    info_description VARCHAR(200);
    }

    I want a ComboBox into my DynamicForm, so this display the info_description.

    Thanks
Working...
X