Hi,
In my xamdatagrid, one of a cell style needs to be an checkbox with some text beside (just like a regular checkbox), the text and checkbox IsCheck are both bound to a property. If define the FieldSetting EditorType="{x:Type igEditors:XamCheckEditor}", text is unable to display. How shall I do this? Thanks.
Hi TTran117,
The XamCheckEditor was meant to be used as an embedded control, mainly inside the data presenter controls such as the XamDataGrid, so it doesn't display text next to the Checkbox like an ordinary Checkbox would. You will have to either retemplate the CellValuePresenter to use a normal Checkbox or retemplate the XamCheckEditor to add a Label to it.