I have a grid which I have batch edit mode enabled. I have a "Value" column that I am rendering as a string but when I want to edit it, I want the value to be either an integer or a decimal based on another column. So in the example below, if the currency is set, then I want the value to be a decimal, if the currency is missing, then I want the input to be an int? Is this possible?