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
390
Web drop down not appears in new row
posted

I am having a webdatagrid with  two drop downs  and   row adding is enabled in  behavior

when i click  in the cells the drop down to the corresponding column  doesnt show up . is there any setting  for this ?

  • 29417
    Offline posted

    Hello Grasshoper ,

    I'm just following up to see if you've managed to resolve your issue.If you have any questions I'd be glad to answer them.

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://es.infragistics.com/support

     

  • 29417
    Suggested Answer
    Offline posted

    Hello Grasshoper ,

     

    Identically to the way you set the WebDropDown editor provider for the editing of cells by setting the following properties for the  EditingColumnSetting :

    <ig:CellEditing>

           <ColumnSettings>

               <ig:EditingColumnSetting ColumnKey="Item" EditorID="dd1" />

               <ig:EditingColumnSetting ColumnKey="Data" EditorID="dd2" />

            </ColumnSettings>

     </ig:CellEditing>

     

    You need to set in the RowAdding:

    <ig:RowAdding>

      <ColumnSettings>

         <ig:RowAddingColumnSetting ColumnKey="Item" EditorID="dd1" />

         <ig:RowAddingColumnSetting ColumnKey="Data" EditorID="dd2" />

      </ColumnSettings>

    </ig:RowAdding>

     

    I’m attaching a sample for your reference. Feel free to modify it and don’t hesitate to ask if you have further questions.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://es.infragistics.com/support

     

    WDDProviderSample.zip