Hi,
I am new to using the JSF components and GridView. I was able to get cell editing to work by specifying cellValueChangeListener in the ig:GridView tag but I would like the grid to refresh after the cellValueChangeListener has fired and I have updated the database. I have tried setting the binding to a grid in the backing bean and doing a grid.dataBind(), but this doesn't seem to work.
Are there any samples or information on how to refresh the grid after an update?
Thanks
Nathan
Yes! Please check out the online demos at componentsforjsf.com. There are several that deal with this specific issue.
Thanks!