ishani modi
Posts: 0
Joined: Wed Oct 23, 2013 4:49 am

Bind grid

Hi,

I want to bind square grid dynamically as per JSON string
can you suggest which control should i use ?
Image

Thanks,
Ishani

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Bind grid

Hi Ishani,

I advice our Grid component: http://docs.appery.io/documentation/u...

You would need CSS like this:pretd .cell-wrapper{
background-color: blue;
margin:5px !important;
}/pre

ishani modi
Posts: 0
Joined: Wed Oct 23, 2013 4:49 am

Bind grid

Thank you for your reply.
I have 1 more question, if i want check uncheck on this grid item click how can i get it ?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Bind grid

Visually this can be done with CSS. And you would need some custom code. How do you want this to look and work?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Bind grid

I'd add about mapping such grid. If grid size will always be the same you can use Appery.io service to map it. If it may vary you would need to do it manually, with JS and HTML component, using method append: http://api.jquery.com/append/

ishani modi
Posts: 0
Joined: Wed Oct 23, 2013 4:49 am

Bind grid

no grid size will be dyanmically bind via rest service json. I followed this and had a binding dynamically
http://docs.appery.io/tutorials/build...
I want select deselect on the binding.

ishani modi
Posts: 0
Joined: Wed Oct 23, 2013 4:49 am

Bind grid

i solved it :)

Return to “Issues”