Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
using XamCheckEditor in XamDataGrid
posted

Hi,

I'm using NetAdvantage for WPF 11.1 and I added a 'selected' column to my XamDataGrid as follows:

<igDP:Field Name="IsSelected" Label="Selected">
    <igDP:Field.Settings>
        <igDP:FieldSettings AllowEdit="True" EditorType="{x:Type igEditors:XamCheckEditor}"/>
    </igDP:Field.Settings>
</igDP:Field>

(I saw this answer in one of the forums here).

My question is - when I select some items, the last selected item is not selected until the checkbox loses focus (until I click somewhere else).

Is there a way to change this behavior? It is really counter-intuitive.

Thanks.