how to stop the variation of devexpress textbox's width
Posted
by subash
on Stack Overflow
See other posts from Stack Overflow
or by subash
Published on 2010-05-06T04:49:42Z
Indexed on
2010/05/06
4:58 UTC
Read the original article
Hit count: 295
devexpress
i have web form running in asp.net & c#.net,
The form has a devexpress aspxtextbox and the another ordinary textbox with a button.
The scenario is enter a text longer than the width of the text box in the ordinary text box.
on clicking the button it enters the text in to devexpress aspxtextbox ,increasing the width of the devexpress aspx text box inspite of width given as 50 px.
how to maintain the fixed width for devexpress aspx text box
© Stack Overflow or respective owner