How to set the selection mode of the grid in side a repeater

I have a grid in side a repeater control, and I set the selection mode to "Syncfusion.Web.UI.WebControls.Shared.SelectionMode.One", but it is not working. Please help me to check how to make it work, thank you!

1 Reply

ES Eswari S Syncfusion Team February 5, 2013 11:39 AM UTC

Hi Dldhg,

Thank you for using Syncfusion products.

In order to set client side id for GridGroupingControl properly , we suggest you to set the “ClientIDMode” property of Repeater control to “AutoID”. Please refer below code snippet for further details.

[ aspx ]

<asp:Repeater ID="Repeater1" runat="server" DataSourceID="AccessDataSource1" ClientIDMode="AutoID" onitemdatabound="Repeater1_ItemDataBound">

For your convenience we have prepared the sample for above scenario and the same can be downloaded from the following link:

http://www.syncfusion.com/downloads/Support/DirectTrac/103586/Sample1485008781.zip

Please let us know if you have any queries.

Regards,

Eswari S


Loader.
Up arrow icon