图如下:1、Grid能不能实现点击哪行就编辑哪行 
2、右击菜单增中行等功能。 
3、第一行固定,计算统计值(或者在未行固定动态计算统计值)另附加分贴
http://topic.csdn.net/u/20090309/10/941912b6-9f59-40d0-9528-f634d025f9c8.html?seed=182710467

解决方案 »

  1.   

    通过oncontextmenu实现菜单
    http://topic.csdn.net/t/20041007/16/3431275.html
      

  2.   

    右键菜单参见:
    Adding a Context Menu to ASP.NET Controls
    http://msdn.microsoft.com/en-us/magazine/cc163848.aspxReplacing the Internet Explorer context menu with a custom built context menu
    http://www.codeproject.com/KB/aspnet/dynamenu.aspx
      

  3.   


    1、Grid能不能实现点击哪行就编辑哪行 和你的要求稍微有点不同:
    GridView Examples for ASP.NET 2.0: Editing the Underlying Data in a GridView
    http://msdn.microsoft.com/en-us/library/ms972948.aspx
      

  4.   

    3、第一行固定,计算统计值(或者在未行固定动态计算统计值) 
    参考:
    不过他是显示在footer上,如果你想显示在某一行上应该也好该,总之就是处理Datarowbound事件。
    Displaying Summary Information in the GridView's Footer
    http://www.asp.net/learn/data-access/tutorial-15-vb.aspx