Hello,
Can some one please help me regarding , setting a date values to WebDateChooser control, which is Ultrawebgrid column.
I am changing the date values of cells in a column depending on some conditions calculated in OnInitializeRow event of ultrawebgrid.
e.Row.Cells.FromKey("FixRenewalDt").Text = Common.GetServerFormattedDate(new DateTime(NextYear, NextMonths, 01).ToString()).ToShortDateString();
Even I have tried to set value, but not able to do so. It shows up NULL.
Thanks.
can some one from infragistics attend this question?