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
210
WebDateChooser not working
posted

I have written this code after loading my grid ,

 

DelegateUserGrid.DisplayLayout.Bands[0].Columns[3].Type = Infragistics.WebUI.UltraWebGrid.

 

ColumnType

.Custom;

DelegateUserGrid.DisplayLayout.Bands[0].Columns[3].EditorControlID = WebDateChooser1.UniqueID;

DelegateUserGrid.Columns[3].AllowUpdate = Infragistics.WebUI.UltraWebGrid.

 

AllowUpdate

.Yes;

I don;t get any calendar pop up,

If any body has any clue ,help me plz...

  • 2501
    Suggested Answer
    posted

    Hello Anooj,

    Thank you for submitting your request on the Infragistics Forums.  The following code snippet should help you out:

      DelegateUserGrid.DisplayLayout.Bands[0].Columns[3].Type = ColumnType.Custom; 

      DelegateUserGrid.DisplayLayout.Bands[0].Columns[3].EditorControlID  = WebDateChooser1.UniqueID;

      DelegateUserGrid.DisplayLayout.Bands[0].Columns[3].AllowUpdate = AllowUpdate.Yes;

    Try the above lines of code in your application. 

    Please let me know if this helps.

    Sincerely,
    Mike D.
    Developer Support Engineer
    Infragistics, Inc.