Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Event when Row Height changed

I have some datarow and column configuration changes I want to do when a user increases or decreases the height of a row in the edittable. I can't seem to figure out which event I have to qualify and watch for though. What event can I qualify to check this out?

Comments

  • That's because there are no events specifically tied to those user actions. You might be able to rig your own solution via the OnMouseMove event, but just note that we generally discourage enabling this event due to the UI overhead.
Sign In or Register to comment.