how to put validation in datagrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smithak82
    New Member
    • Sep 2008
    • 12

    how to put validation in datagrid

    when we update the data through the datagrid how to validation on that. I have no idea how to do it. con you please guide me.
  • adityakoppolu
    New Member
    • Sep 2008
    • 17

    #2
    if you are using any control in data grid. On row bound event of datagrid we need to collect that control. And then we can asign javascript validation on that control attribute.

    Comment

    Working...