Hi,
Scripts and Required field validators not working after putting Telerik controls in some pages. In some pages it is working fine.
Following are the details of my page
I have used rad grid and rad button in page1.aspx. while loading the page RadGrid will show with all the details.The RadGrid resides inside a div(divGrid). If user click on New button (RadButton) in this page , the div (divGrid) will go invisible and entry fields will show. These fields also resides inside a div (divEntry).These fields also have some RequiredFieldValidators,CustomValidators etc. But while clicking on Save button RequiredFieldValidators, CustomValidators are not validating and saving the details with null values.This time the div (divEntry) goes invisible and div (divGrid) will visible.
While debugging i found that some file were missing. I am attaching the screen shot for this.
Scripts and Required field validators not working after putting Telerik controls in some pages. In some pages it is working fine.
Following are the details of my page
I have used rad grid and rad button in page1.aspx. while loading the page RadGrid will show with all the details.The RadGrid resides inside a div(divGrid). If user click on New button (RadButton) in this page , the div (divGrid) will go invisible and entry fields will show. These fields also resides inside a div (divEntry).These fields also have some RequiredFieldValidators,CustomValidators etc. But while clicking on Save button RequiredFieldValidators, CustomValidators are not validating and saving the details with null values.This time the div (divEntry) goes invisible and div (divGrid) will visible.
While debugging i found that some file were missing. I am attaching the screen shot for this.