I have a Grid and Status bar attached with window. I need to show drop down box on window title-bar and three lines and drop down on status bar. Attached is screenshot which I want to achieve.
I can get one line working on status bar but not three line. I tried following code but did not work
w1.attachStatusBar({
text: “
Filter Applied: NA Download data for: N/A
height: 20
});
Can i have sample code attaching custom HTML object to Window header and status bar, please?