using html input/select controls as data
Hi, I am trying to use html controls as data to gather information using the grid.
var myData = [['<select><option value="1" selected="selected">1</option><option value="469">2</option><option ....
The scrolling works great for text boxes (<INPUT type="text" ..), but not for SELECT controls. When the scrolling moves a select control over the fixed header column or row header it displays on top of the header i.e is visible. I have tried using the style attribute z-index=-99, but did not help. Do you have any ideas how I can make the header display on top of the select control? Thanks!
var myData = [['<select><option value="1" selected="selected">1</option><option value="469">2</option><option ....
The scrolling works great for text boxes (<INPUT type="text" ..), but not for SELECT controls. When the scrolling moves a select control over the fixed header column or row header it displays on top of the header i.e is visible. I have tried using the style attribute z-index=-99, but did not help. Do you have any ideas how I can make the header display on top of the select control? Thanks!
Ana
November 1,