t:inputCalendar: problem in positioning popup calendar
I have a dataTable which has 20 columns. So the width of the dataTable is larger than screen width. I am also using a t:inputCalendar in 15th column. To select a calendar value in a row, I need to scroll horizontally. Because of this (horizontal scrolling), on click of the calendar image icon, the calendar popup is not displayed near the textbox (Both image and input text are generated by t:inputCalendar). In fact the calendar popup is displayed in the first part of the screen that I need to scroll bak to see the calendar.
Adding to the problem: If I make the dataTable as scrollable by putting the dataTable inside a t:panelGroup, the original problem still exist while new problems introduced. The t:popup and t:div which are used in other columns(table has those too) shows empty boxes while tried to make them visible.
So could someone suggest a fix,
1.For positioning t:inputCalendar popup calendar near the textbox even after doing horizontal scroll.
2.While using scrollable dataTable (with the use of t:panelGroup scroll style) making t:popup and t:div properly.
I am using IE 6 and tomahawk-1.1.3.

