Hi
I call the User Control with in Grid Edit mode.. If i add the java scripts in Usercontrols that time the edit mode error will be show like this "jscripts objects need". Let me know how can i solve this problem... How can i add the java scripts with in user control
If you are talking about an ASP.NET UserControl that contains a grid, you can encapsulate the scripts in the ScriptManager of the container page, or in a RadCodeblock on the ascx page.