This is a migrated thread and some comments may be shown as answers.

[Solved] Edit Grid in ajax/server mode don't show the EditControl but only a normal textfield

2 Answers 21 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
infocho
Top achievements
Rank 1
infocho asked on 16 Jun 2011, 03:07 PM
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

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 16 Jun 2011, 03:10 PM
Hi dimdar,

 Please check the troubleshooting help article. You have most probably not copied the EditorTemplates for the datepicker in your project.

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
infocho
Top achievements
Rank 1
answered on 16 Jun 2011, 04:30 PM
THANKS!
I resolve the problem ;-)
Tags
Grid
Asked by
infocho
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
infocho
Top achievements
Rank 1
Share this question
or