Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kartik-v/yii2-widget is DatePicker is not working with the renderPartial(). #73

Closed
dubeymahi48 opened this issue May 26, 2014 · 3 comments
Labels

Comments

@dubeymahi48
Copy link

When i use DatePicker in my form this is not working and after the refresh of page it is good, I think this is due to ajax loading so help me what is an error is being done by me??????

@kartik-v
Copy link
Owner

You need to use renderAjax method OR reload assets again.

@harryalwanga
Copy link

Hi the above solution has not assisted me any other solution?

@suthra
Copy link

suthra commented Sep 19, 2019

replace
return $this->renderPartial('viewfilename');
with
return $this->renderAjax('viewfilename');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants