Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
Adding " row adding " behavior to webdatagrid programatically
posted

Can any one help me adding row adding behavior  to webdatagrid programatically

  Dim RowAdditions As RowAdding = webDataGrid1.Behaviors.EditingCore.Behaviors.CreateBehavior(Of RowAdding)()

is giving me the object null exception

Thanks in Advance

Parents Reply Children
No Data