Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
WebDateChooser in Templated Column
posted

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.

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    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?

     

Children