Hi,
Is it possible to display the unmatched value in the grid rather than empty text? For instance..
Is it possible to display the unmatched value in the grid rather than empty text? For instance..
<
telerik:GridDropDownColumn HeaderText="Client" UniqueName="Budget_Client" DataSourceID="SrcForClient" DataField="Budget_Client" ListTextField="ClientName" ListValueField="ClientName"></telerik:GridDropDownColumn>
On the above code, I am binding a dropdown list to a object datasource. The problem is if DataField does not match item in the field, it display blank in the grid column. Ideally I would to have user see the original value (Data Field) before going to edit mode for selecting item in the dropdown list...
Any suggestion would be appreciated.
Thanks.
Milan G