Problem with coro celltype on mobile devices

Hi everyone,

I am still using DHTMLX 3.6

I have problems with the behaviour of coro cells on mobile devices. It works perfectly in chrome/safary/firefox in windows or mac environment. But within android the options were not even shown and therefore cannot be selected.

Is there anything special to be set for mobile devices?

Here is my way to initialise the grid (the grid is set “editble” within a sepatrate routine):

my_grid = new dhtmlXGridObject(‘div_buchung_grid’);
my_grid.setImagePath(gImgsPath);
my_grid.setHeader(“Datum, …);
my_grid.setInitWidths(“85,145,80,145,45,300,100,70,55,80,50,50”);
my_grid.setColAlign(“center,left,left,left,center,left,left,center,center,right,center,center”);
my_grid.setColTypes(“dhxCalendarA,coro,coro,coro,link,ro,ro,ro,ro,betrag_ro,link,link”);
my_grid.setColSorting(“date,na,int,str,na,str,int,str,str,int,int,na”);
my_grid.setNumberFormat(“0,000.00”,9,”,",".");
my_grid.setSkin(“xp”);
my_grid.enableMultiline(true);
my_grid.enableEditEvents(true,false,true);
my_grid.enableColSpan(true);
my_grid.init();
my_grid.enableAlterCss(“even”,“uneven”);
my_grid.setSortImgState(true,0,‘des’);

Any Ideas???

Unfortunately the usage of co/coro select is not available on touch devices.
The only available solution is to use the “combo” exCell instead of co/coro:
docs.dhtmlx.com/grid__combo_integration.html