Hi,
Grouping is a great feature with rad grid! thank you!
But alignment and customizing is not very versatile.Atleast I'm finding it little round about,probly I am still a little new here.
OK,
I've used group expressions for groping data in rad grid and achieved styling and alignment to my satisfaction using itemdatabound and prerender event handler where I set the visibility of groupheader datacell to false and add the cells with required data for each column aligning the column and group header data.
So far so good,ut my problem is when I hit expand/collapse the group header datacell is blown off and my custon cell are not rendered,so I hav a blank row with expand and collapse,so I need to rebind the grid to get back the group header.
Now my thinking is if I know what event is fired when the expand/collapse is hit then I can render the group header(unfortunately when I tried the prerender event handler,I think I missed something or its the wrong event-please advise) .Please can you through some light,it feels like I'm close yet not that close-kind of stuck need this done soon-client pressure.
Thank you.
Grouping is a great feature with rad grid! thank you!
But alignment and customizing is not very versatile.Atleast I'm finding it little round about,probly I am still a little new here.
OK,
I've used group expressions for groping data in rad grid and achieved styling and alignment to my satisfaction using itemdatabound and prerender event handler where I set the visibility of groupheader datacell to false and add the cells with required data for each column aligning the column and group header data.
So far so good,ut my problem is when I hit expand/collapse the group header datacell is blown off and my custon cell are not rendered,so I hav a blank row with expand and collapse,so I need to rebind the grid to get back the group header.
Now my thinking is if I know what event is fired when the expand/collapse is hit then I can render the group header(unfortunately when I tried the prerender event handler,I think I missed something or its the wrong event-please advise) .Please can you through some light,it feels like I'm close yet not that close-kind of stuck need this done soon-client pressure.
Thank you.