secret007
03-13-2009, 07:23 AM
Hi,
I m wondering that is there any way to style one column of datagrid,
i have two columns in my datagrid one is at 0 index and other is at index 1,
i want to style only one column, i write this,
mydatagrid.getColumnAt(0).setStyle("textdecoration", underline);
but it's not working ... anyone tell me how to do this ..
thanks in advance..
I m wondering that is there any way to style one column of datagrid,
i have two columns in my datagrid one is at 0 index and other is at index 1,
i want to style only one column, i write this,
mydatagrid.getColumnAt(0).setStyle("textdecoration", underline);
but it's not working ... anyone tell me how to do this ..
thanks in advance..