I have written this code after loading my grid ,
DelegateUserGrid.DisplayLayout.Bands[0].Columns[3].Type = Infragistics.WebUI.UltraWebGrid.
.Custom;
DelegateUserGrid.DisplayLayout.Bands[0].Columns[3].EditorControlID = WebDateChooser1.UniqueID;
DelegateUserGrid.Columns[3].AllowUpdate = Infragistics.WebUI.UltraWebGrid.
.Yes;
I don;t get any calendar pop up,
If any body has any clue ,help me plz...
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 EngineerInfragistics, Inc.