Title: Dependent Combogrid Post by: andy on January 07, 2013, 10:04:21 PM Hi all... I use this code to connecting two combogrid and it's work. $('#id_combogrid').combogrid('grid').datagrid('load', { position: $('#position_combogrid').combogrid('getValue'), }); |