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.
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.
Hello!
I'll test and update!
It seems to be a bug, we'll feedback.
Hi Tony.
For mobilegridcell use $("[name=mobilegridcell_39]") instead of Appery('mobilegridcell_39')
code$("[name=mobilegridcell_39]").css('border','2px solid #ff0000');/code
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