Syeda
Syeda

Reputation: 1205

Customize header of DXGrid (DevExpress wpf grid control)

I am working on wpf project in which i am following MVVM pattern and using Devexpress Wpf Tools. I have to implement a gridControl which will show monthly data.Here in the image you can see 2 weeks data. I have to boxed all days data with their respective week. I don't know how to implement this layered header gridcontrol.

No of Week display could be dynamic.

enter image description here

How can i implement this UI ?Any idea?

Any suggestion would be highly appreciated. Thanks in advance

Upvotes: 1

Views: 3711

Answers (2)

DmitryG
DmitryG

Reputation: 17848

It looks like you are trying to implement banded view. Thus, I suggest you review the following KB article: Advanced Banded View Layout with attached behavior.

Upvotes: 1

Lonli-Lokli
Lonli-Lokli

Reputation: 3784

First of all, it's better to address question to DX support - they can provide any sample you need. With no sample or DX version used, it's hard to say what template you should change.

Look into GridHeaderTemplate into sources.

Upvotes: 1

Related Questions