Page 1 of 1

Row separator lines in Datagrids

Posted: Fri Aug 13, 2010 9:55 pm
by phaworth
Is it possible to have a line between rows of a datagrid? I've switched off the alternating color property but would like to have some sort of separation between rows.
Thanks,
Pete

Re: Row separator lines in Datagrids

Posted: Mon Aug 16, 2010 6:57 pm
by Zryip TheSlug
phaworth wrote:Is it possible to have a line between rows of a datagrid? I've switched off the alternating color property but would like to have some sort of separation between rows.
Thanks,
Pete
Hi Pete,

Yes it possible, but not with the API. Simply draw a line in the template of your datagrid form or several lines (one by columns) in the template of your datagrid table.

You will obtain something like this datagrid on the left of the image:

Image

Re: Row separator lines in Datagrids

Posted: Tue Aug 17, 2010 11:43 pm
by phaworth
Thanks, sounds like that will work fine.

I don't recognise the screen image you included in your reply - that's not the normal IDE right?

Pete

Re: Row separator lines in Datagrids

Posted: Wed Aug 18, 2010 4:08 pm
by Zryip TheSlug
phaworth wrote:Thanks, sounds like that will work fine.

I don't recognise the screen image you included in your reply - that's not the normal IDE right?

Pete
Right,
That's a screen image of the pugin I'm actually building to help with datagrids: the Data Grid Helper.


Regards,