Use separate editor for Select2Cell.

This allows us to use the Backgrid key navigation as expected.

This has also resulted into an issue - related unresponsive scrollbar
issue in the SubNodeControl.
This commit is contained in:
Murtuza Zabuawala
2016-04-04 15:36:28 +05:30
committed by Ashesh Vashi
parent 5331075ab0
commit f7e4e8bea0
2 changed files with 142 additions and 8 deletions

View File

@@ -906,4 +906,9 @@ ul.nav.nav-tabs {
.btn-primary{
margin: 2px 13px !important;
}
.select2-cell .select2-container > .backgrid th, .backgrid td
{
padding: 0px;
}