dfaruque / Serenity.Extra

Name of the repo says that this is an EXTRA of http://serenity.is platform
60 stars 34 forks source link

Modification on the grid.ts does not work after adding this code #87

Closed ahmedabdelh closed 10 months ago

ahmedabdelh commented 1 year ago

Modification on the grid.ts does not work after adding this code..


protected getSlickOptions() { let opt = super.getSlickOptions(); opt.editable = true; return opt; }


muhammedyaman commented 1 year ago

This only works for Editor Grids. If you want to use this in Grid.ts you have to configure gridbase for that. Or if you are a startsharp user this is the sample. I didn't look into it but it may be possible to just add a save changes button that saves the changes.