Hello everybody. I'm dealing with the following problem. I have a radgrid inside which I want to have a commandItemTemplate. This has some controls: one of them is a radtextbox. I would like to add a requiredfield validator to the textbox.
When I had the CausesValidation='True' property to a button inside the commandItemTemplate I found out that the event does never get fired.
How can I solve this problem?
P.S. If I put the CausesValidation to False I don't have the problem anymore.
When I had the CausesValidation='True' property to a button inside the commandItemTemplate I found out that the event does never get fired.
How can I solve this problem?
P.S. If I put the CausesValidation to False I don't have the problem anymore.