Unplanned
Last Updated: 23 Aug 2019 09:05 by ADMIN
Mike
Created on: 18 Aug 2019 22:00
Category: TreeList
Type: Feature Request
1
Add Editable.Window Configuration to TreeList like in Grid

I'd like to see the Editable.Window Configuration in TreeLists like in Grids, one would actually expect this configuration to be available on all controls that have an Editable configuration.

 

On a grid I use this code to set AutoFocus, but it is only available through JQuery on a TreeList.


.Editable(editable => editable.DisplayDeleteConfirmation(false)
                  .Mode(GridEditMode.PopUp)
                  .TemplateName("AccountEditor")
                  .Window(w => w
                      .Scrollable(false).AutoFocus(false)
                  ))

 

Thanks

M

 

0 comments