RazenGrid in-line edit do not launch RowUpdate Event after call .UpdateRow() #95

Closed
opened 2026-01-29 17:31:26 +00:00 by claunia · 4 comments
Owner

Originally created by @Acruval on GitHub (May 14, 2021).

Describe the bug
RazenGrid in-line edit do not launch RowUpdate event after call .UpdateRow()

To Reproduce
I can not reproduce in your demo page
In am following your RazenGrid in-line demo structure. With different data

  1. I have colums and I click on edit Icon
  2. Yes I can Edit
  3. I press Save Icon
    3.1 that calls _grid.UpdateRow(el);
    3.2 yes there is a validation
    3.3 If all is Ok OnUpdateRow must be called but it doesn't happen
    3.4 The row is still in edit mode

image

Net core 3.1

image

Originally created by @Acruval on GitHub (May 14, 2021). **Describe the bug** RazenGrid in-line edit do not launch RowUpdate event after call .UpdateRow() **To Reproduce** **I can not reproduce in your demo page** In am following your RazenGrid in-line demo structure. With different data 1. I have colums and I click on edit Icon 2. Yes I can Edit 3. I press Save Icon 3.1 that calls _grid.UpdateRow(el); 3.2 yes there is a validation 3.3 If all is Ok OnUpdateRow must be called but it doesn't happen 3.4 The row is still in edit mode ![image](https://user-images.githubusercontent.com/4776748/118280326-02e3b800-b4c4-11eb-92e7-b65d1679b1a2.png) Net core 3.1 ![image](https://user-images.githubusercontent.com/4776748/118280860-800f2d00-b4c4-11eb-9994-2ccac3fcd214.png)
Author
Owner

@akorchev commented on GitHub (May 20, 2021):

I can not reproduce in your demo page

We can't do much without reproducing the problem. You can try removing all validators to see if the problem remains. Also you can try debugging the source code.

@akorchev commented on GitHub (May 20, 2021): > I can not reproduce in your demo page We can't do much without reproducing the problem. You can try removing all validators to see if the problem remains. Also you can try debugging the source code.
Author
Owner

@luizs81 commented on GitHub (Jun 2, 2021):

@Acruval
Can you share your code, so people can review it and eventually try to reproduce the problem?

@luizs81 commented on GitHub (Jun 2, 2021): @Acruval Can you share your code, so people can review it and eventually try to reproduce the problem?
Author
Owner

@Acruval commented on GitHub (Jun 2, 2021):

It is just a vanilla Grid with a button when I press the button. I have
sent the source code at that moment
I finally created a form just for edit and use one of my read-only grids
but I can resent you the case.
any clue you wrote meant 4 am in the morning and because I didn't reply
in 8 hours you close the case..

Cheers

El mié, 2 jun 2021 a las 4:08, Luiz Gustavo M. Sampaio (<
@.***>) escribió:

@Acruval https://github.com/Acruval
Can you share your code, so people can review it and eventually try to
reproduce the problem?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/radzenhq/radzen-blazor/issues/114#issuecomment-852680155,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABEOGLBYCF5526JNUZ3GU6TTQWOEDANCNFSM444PN7OQ
.

@Acruval commented on GitHub (Jun 2, 2021): It is just a vanilla Grid with a button when I press the button. I have sent the source code at that moment I finally created a form just for edit and use one of my read-only grids but I can resent you the case. any clue you wrote meant 4 am in the morning and because I didn't reply in 8 hours you close the case.. Cheers El mié, 2 jun 2021 a las 4:08, Luiz Gustavo M. Sampaio (< ***@***.***>) escribió: > @Acruval <https://github.com/Acruval> > Can you share your code, so people can review it and eventually try to > reproduce the problem? > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/radzenhq/radzen-blazor/issues/114#issuecomment-852680155>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABEOGLBYCF5526JNUZ3GU6TTQWOEDANCNFSM444PN7OQ> > . >
Author
Owner

@saustudio commented on GitHub (Feb 25, 2022):

i have same problem, for in-line edit cell.
if i start edit mode , change value, and click any other row , then edit mode auto closing and don't fired event handler RowUpdate
My temporary solve subscribe on event RowDeselect , because her is triggered
P/S blazor server side , Radzen.Blazor Version="3.16.0

@saustudio commented on GitHub (Feb 25, 2022): i have same problem, for in-line edit cell. if i start edit mode , change value, and click any other row , then edit mode auto closing and don't fired event handler RowUpdate My temporary solve subscribe on event RowDeselect , because her is triggered P/S blazor server side , Radzen.Blazor Version="3.16.0
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#95