Posted 24 May 2022, 4:49 pm EST
HI, I have problem of Batchedit in FlexGrid.
https://docs.grapecity.com/help/c1/aspnet-mvc/aspmvc_helpers/#FlexGridBatchEditing.html
I changed the cell type of Column ‘CategoryName’ in sample, Textbox to Combobox. I only added Editer(combobox) in ColumnsBuilder
When I changed ‘AAA’ to ‘BBB’ on combobox(selected) Controller’s requestData has ‘AAA’ (not ‘BBB’).
Why? Please let me know how to requestdata.