So.. i have the following record selector on my grid.
it looks great.. but how do i determine the records that are actually selected??
i tried "IsSelected", it wasnt that.
so how can i access the checkbox on the record selector?
thanks.
<
>
<!-- This Style puts a CheckBox into the record selectors. -->
}">
="Template">
="Center"
=TwoWay}"
/>
Hello,
Make sure that you allow multiple selection of records in the FieldLayoutSettings. You can also see an example with checkbox selectors in the blog post of Josh Smith here
Alex.