This question is locked. New answers and comments are not allowed.
Hi,
in a project I use a grid. When edit the row the grid don't show the right correct control (example a datepicker for a date field)... but show a normal textfiled without control o format.
Hi use the attribute like :
[DisplayName("DataFine")]
[DataType(DataType.Date)]
public DateTime Data { get; set; }
in my model but it don't work (show the caption "DataFine" in grid but no the datepicker in edit mode), some problem with currency field ect.
I include script, css... all telerik page work fine but I have this problem in every page in edit mode of grid...
anyone can help me or advise me where look up ?
thanks
in a project I use a grid. When edit the row the grid don't show the right correct control (example a datepicker for a date field)... but show a normal textfiled without control o format.
Hi use the attribute like :
[DisplayName("DataFine")]
[DataType(DataType.Date)]
public DateTime Data { get; set; }
in my model but it don't work (show the caption "DataFine" in grid but no the datepicker in edit mode), some problem with currency field ect.
I include script, css... all telerik page work fine but I have this problem in every page in edit mode of grid...
anyone can help me or advise me where look up ?
thanks