Hi,
I am working on a requirement wherein i need to implement Rad Grid inside Tabstrip.I was successful in this but the problem I am facing is as follows.
1. I need to implement OnRowDblClick of RadGrid Row for this I have added following piece of code into my RadGrid
I am working on a requirement wherein i need to implement Rad Grid inside Tabstrip.I was successful in this but the problem I am facing is as follows.
1. I need to implement OnRowDblClick of RadGrid Row for this I have added following piece of code into my RadGrid
<
ClientSettings>
<ClientEvents OnRowDblClick="RowSelectedBatchAssoc" />
<Selecting AllowRowSelect="True"></Selecting>
</ClientSettings>
But now Tabstrip is not working
Can anybody please help me on this?
Thanks in advance,
Medac