Hello,in our project wee need to grafically "group" some of columns in the XamDataGrid. To do so we define an unbound field in the grid and set the ColumnSpan property of it (I'll attach a screenshot to make it more clear). The problem is that the filter row in sub columns is moved doiwn and is now below the level of the filter row in "normal" columns. Is there a way to align the filter row in one line?Screenshot:Kind regards,Daniel
Hi Petar,I read the topic the link on you posted and saw there that you're setting the CellMaxHeigh property to 0 in the field with "super header". It actually did the trick, thamk you :)Best regards,Daniel
Hi Daniel,
I have been looking into this for you and since there is no built-in functionality I suppose you have probably seen this in another forum (like http://ko.infragistics.com/community/forums/t/50873.aspx ). Usually our other grid control (XamGrid) has such functionality for group columns and the XamDataGrid should soon have it as well. In order to manipulate the filter cells you can use the FilterCellValuePresenterStyle property of the particular Field and e.g. assign a negative margin.
Let me know, if I can be of any further assistance.