Hello!
I would like to merge two column headers into one. I am not binding my datasource at design time so I guess that I need to merge the headers in code?
I found a lot of posts about this topic but everything seems to deal with this in design time.
What can I do?
/Henrik
Hi Zlatan,
There's no reason why the Application Style Library should no affect any column headers. But I tried this out using Georgi's sample and I get the same results.
This is because the new header is not a column header - it's a Group Header. And the isl file that I picked (IG.Isl) apparently doesn't style the group headers. So what you have to do is modify your isl and update the GroupHeader role with the same appearance as the ColumnHeader role.
One question regarding this. When I use this sample code, I understand that I am actuallt hiding my existing column headers and adding new ones instead.
The problem is that I am loosing all the standard formatting of the headers. Should it be like that.
I am using the Infragistics Appstyling and everything just becomes plain...
/H
I will have a look at this. Thanks!
About your issue with image filtering, Please take a look on that forum thread http://ko.infragistics.com/community/forums/p/63594/322717.aspx There you could find small sample.
Let me know if you have any questions
Sample 2