I have a requirement in which i have to show two images, one each in upper left and upper right corner of the cell. I have achieved this using a custom eXcell type with a table inside. There are two rows in the table, each row having two columns. the first row is used for the images while the second row is for numeric value.
However, there are few problems with this approach:
-
In order to edit the cell, I need to click on a cell part which is not inside this table (there is cell padding attribute for each cell, which separates this table from the cell boundaries, i need to click on this separation space).
-
If I change the cell numeric value, the image disorients from their position (the attached screenshot has two scenarios, the upper image has properly oriented images, but the below one is just after editing the cell).
Would accept, if there is any better approach than this.