Data grid cell 10k maximum character length
In LINQPad 6 Premium I am trying to edit some nvarchar(max) fields that have about 50k characters, however it seems that the data grid truncates at 10,000 characters and prevents editing those cells. Cells with less than 10k characters can be edited fine. Is there a way to increase the maximum length of data that can be edited in the data grid results/edit view?
Comments
It was increased to 60,000 in LINQPad 7 in line with performance improvements. LINQPad 6 still has the 10k limit.
Thanks Joe, sounds like a good reason to upgrade Any chance that limit might be customisable in future? For when those fields blow out past 60k...
Possibly, if there's enough demand. It's not just a question of increasing a number, however. It would require patching a new editor into to the data grid (and possibly even using a new grid).