Hello I am using the free version of jqgrid on a .net mvc c# application. One of my grids first column uses a picture to open a page.
The issue I have is that I am trying to use the application and grid on an ASUS tablet using Android Ice Cream Sandwich.
I am trying to use the integrated web browser. When i click on the open folder icon it takes many tried to finally open the link.
I have tried to add padding all around the image and make sure that the trigger event is by clicking on the icon and not on the cell.
No issue on windows devices and also even in the same tablet when trying a different browser.
I opened the demo page for jqgrid of asp.net mvc and one of the features is called
CRUD: Edit/Add/Delete Rows – Inline Row editing controls
http://www.trirand.net/demoaspnetmvc.aspx
this grid has two icons in the first column: edit and delete
If I try to use those buttons on the same android tablet and same broser they work without any issue
My question is the code used there for those buttons exclusive to the full subscriton of jqsuite for asp.net?
or even that free version should contact the same code? Is it a matter of changing options in my grid?
Thank you
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top