主题:  关于datagrid的问题

银色长笛

职务:普通成员
等级:1
金币:0.0
发贴:101
#12002/12/18 10:02:23
我照着mm附带的说名做了个grid,但是我想在数据上面做连接。怎么做??望请高手改改
相关文件:点这儿打开



银色长笛

职务:普通成员
等级:1
金币:0.0
发贴:101
#22002/12/19 10:32:38



silverflute

职务:普通成员
等级:1
金币:0.0
发贴:6
#32002/12/20 11:36:05
非常感谢ken,我已经找到答案
FSelectableItemClass.prototype.highlightPress = function()
{
    if (this.controller.enable) {
        this.controller.controller.clickHandler(this.controller.itemNum);
    }
    if (msg._visible==false){
        msg._visible=true;
        msg.setMessage("you clicked row on "+this.controller.itemNum+" .");
    }
}