Could anybody explain me Is anyway to implement following using UltraWebGrid?
Thanks
Hello Alexander,
I am afraid that there is no a technical approach to achieve this layout without template column with UltrawebGrid. When you have template columns the grid is not aware what is the content of the columns and it does not know how to filter them. I have sample for you which utilize AJAX functionality of the grid and implements custom filtering with template headers.
Please download and test it
Regards,
Rado,
Infragistics developer team
Infragistics
Thanks, Rado.
I have tried Header template, and faced with sorting problem. No arrows, no server events when I click on column's header. As I undestand I have to imlement it by myself?
May be there is some way to implement it using multi header? Or some way to change rendering of first row?
You can achieve such layout and implement custom filtering in UltraWebGrid component. You need to use template columns. In template column you will be able to put template header which can be customized according to your requirements.
General information about UltrawebGrid control you can see here:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/WebGrid_Using_WebGrid.html
Information how to implement Template columns:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/WebGrid_Templating.html
Developer support team