cellmerged

The row height style of the merge unit is set when the cellmerged?

Can you give me some guidance?thank you


1 Reply

FS Farveen Sulthana Thameeztheen Basha Syncfusion Team December 20, 2017 04:07 PM UTC

Hi Customer, 

We have checked your query and we suspected that you need to modify the row height of the cell. To achieve this requirement we have already discussed the KB “ how to modify the Grid row height” using CSS property.   



Please refer to the code example how to customize the row-height using CSS property:- 

<style> 
    .e-grid { /* here we can change the grid font-size */ 
        font-size18px; 
    } 
        .e-grid .e-rowcell { /* here we can change the grid row height */ 
            line-height30px; 
            white-spacenowrap; 
            widthauto; 
            vertical-alignmiddle; 
            border-width1px 0px 0px 1px; 
            padding0.7em; 
        } 
</style>  


If you are expecting any other behavior other than this, please share us the following details. 

1. Share us the Grid code example. 

2. Graphical Representation/Video Demo to replicate the issue. 

3. Exact scenario you need to achieve. 

The provided information will be helpful to find the cause of the issue and provide you solution as early as possible. 

Regards, 

Farveen sulthana T 



Loader.
Up arrow icon