Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1735
RowEditTemplate does not fire TextChanged event
posted

Hi,

I have a Grid with a UltraGridRowEditTemplate and a UltraGridCellProxy with name 'ID' added to it.

Further i have written ID_TextChanged event in my code but this event does not get fired at all. Not even after the text is changed and focus is moved to other cell/control.

My other query:

Is there any way i can allow RowEditTemplate to pop-up only when user clicks on RowSelector and not on Cell click?

Thanks,

Chitra