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
235
DatePickerProvider dont popup
posted

Hi, we are working in a WebDataGrid and need a column to be DateTime format. So we setup a DatePickerProvider in that column with no result. When the grid is rendered it appears a "calendar icon" in that cell (we are using Adding Behavior) but when I click in that icon nothing happens.

My markup have the declaration of the Editor Provider, and in code behind I associated to column:
RowAddingColumnSetting config = new RowAddingColumnSetting();
config.ColumnKey = "Date";
config.EditorID = "dppDate";
config.ReadOnly = false;
wdg.Behaviors.EditingCore.Behaviors.RowAdding.ColumnSettings.Add(config);

I dont know if I'm missing some attributes or something related? Can you help me?

Parents Reply Children
No Data