Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
430
Column.width(0px) increase row height
posted

Hi all, 

I have this grid 


imag

but when i put the width (to 0px)with this code:

.Columns(column =>
{
column.For(x => x.uniCODOBJ).DataType("string").HeaderText("ID").Width("0px");
column.For(x => x.strTITOL).DataType("string").HeaderText("Títol");
column.For(x => x.strNOMPRO).DataType("string").HeaderText("Nom Productor");
column.For(x => x.datFECCRE).DataType("date").HeaderText("Data").Format("dd/MM/yyyy");
})

iggrig after code:


imag

row header increase a lot, how I can solved this trouble? 

a lot of thanks for advance

Parents Reply Children
No Data