You must Sign In to post a response.
  • Category: ASP.NET

    Edit gridview with checkbox(not using item template)

    i want to edit my simple gridview (iam not using item template for data bind) rows when i click a checkbox
  • #767414
    Hi,
    You can use 'Ajax contorl toolkit HoverMenu'.
    It will open HoverMenu on assigned target control where you have options to choose between Insert/Edit/Delete. If you select the "Edit" option then the selected row will go into edit mode.
    It has some of the following properties:
    TargetControlID="GridViewId"
    PopupPosition="Left"/"Right"
    HoverCssClass="AnyCss"
    Please finde demo and source code for HoverMenu attached to GridView over here:
    http://www.ajaxcontroltoolkit.net/HoverMenu/HoverMenu.aspx

  • #767508
    Hi,

    Your question is not understanding, could you please elaborate it briefly. What you want exactly, without Itemtemplate how did you design Checkbox? that's not possible and if you want to edit the records based on checkbox selection then in that case you can able to select only one checkbox at a time, we called this as Toogle Checkbox selection, if that is the case on selection of checkbox you want to edit the row or what?

    Please elaborate the requirement clearly so that we can help you better.

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/


  • Sign In to post your comments