Categories | Question details Back To List | ||
grid How to attach header to grid through xml thanks Answer posted by Support on Feb 20, 2009 06:10 You can exec any additional js command through afterInit/call structure <rows> <head> ... standard config <afterInit><call command="attachHeader"><param>a,b,c,d</param></call></afterInit> </head> |