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
1315
How to limit Text entered in Data Grid?
posted

Hi

I am setting a DataTable as DataSource of UltraWinGrid.

I am using same grid for Edit and Insert functions. When I add new row to the grid, I need to restrict length of data entered in each column according to the SQL datasource.

If I use Grid.DisplayLayout.Band.Column.FieldLen property it gives error that "Can't set when bound to a database"

How can I limit Text entered in the grid?

Thanks

Shivangi