Hi,
I've been trying to figure this out from the documentation, but have been unable to:
Is it possible to add your own data to a DropDownList that is being used within a Grid.
eg. Can I add custom data to the dropdown below?
<ej:Grid ID="FlatGrid" runat="server" AllowPaging="True">
<EditSettings AllowEditing="True" AllowAdding="True" AllowDeleting="True" EditMode="Normal"></EditSettings>
<ToolbarSettings ShowToolbar="True" ToolbarItems="add,edit,delete,update,cancel"></ToolbarSettings>
<Columns>
<ej:Column Field="ShipCountry" EditType="Dropdown"/>