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
1147
settting WebDateChooser value in OnInitializeRow event of UltraWebGrid
posted

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.