Using version 2015.2.623.45, RadGrid posts back when selecting the same row...
<
ClientSettings
AllowColumnsReorder
=
"True"
AllowDragToGroup
=
"True"
EnablePostBackOnRowClick
=
"True"
>
<
Selecting
AllowRowSelect
=
"True"
EnableDragToSelectRows
=
"False"
/>
<
Scrolling
AllowScroll
=
"True"
UseStaticHeaders
=
"True"
/>
<
Resizing
AllowColumnResize
=
"True"
AllowResizeToFit
=
"True"
EnableRealTimeResize
=
"True"
/>
</
ClientSettings
>
Is there a ClientSettings-Selecting property that can be set or a javascript snippet to disallow postback when the selected row is selected again?
We'd like to avoid using the ClientSelectColumn.
Thanks!