Categories | Question details Back To List | ||
Grid interaction with external components Hi, I have a subgrid in my main grid . for a column i have attached a grid . that s working fine .But when I have to attach different grids for different cells in a single column . How to proceed. Answer posted by Support on Oct 28, 2009 03:30 Only one sub grid can be attached to the one column via setSubGrid() method. There is no way attach different grids for different cells in a single column. |