Could someone tell me if there is a way of setting causesvalidation=false to the paging on a radgrid, the page numbers seems ok, but when i change the page size it is validating other text boxes on the page. Is there a way round this?
You can actually access the combobox in the pager row and then set its CausesValidation property to false as suggested above. Check out the code below:
c#: