BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi,
I am using Asp.Net MVC Grid with manual excel like editing feature in JSON action mode.
I am facing 2 issues.
1) I have requirement of using my own Save button instead of using "Update" button of Toolbar from the GRID. Can I make a call to the Save action method specified in the grid's Mapper.SaveAction from my client side event.
2) Also I do not want to display the Toolbar at all, but want the editing feature (update). However, when I disable the toolbar for the grid and enable the Editing, the GRID does not show any records.
Shall appreciate quick response.
Thanks.
Himanshu Kumar
EXTRACT FROM MY CODE FOR GRID:
...
.Editing(edit =>
{
edit.AllowNew(false);
edit.AllowDelete(false);
edit.AllowEdit(true);
edit.EditMode(GridEditMode.ManualExcel);
edit.PrimaryKey(key => key.Add(p => p.ProductID));
})
.ToolBar(tools =>
{
tools.EnableToolbar(false);
})
.Mappers(mapper =>
{
mapper.SaveAction("BulkSave"); // the action method to perform the update action
})
....
Hi Himanshu,
Thanks for using Syncfusion products.
We have updated your query in incident 116055.Please follow up that incident for further reference.
Please let us know if you need further assistance.
Regards,
Shanmugaraja K.
Hi Ganga,
Thanks for using Syncfusion products.
We would like to let you know that the issue has been resolved in the Syncfusion v11.4.0.26. If, you are using Syncfusion version below 11.4.0.26, you may get this issue. So, We would also like to suggest you to upgrade to our Syncfusion latest version.
Please let us know if you need further assistance.
Regards,
Shanmugaraja K