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

Raddatepicker skin stylesheet does not apply to the page after postback

1 Answer 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
shemein
Top achievements
Rank 1
shemein asked on 03 Feb 2015, 05:22 AM
Hi team,

I have two linkbuttons(myidea, allideas) and one radgrid. when I click on myidea the radgrid will bind to some datas and when I click on allideas a postBack happens and radgrid will bind to another datas. some of the columns in radgrid are dattime columns . for the first button which is the default button in page load (my ideas) everything is so good (filter mode  and editmode) but for the second button(allideas) when the page is posting back the calendar popup button will change into tooltip text and when I want to edit a row inline the raddatepicker calendar in edit mode will be messed up. The points are this:
1- my radgrid is inside the RadAjaxPanel.
2- I have set the radgrid.enableAjaxRendering=true on page load but it didn't help.
3- I have added the stylesheetmanager but it generates the error. 
4- my radgrid css is a customclass stylesheet.
5-this just happens in IE9 and the other browsers like IE10 and IE11 doesn't have this issue.
6- the interesting thing is the postback for allideas just makes this issue but the myideas even when the postback is happpening is working perfectlty.

I really need your help as soon as possible because we have a demo which it should be fix and it is not working.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 05 Feb 2015, 01:23 PM
Hi Shemein,

Try setting the EnableAjaxRendering property to the DatePicker component in the RdaGrid  DateTime column as described in the help topic below:
http://www.telerik.com/help/aspnet-ajax/ajax-common-issues.html

Also as the issue appear only in IE9 and not in the newer version of the controls possible reason for the issue might be in the IE9 and lower versions known limitation for the 31 style sheets.
See the information below:
http://blogs.telerik.com/aspnet-ajax/posts/10-05-03/internet-explorer-css-limits.aspx

I hope this helps.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
shemein
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or