Could anybody explain me Is anyway to implement following using UltraWebGrid?
Thanks
Hello Alexander,
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
Rado,
Developer support 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?