Click here to Skip to main content
15,905,616 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
whats wrong in following code:

XML
<telerik:RadGrid ID="GrdSupplier" runat="server" width=" 500px" HorizontalAlign="Center"  AllowPaging="true" PageSize="10"  OnSelectedIndexChanged ="GrdSupplier_SelectedIndexChanged" >

                <ClientSettings EnablePostBackOnRowClick="true" EnableRowHoverStyle="true">

                    <Selecting AllowRowSelect ="true" />

                </ClientSettings>

            </telerik:RadGrid>
Posted

Hi Sonakshi,

Try to add this property AllowPostBackOnRowClick="true"

Thanks
Saravanan
 
Share this answer
 
Comments
Sonakshi Sharma 22-Apr-15 5:46am    
set this true but still problem remains...what to do???
AllowPostBackOnRowClick="true" property added in rad grid properties?.

can you please share complete radgrid code.

i have tested here with same property its working fine.. :)

Thanks
Saravanan
 
Share this answer
 
Comments
Sonakshi Sharma 22-Apr-15 23:02pm    
posted code is complete code of my radgrid

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900