Reputation: 65298
Hi I have a need to loop through all devexpress textbox controls and trim textbox values in javascript. Is there a way to to do this. I need to trim textbox controls on LostFocus or submit events.
Upvotes: 0
Views: 552
Reputation: 1473
Try to use DevExpress client side functionality. Here you can find out how to get all controls on the page. ASPxClientTextBox should help to solve the problem too. Do not forget enable ClientSideApi for the each TextBox
Upvotes: 1