dfaruque / Serenity.Extra

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

RowNumber Field is Required in Dialog Template Inline Delete #44

Closed muhammedyaman closed 3 years ago

muhammedyaman commented 4 years ago

I am using split master detail grid in another dialogs tab. When I use _Ext grid it gives RowNumber field is required error on inline delete button click. When I turn it back to serenitys entitygrid it works fine. What might be the solution to this?

muhammedyaman commented 3 years ago

I solved this by adding a NotMapped field RowNumber to my row. I'm not very proud of this solution but it does the trick.