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
Hi Avinash Katti,
Thank you for your update.
It still works on my side. Could you send me a working sample demonstrating this behavior?
I am looking forward to your sample.
Hi,
I have passed event into function. I didn't changed any code which was attached earlier. I am adding screenshot of the issue and code. Please go through it. Input string error issue is occuring in the same sample.
For the sample attached how can we configure it to update the dataset. Do we have to do it manually or configuring it on some process (Please note that parent band is updating as expected, only child band is not updating).
1. You do not need jQuery to call event.preventDefault(). Please take a look here - http://www.w3schools.com/jsref/event_preventdefault.asp. As I mentioned, your issue is that you do not pass the event object to the function.
2. WebDataGrid attempts to automatically persist changes using the mechanism of the underlying data source. This means that if the data source control does not support CRUD operations, you must handle these operations manually to provide such functionality. Check this link for information regarding different data sources - http://help.infragistics.com/Help/Doc/ASPNET/2011.2/CLR4.0/html/WebDataGrid_Supported_Data_Sources.html.
3. Please provide a sample demonstrating this behavior.
Please let me know if you need anything else.
Hi Tihomir iliev,
Iam having the same issue. So i downloaded above attached files and started debugging it. i observed that iam receiving an error at event.preventDefault(). From my understandoing event.PreventDefault() is related to Jquery and i didnt find any jquery library in above attached solution. So please help me with below qeustions.
1. Do we have to add jquery to make solution working or is it available internally.
2. Do we have to update datasource manually in RowUpating event so that we can pull it whenever we want or is it automatically updating data source.(Auto-crud is in default state)
3. I am hitting Input string error after executing performUpdate function and observed that code is correct. is it occuring due to any mis representaion of infragistics controls or data source
Please let me know if you need more information
Hello,
In one of my previous posts I have attached a working solution based on your solution. Did you check it? You have not passed the event object to the function. I am attaching a screenshot of what you are missing.
Please let me know if you need further assistance.