gridview中ImageButton响应事件,该如何解决

gridview中ImageButton响应事件
我的griview中有很多的图片按钮,可是无法响应onItemClick事件,我用了网上说的加个android:focusable="false";还是不行,我想做的是单击不同的图片按钮跳转到不同的页面,做了一天都没把这问题解决,急死了,请教了

------解决方案--------------------
直接做图片的点击响应事件即可,
对应的imageview.setonclickListener(..)
------解决方案--------------------
给ImageButton加上这个android:focusable="false"属性
给GridView的每一个item的布局文件中的最外层的layout加上这个属性android:descendantFocusability="blocksDescendants"