BillEisner
22 Mar 2007, 11:14 PM
I have two situations where it would be helpful to be able to override the default row behavior. One is my VirtualGrid, where it would be nice to use the entire row to say "loading ....". The other, which is much more significant, is for collapsible columns, which I am currently implementing. When a column is collapsed, its text should span the remaining columns.
I can temporarily get around the fact that the entire body of the grid is processed in one routine. I could provide my own renderbody method or, alternatively, I could post process the html that is produced by renderbody. However, both of those are hacks. I would rather have the ability to apply a specific template to a row depending on the condition of the particular row.
I can temporarily get around the fact that the entire body of the grid is processed in one routine. I could provide my own renderbody method or, alternatively, I could post process the html that is produced by renderbody. However, both of those are hacks. I would rather have the ability to apply a specific template to a row depending on the condition of the particular row.