javascript - angular ui-grid change row height creates checkbox bug -


i have created ui-grid sub grid, sub grid rows height modified css:

   .expandablerow  .ui-grid-row, .expandablerow .ui-grid-    cell,.expandablerow .ui-grid-cell .ui-grid-vertical-bar  	{  	   height: auto!important;      }

when enabling row selection ( enablerowselection:true) sub grid , when row have multiple rows inside (since changed row height) checkboxes duplicated. enter image description herescreen shot attached

how can fix it?


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -