Hi,
ran into this issue:
I have a RadGrid, with GridTemplate columns. Some of these columns have DatePicker controls in EditItemTemplate.
After I have enabled filtering and put in FilterItemTemplate RadComboBox controls, icons on Datepickers disappared and instead there was either link with text "opens the callendar control" or blank. When you are clicking on such a crippled link, a calendar pops up but its skin is lost and it looks transparant.
if I use a plain asp:DropDownList, then icons are ok, - somehow presence of RadComboBox there messes up calendar and DateTimePicker control
However if I use asp:DropDownList, then SelectedIndexChanged event is not firing , even though I have AutoPostBack="true"
Any clues?
running licensed version of controls from ASP.NET AJAX Q3 2010, VS 2010.
ran into this issue:
I have a RadGrid, with GridTemplate columns. Some of these columns have DatePicker controls in EditItemTemplate.
After I have enabled filtering and put in FilterItemTemplate RadComboBox controls, icons on Datepickers disappared and instead there was either link with text "opens the callendar control" or blank. When you are clicking on such a crippled link, a calendar pops up but its skin is lost and it looks transparant.
if I use a plain asp:DropDownList, then icons are ok, - somehow presence of RadComboBox there messes up calendar and DateTimePicker control
However if I use asp:DropDownList, then SelectedIndexChanged event is not firing , even though I have AutoPostBack="true"
Any clues?
running licensed version of controls from ASP.NET AJAX Q3 2010, VS 2010.