Hi
When I use DataGrid Reactive , I have a problem.
When operating a field, how to get the value of another field in a row.
Could you tell me how to do it .
Thank you very much.
Hello @He Caixia
I think your question is answered here.
Let me know if I could help you.
Ricardo Vaim
Your answer solved my problem .
Hi He Caixia,
Can you elaborate on your problem with some examples? like on which field you are operating, where that field is and you want to pull the value of another field but where that another field is? it will be really helpful if you can explain the complete scenario or with example data.
Regards,
Manish Jawla
Thanks for your replay .
For example, when I operate "Usercode" filed, I want to get the "Id" field in current row to determine whether the "Usercode" field can be edited.
If the "Id" value is not empty, editing is not allowed, and it can be edited if it is empty.
I don't konw how to get the "Id" field in current row while operating the "Usercode".