Hi guys,
We have a website running on server with iss 6.0. The aspx folder contains the right code, within the RadCodeBlock, to change the row to an editable state on a doubleclick. But when running the site off the server, this does not work. We did some testing, and when an alert(); is put after the
it does work. And it takes more than just one doubleclick. Is the alert(); refreshing the ajax panel, or is it doing something else to make it work.
Thanks
Kent
We have a website running on server with iss 6.0. The aspx folder contains the right code, within the RadCodeBlock, to change the row to an editable state on a doubleclick. But when running the site off the server, this does not work. We did some testing, and when an alert(); is put after the
$find("<%= gvRole.ClientID %>").get_masterTableView().editItem(editedRow);
Thanks
Kent