Hi,
This is Indu. I hope you are doing good.
In syncfusion grid, I have one scenario which is explained below,
1.Grid: Inline Edit mode without toolbar option (Add, Edit, update, cancel).
2. only 2 fields are editable other columns are non-editable (setting allowediting = false done manually for each column except that 2 columns)
3. 1st editable control - DropDownEdit
HTML:
TS:
4. 2nd editable control - textbox
HTML:
TS:
5. Saving the edited values on their control change (dropdownlist)and blur/Enter key in keyboard(textbox) . It is saving data into the database.
Query 1: After updating the row how can I refresh the data source of the grid. Where can I do that?
Ex: (a) - Grid onload
(b) after given values in editable columns (temporarily only it is showing data)
(c) if I am filtering the same record again, It is showing the updated data field empty. But it is affected in the database. When I am refreshing the whole page then it is showing data for the same record. Is there any way to show the data while filtering it?
Query 2: how to set "tick mark"(Refer the above image) while in edit mode? how can i add class in edit mode.
(a)"Attaching" column having "tick" symbol based on the given code below,
HTML:
(b) How can i show tick mark in row edit also? "Attaching" field is showing true. I want to show "tick" mark instead of "true".
Kindly do let me know the answers and solutions for the stated problems at the earliest.
Your reply is highly appreciated in this issue.
Thank you in Advance.