Complex HTML/Form In A Single Header Cell
Hi,
I have two header rows in an extended grid. The first row is the traditional header with labels for the columns.
For the second row, I'd like to implement what would basically be a small form inside each cell. Generally, it would be a textbox and a button, or a combobox and a button. The current set of templates is not enough. (BTW, why is there no AW.Templates.Button!?!)
The simply-stated goal is to create a place in each column's second header cell that a user can enter/select one or more values that can then be pushed into each data cell below it.
What are my options? My guess is either I shove in a bunch of HTML manually, but I'm not sure how to do that.
Or, I derive my own Template (AW.Template.Form1), but my guess is that is somewhat difficult?
Can anyone suggest either an answer to the two ideas I have, or other avenues to consider?
Thanks.
I have two header rows in an extended grid. The first row is the traditional header with labels for the columns.
For the second row, I'd like to implement what would basically be a small form inside each cell. Generally, it would be a textbox and a button, or a combobox and a button. The current set of templates is not enough. (BTW, why is there no AW.Templates.Button!?!)
The simply-stated goal is to create a place in each column's second header cell that a user can enter/select one or more values that can then be pushed into each data cell below it.
What are my options? My guess is either I shove in a bunch of HTML manually, but I'm not sure how to do that.
Or, I derive my own Template (AW.Template.Form1), but my guess is that is somewhat difficult?
Can anyone suggest either an answer to the two ideas I have, or other avenues to consider?
Thanks.
Paul Tiseo
March 23,