Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Dropdown data while adding new row
posted

Hi,

I am able to add a new row successfully for string, numeric and datetime columns.

But in case of a column where dropdown is placed, how shall i change the default layout to take input from dropdown control while adding a new row ?

I need the layout as the below image :

Could anyone help me.....

Parents
No Data
Reply
  • 33839
    Suggested Answer
    posted

    Hi tct_rani_1106,

    It is not possible to have a drop down in the add row cell all the time (template data fields are not editable).  But if the field is bound, you can use a DropDownProvider.  Create one in the EditorProviders collection and add a row adding column setting for that column to set the EditorID to match the id of the drop down provider.

    regards,
    David Young 

Children
No Data