Is there an attribute of the igGrid column that we can use to specify the maximum length of characters for a cell? thanks
Hello,
You can attach a column formatter function to each column and check the text length. Based on that you may throw exceptions or cut the text length.
Here is a sample showing how to use formatter functionality:
http://ko.infragistics.com/products/jquery/sample/grid/column-formatter
regards
Lyubo