Bug Report Q183519
Visible to All Users

In ASP.NET applications, TextBox editors get very narrow when setting the RowCount property to a value greater than 0

created 17 years ago

I am noticing (see attached jpg) an odd effect on a text field of size 255 (sql server). When rowcount is empty, it displayed in the ui fine, albeit on one row… when i set it to 2 or 10 etc… it gets very narrow, very unusable. This seems like a new behaviour. Just a basic BO, with only 4 fields declared. Any thoughts would be appreciated… drew…

Show previous comments (6)

    howdy, my oopsie with which version i am using. I didn't upgrade to 8.2.4 due to the report detail row missing issue. So this is 8.2.3. Now i am a tad confused as to where this issue it coming from. When i try to view my Workplan BO, i get this error, but can enter a BO that has no internal collections (BudgetLines) created. hmm…
    Right now, no clue as to what is going on as i don't know when or where the RowCount property comes into play.

      solved… i was tinkering with code for conditional formating that didn't work and got interrupted and forgot it, and it included RowCount in the criteria, which barfed it out, i was testing for alternating row colors in asp.net:
                     <ConditionalFormatting IsNewNode="True">
                          <Rule ID="EvenRowStyle" Criteria="RowCount=1" IsNewNode="True">
                               <Target Name="Background" Color="LightBlue" IsNewNode="True" />
                          </Rule>
                     </ConditionalFormatting>

      Dennis Garavsky (DevExpress) 16 years ago

        Hi Drew,
        OK, I am very glad to hear that this issue has been resolved and it now works well. Thank you for informing us. Your feedback is greatly appreciated. Do not hesitate to contact us in case of any problem. We are always happy to help you.
        Thanks,
        Dennis

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.