Dear all,
I'm attempting to build an UltraWebGrid and I've noticed that it seems to want to be databound to a dataset. Since Datasets are not as performant as DataReaders and I'm planning to show read-only summary data, I have to build the grid manually.
What I'm stuck trying to understand is the method for creating multiple column headers. Some of the columns need to be grouped together, for example I have some columns relating to firstname and surname and I wish to have a "master" column header called "customer". I then wish to have a header called "Address" and under that the various address columns.
I note that columns have their own header text but no obvious means of adding extra columns. It's probably just me working late, but I can't see it. I glanced a screenshot which did this but I can't see the properties exposed clearly that I need to amend.
I hope this is an easy question for somebody and that a helpful someone can point me in the right direction.
Best,
Mike
Hello,
Please post the code that is being used to change the text.
Let me know if you have any questions.
Any Answer!!!
Hi,
I have an issue with Multiple header.
Based on certain condtions I am changing the Header text. Header Text not refreshing at top level. Is there any property to be set to get it refreshed?
Header Text not Refreshing
Header Text Refreshing
Is there some way to add a 2nd column header within the ASPX file (webgrid definition) instead of the code-behind?
The LayoutEventArgs e.Layout is just a reference to the grid.DisplayLayout.