I have a readonly grid with several columns. Two columns are DateTime type. When the user selects a row I set a local variable using ProcessContext.UserInput[1]. When either of the date fields are null it doesnt set the local variable. If both dates are not null it sets the local variable as expected. Has anyone seen this?