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.....
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