Page 1 of 1

How do I make a border around grids?

Posted: Tue May 07, 2013 9:42 pm
by Tony Rpae

I would like to have a border around certain grids that I make. I've tried doing
Appery('mobilegridcell_39').css('border','2px solid #ffffff');

but it doesnt work.


How do I make a border around grids?

Posted: Tue May 07, 2013 10:07 pm
by Alena Prykhodko

Hello!

I'll test and update!


How do I make a border around grids?

Posted: Tue May 07, 2013 11:55 pm
by Alena Prykhodko

It seems to be a bug, we'll feedback.


How do I make a border around grids?

Posted: Wed May 08, 2013 1:08 am
by Alena Prykhodko

There is an option in Properties to set table border width and color. Image


How do I make a border around grids?

Posted: Wed May 08, 2013 6:59 am
by Oleg Danchenkov

Hi Tony.
For mobilegridcell use $("[name=mobilegridcell_39]") instead of Appery('mobilegridcell_39')
code$("[name=mobilegridcell_39]").css('border','2px solid #ff0000');/code


How do I make a border around grids?

Posted: Wed May 08, 2013 1:07 pm
by Alena Prykhodko

In addition to that you can set Class Name of the Grid component in Properties and Create New CSS with the following code
code.ClassName{
border-collapse: separate !important;
}/code