Hi, I have a nested grid.
I need to pass my bitfield as a key in the Parent Table Relation Key.
Like :
<
ParentTableRelation
>
<
telerik:GridRelationFields
DetailKeyField
=
"MSE_PK"
MasterKeyField
=
"MSE_PK"
/>
<
telerik:GridRelationFields
DetailKeyField
=
"(MST_BitField & MSE_myBit)"
MasterKeyField
=
"MSE_myBit"
/>
</
ParentTableRelation
>
I need a way to to Something like this is my 'DetailKeyField' .