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
250
Unable to get grid values on button click event
posted

We are using Net Advantage 2011.2. We have a button click event where we pull webhierarchical grid data into it to save it based on functionality. However we are not getting webhierarchical grid data as expected. We are binding data from codebehind.

protected Sub btn_clickEvent(ByVal Sender as Object, ByVal e as EventArgs) handles btn.ClickEvent

       Dim testGrid as Infragistics.Web.UI.GridControls.WebHeirarchicalGrid

       testgrid = Me.GridFromUI

End Sub

In the above example we are not getting GridFromUI grid values. Please provide us a way to use data from Grid on a button click event

Parents Reply Children
No Data