我正在使用Lumenworks.Framework.IO.CSV,并且设法将CSV文件导入到DatagridView(DataGridView1)
但是我无法编辑DataGridView。我尝试检查DataGridView1的属性,它们如下:
-编辑模式为EditonKeystroke -AllowUserTo参数(其中有7个)均为true -启用为真 -Readonly为False -锁定为假
这是代码;
update : Msg -> Model -> Model
update msg model =
case msg of
ImageLoadError ->
Default "https://developer.mozilla.org/static/img/web-docs-sprite.22a6a085cf14.svg"
我是否需要从函数调用中规定可以编辑数据/数据是否已被函数固有地锁定?
谢谢