We are using Net advantage 15.2 version. We are updating (checked or un-checked) a checkbox in child band of WebHierarchicalGrid. On button click we are able to get data from grid however we are not getting updated values which we have done in client side. We are successfully getting updated values from grid when changes are in Parent band. Please guide me in it.
ex: if checkbox in grid is false (un-Checked) and when we set it to true and clicked button to submit, still we are getting false for the checkbox.
Hello Avinash,
Thank you for the update. The sample you sent doesn’t match the version you say you are using. The sample you sent also does not demonstrate the issue you have described. Do you have a different sample? I am also attaching a sample that demonstrates how you can setup the grid in the code behind.
Hi Mike,
I have uploaded a sample. In that sample i am getting an input string error and the data i bind is exactly same as i provided in the sample. Iam able to update data in parent band and get it on button click successfully, this issues is happening only with child band. Could you please look into this issues and kindly guide me in it.
Thank you for contacting Infragistics!
I have some follow up questions concerning this matter. How are you rebinding data on postback? How are you updating you data source with the changes from the child bands?