开发者

script for telerik mvc grid gets registered on page but is not firing

开发者 https://www.devze.com 2023-03-17 15:21 出处:网络
I have implemented t开发者_运维知识库elerik\'s mvc grid in my .net application. I am using features such as filtering, grouping etc. The problem is that the javascript/jquery required to execute these

I have implemented t开发者_运维知识库elerik's mvc grid in my .net application. I am using features such as filtering, grouping etc. The problem is that the javascript/jquery required to execute these features is not working. I can see the script registered when i do view source for the page but the script doesnt fire. Where should i look to check if anything is missing? Could it be possible that the existing script files are preventing the script file for telerik from running? If yes, how can i verify this? Following is a snippet from the view source file which shows that script has been registered for the page.

//


script register should be at the end of your site master page. it is better to use firebug to see whats gong on try to reach the cause through debugging. there may be some javascript error on your page

0

精彩评论

暂无评论...
验证码 换一张
取 消