Data grid cell 10k maximum character length

Options

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