VB.net 2005 express edition datagridview problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fatimang
    New Member
    • Sep 2008
    • 10

    VB.net 2005 express edition datagridview problem

    aloha!!!!!..... ...


    how to manipulate the record pointer of the table inside the datagridview.

    plz show the codes related to this problem....



    thank u.....
  • adityakoppolu
    New Member
    • Sep 2008
    • 17

    #2
    I didnt get exactly what is the issue.

    If do you mean of cursor pointer(like mouse pointer moving on grind) Onrowbound event we need to add javascript function through coding for the control attribute.

    If to manipulate row functionality you can use dataview for any modifications and can bind it directly to grid

    Comment

    Working...