Hello
I have editable grid, with few RadComboBoxes. It is possible to set visibility or datasource of others RadComoboBoxes when one change selected index ? I'm asking because I don't see comboboxes in codebehind.
My Grid looks something like that:
<Grid>
......
<MasterTableView>
<EditFormSetting EditFormType="Template">
<FormTemplate>
//RadComboBoxes ....OnSelectedIndexChanged="...."
</FormTemplate>
</EditFormSettings>
</MasterTableView>
</Grid>
I have editable grid, with few RadComboBoxes. It is possible to set visibility or datasource of others RadComoboBoxes when one change selected index ? I'm asking because I don't see comboboxes in codebehind.
My Grid looks something like that:
<Grid>
......
<MasterTableView>
<EditFormSetting EditFormType="Template">
<FormTemplate>
//RadComboBoxes ....OnSelectedIndexChanged="...."
</FormTemplate>
</EditFormSettings>
</MasterTableView>
</Grid>