hello again,
i have a problem with set row height, i already do this, try to override datagrid-row class:
.datagrid-row{
height: 40px;
}
but not only row height in datagrid increasing, row height in combogrid is increasing too. how to set just only in datagrid?
see pic cb1.png
i use an inline editing on datagrid. in port columns i use combogrid as editor, but as you can see, it looks weird huh? he's bigger than other. or at least if in case not possible to do that, how to set that height same with input field besides him?
thanks in advance