I have a structure similar to the following:
{RowNumber:1,Values[{Value:1},{Value:2}],Criteria[{ColumnID:1,Comparitor:’=’,Value:10}], TableName:’some name’}
I would like the Criteria array to be a grid embedded in a cell such that when the cell is selected, a grid containing each of the Criteria entries is shown, w/ normal navigation/operation within the embedded grid.
I would prefer to do this embedded rather than nested, as that’s what the spec calls for, but if there is no other way, I’ll do nested, but it seems that if other controls can be embedded, why not a grid?
Can someone point me in the right direction? I tried doing it in createeditor, but after the grid is materialized, all I get in the cell is a text box.