N S B
18 Aug 2009, 7:08 AM
Hi all,
After reading through a lot of posts, I found out that there is no definitive way in which we can merge rows/columns in grids. My basic aim is to try and re-create something like a Microsoft Outlook calendar with items spanning over multiple days.
As a work around, I am thinking of using a very nice CSS hack of setting the margin as negative which allows text to overflow recklessly, giving the illusion of merged cells ;) But, this means that my store will be extremely complicated. So will my renderer, because of the million cases it will have to handle.
So, my question is, should I still stick to grids and use this workaround, or does anybody know any easier way in which this can be done?
Thanks a million!
After reading through a lot of posts, I found out that there is no definitive way in which we can merge rows/columns in grids. My basic aim is to try and re-create something like a Microsoft Outlook calendar with items spanning over multiple days.
As a work around, I am thinking of using a very nice CSS hack of setting the margin as negative which allows text to overflow recklessly, giving the illusion of merged cells ;) But, this means that my store will be extremely complicated. So will my renderer, because of the million cases it will have to handle.
So, my question is, should I still stick to grids and use this workaround, or does anybody know any easier way in which this can be done?
Thanks a million!