Hi,
I have a RAD-Grid with approx 900 items. It shows the data with pages of 30 items.
When I press the "select all" checkbox rendered in the header, I wan't it to select all the 900 items.
I am using client-side selection with AllowMultiRowSelection="true" and I have the ClientSettings as follows:
<ClientSettings>
<Selecting AllowRowSelect="True" />
</ClientSettings>
Is this possible?
Kind regards,
Morten
I have a RAD-Grid with approx 900 items. It shows the data with pages of 30 items.
When I press the "select all" checkbox rendered in the header, I wan't it to select all the 900 items.
I am using client-side selection with AllowMultiRowSelection="true" and I have the ClientSettings as follows:
<ClientSettings>
<Selecting AllowRowSelect="True" />
</ClientSettings>
Is this possible?
Kind regards,
Morten