I am trying to put a WebDateChooser into a templated column of a web grid.
It shows just fine, but when I click on the drop down to display the calendar, it does not do anything.
Just for fun, I tried putting a WebCombo in the templated column and had the same problem.
How do we put these kind of items in Templated columns and have them still work as they are supposed to.
BTW, the reason I want to use a templated column as opposed to an editcontrol is I want the WebDateChoose to show all the time, not just when the cell is in edit mode.
I found the problem (just hadn't had a chance to post it yet)
I had Browser=XML in the decleration of my grid. Once I took that out, the WDC's worked fine.
Not sure why that made a difference, but it did.
Normal 0 21 false false false BG X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;}
Hello,
I am trying to reproduce the issue, unfortunately to no avail... please take a look at the picture below. I use Firefox 3, IE6, IE7 and Chrome.
What am I missing?
Thanks for writing. I am trying to reproduce this problem, unfortunately without much success. Here is what I am trying in the templated column CellTemplate:
<igtbl:TemplatedColumn Key="CustomerID"> <CellTemplate> <igsch:WebDateChooser ID="WebDateChooser1" runat="server"> </igsch:WebDateChooser> </CellTemplate> </igtbl:TemplatedColumn>
and please see the screenshot attached -I am able to correctly operate with the dropdown of the data chooser. I am using version 8.1. Is there something that I am missing?