Hi
Image 1 : i am binding dyanmic grid by JSON
Image 2 : I want this grid as per the below screen shot.Which Css should i apply
Hi Ishani,
Please add this CSS:pre[name=mobilegrid] .cell-wrapper{
width:100px;
height:100px;
margin:10px;
background:blue
}/preWhere 'mobilegrid' is a name of your Grid component.