Automatically update the column based on another column edited value **use TextBox & DropDownList, not NumericTextBox.**

In the official document, I tried to apply it to TextBox & DropDownList by referring to the update method using NumericTextBox, but it failed.

For example, if I enter "A" in the TextBox of Column A, select "B" in the DropDownList of column B, and transfer the values of column A and B to backend api, and then gets "AB"(appended value of Column A, B) from backend response and set this value on TextBox of Column C while in editing mode.

The development environment is React and JavaScript and uses hooks.


1 Reply

PS Pavithra Subramaniyam Syncfusion Team October 12, 2021 01:22 PM UTC

Hi SK, 

Thanks for contacting Syncfusion support. 

From your query we understood that you need to update a column value based on another column value which is possible in our Grid component. Before we start providing solution on your query, we need some information for our clarification. Please share the below details that will be helpful for us to provide better solution. 

  1. Share the edit type you are using. (Inline, Dialog, Batch)
  2. Please share the Grid code example.

Regards, 
Pavithra S 


Loader.
Up arrow icon