Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
Cell Valildate
posted

I'm using an UltraGrid to display and edit data from different db tables depending on what the user selects (i.e. - show data from table1 or show data for table2).  Is there a way to have the grid automatically determine the max characters that users can enter?

Thanks

Rose Anna Smith

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Rose,

    Do you mean for a fixed-length string field or something like that? I don't think the BindingManager exposes that information, so there's no way the grid can get it.

    You can set the MaxLength property on the grid column, though.

Children