Hello,
I have 2 GridTemplateColumn's with RadNumericTextBox's in them, and I want to change the value of one RadNumericTextBox based on the input in the other and vice-versa. I think I can achieve this my trapping the OnBlur events on the textbox and find the parent GridDataItem, once I find the parent row, I can find the other textbox and set the value.
I want to do this on click side and not on the server size.
But I am facing a problem where I cant find the parent GridDataItem on the OnBlur event.
Can anyone please help me with this?
I have 2 GridTemplateColumn's with RadNumericTextBox's in them, and I want to change the value of one RadNumericTextBox based on the input in the other and vice-versa. I think I can achieve this my trapping the OnBlur events on the textbox and find the parent GridDataItem, once I find the parent row, I can find the other textbox and set the value.
I want to do this on click side and not on the server size.
But I am facing a problem where I cant find the parent GridDataItem on the OnBlur event.
Can anyone please help me with this?