سؤال

how can I programmatically delete row in quick edit using JsGrid namespace? I know there's a method named DeleteRecords(), but probably I don't know how to use it properly. I tried to pass recordKey and it does nothing.

Thanks in advance, Paweł

هل كانت مفيدة؟

المحلول

DeleteRecords() applies to SharePoint Foundation 2010. SharePoint online isn't supported to use the method.

As a workaround, you can delete row via REST API.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top