Hello everyone,
I have a question. Is it possible to use multi column headers on a grid? What I want to do is to have one header with 2 or more columns. Here is a simple example:
Data for client
Name Surname Telephone
I've found out that with the webgrid it is possible. Is it possible with the wingrid?
Thanks
Are you refering to Merge Cell?
Well, I don't know if this is the answer. Let me give you a simple example.
Lets say that in my grid I want to have two columns. One for Age and one for Height. What I want to do is to have 1 header for the age and 1 header for the height. And above this 2 headers to have one header that contains the 2 colums. Something like that:
Age&Height (The header)
Age Height(The 2 headers for my 2 columns)
22 159
33 183
and so on.
I saw it on a sample for the WebGrid. And I can not find a way to use it on the WinGrid...