I’ve been looking and cant find the answer. I have a ASPxGrid on a modalDialog. When the dialog closes i want to return the data (and if possible the fields behind the columns) in the selected row. I cant figure out how to pass the rowdata object back in the showModalDialog return value;
Thanks
Charles
On server side set ASPxGridView ClientInstanceName to some value (I will use “myGrid” in js code).
Then your javascript code to fetch column values should look like this:
Notice that GetRowValues uses callback to fetch row values.