Unanswered: Column Editor which is having panel doent get values
Unanswered: Column Editor which is having panel doent get values
Hi,
I have the requirement says, the 'Row Editable grid' column should have 'Textfield and Image' together in the same cell. But when I submit the edited row, I am getting java script error in ext-all.js method of 'validateEdit' functionality.
I have attached the code below for the reference.
Question No 1: Whether we can add the 'panel [which is having Text field and image]' inside the column editor?
Question No 2: If yes, whether we can override the validateEdit functonality which is in ext-all.js to avoid the script error?
The purpose of the image here is to open the Date/Time window once clicked, and the selected date/time will be populated in to its nearest 'text field'.