hi all,
i have xamdatagrid and i am adding columns from code(unboud field).i had set row span for column headers because my grid contain super headers.
when i binded a collection to grid,each row has a height of two rows. ( row span of 2)
how can i solve this??
anybody have any idea,pls share me
thanks in advance..
Hi Jafar,
I am following up to see if this is still an issue for you.
If you have any further questions, please let me know.
Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
Would you be able to provide a sample project that produces this behavior for further context?
Hi,
iam adding colums from code as follows
for(i=0;i<groupcount;i++)
{
///create super header and set rowspan 2 here.
for(j=0;j<group.setting.count)
///cretae each column and set binding path here.
}
i set visibility of the super header column cellvalue presenter to "Collapse".
Were you able to resolve your issue?
Thanks,
George
Setting the UnboundField property affects all cells in this column.
If you want to change only the style of the header here is how to change this style:
http://ko.infragistics.com/help/topic/e43a4fc8-b21d-46aa-95e8-3a4c8fbe8d00