Inline row new, editing no popup

Inline row new, editing no popup

oneprogrammeroneprogrammer Posts: 4Questions: 2Answers: 0

Is there a way to do this with no popup at all? I found a forum post but the solution marked wasn't a solution. The suggestion was this link https://editor.datatables.net/examples/inline-editing/simple.html when you press on new it takes you to a popup. I like it to add a blank row to the table and to be able to fill it in and save. I guess I should not have assumed when exploring the editor that inline cell editing was like other grids who when you do a new it does inline row. I need this as I am having people enter data in an excel like way. If you need a general example of what i am talking about you can see it on https://ej2.syncfusion.com/demos/#/material3/grid/normal-editing.html just press new and see how it does the inline inserting.

Answers

  • colincolin Posts: 15,236Questions: 1Answers: 2,597

    Yep, that's possible with Editor. As you can see with this example here, you can create a row and edit that in-line immediately. As it's all API driven, you can use any icon to initiate the create.

    Hope that helps,

    Colin

Sign In or Register to comment.