Hello,
I have a grid on Form A. I have data in the session variable which is set as the datasource in the grid's needdatasource
then when I am finished doing what I have to do in the popup form I update data into the Session[cKIWebHelper.SelectListSessionVariables.const_Session_GridData]; (add records, remove records etc)
immediatlyl after I close the popup I would like to refresh the grid in Form A. How do I do FormA.RadGridItems.Databind() ?
I have a grid on Form A. I have data in the session variable which is set as the datasource in the grid's needdatasource
RadGridItems.DataSource = Session[cKIWebHelper.SelectListSessionVariables.const_Session_GridData];
Now, i display a popup form B
window.showModalDialog
then when I am finished doing what I have to do in the popup form I update data into the Session[cKIWebHelper.SelectListSessionVariables.const_Session_GridData]; (add records, remove records etc)
immediatlyl after I close the popup I would like to refresh the grid in Form A. How do I do FormA.RadGridItems.Databind() ?