Hello,
i have a radgrid and when i right click a row i am able to show radcontextmenu . What i am trying to do is i want to show the context menu only if i click the 3. column index of each row. if i click other columns i want to show the standard context menu of current explorer.
i tried the example
http://www.telerik.com/community/code-library/aspnet-ajax/general/contextmenu-over-a-specified-column-in-radgrid.aspx
but it didnt work for me cause "source" and "cell" values are never same.
i have this :
| RadControls version |
RadControls for ASP.Net Ajax
|
| .NET version |
3,5
|
| Visual Studio version |
2008
|
| programming language |
C#
|
|
|
Can you help me about this.
Thanks in advance.