JQueryMobile offers the capability to group buttons either horizontally:
BtnA | BtnB
or vertically:
BtnA
----
BtnB
via the controlgroup configuration.
Is the following set up, involving both horizontal and vertical placement, possible:
BtnA | BtnB
-----------
BtnC | BtnD
If yes, how? Any alternatives to controlgroup in this case?
Try Using JQM content grid Like this:
Heres a demo: http://jsfiddle.net/ashanova/kkf9w/
Heres the JQM docs: http://jquerymobile.com/test/docs/content/content-grids.html