c# - Grid Checkbox Select -


i made grid checkbox. can select 1 value @ time want select more. how can select more values @ time in checkbox? (i using telerik:radgrid)

try code :

allowmultirowselection="true"

 <telerik:radgrid rendermode="lightweight" id="radgrid1" runat="server" datasourceid="sqldatasource1" allowmultirowselection="true">         <clientsettings>           <selecting allowrowselect="true" enabledragtoselectrows="true" />         </clientsettings>       </telerik:radgrid> 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -