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
55
Editor DropDownProvider only works on existing rows
posted

 

 

 

 

 

 

 

 

 

 

 

 

 

I have two colums in my grid (Hours & Minutes). On existing records, the columns work correctly. There is a drop down list with values that user can select for Hours and Minutes.

However, in the blank row that is presented for users to add new records, the Hours and the Minutes columns do NOT display the appropriate drop down list. The columns just show text boxes.

How can i get Drop Down list to show in the 'new' blank row?

 

 

 

 

<

 

 

Behaviors

>

 

 

<ig:CellEditing

>

 

 

<ColumnSettings

>

 

 

<ig:EditingColumnSetting ColumnKey="HoursValue" EditorID="HoursList"

/>

 

 

<ig:EditingColumnSetting ColumnKey="MinutesValue" EditorID="MinutesList"

/>

 

 

</ColumnSettings

>

 

 

<EditModeActions EnableOnKeyPress="True" MouseClick="Single"

/>

 

 

</ig:CellEditing

>

 

 

<ig:RowAdding

>

 

 

<AddNewRowClientEvents ExitingEditMode="WebHierarchicalDataGrid1_RowAdding_ExitedEditMode"

/>

 

 

<EditModeActions EnableOnKeyPress="True" MouseClick="Single"

/>

 

 

</ig:RowAdding

>

 

 

<ig:RowDeleting

/>

 

 

</Behaviors

>