Question

Using the Telerik RadGrid control in ASP.Net, using editing "inplace" all works well and performs as expected (even got some validation) but when the edit is complete the edit/insert window doesn't close .. and I would like it to ... any ideas as to what I need to set to make it do this ?

Cheers

Was it helpful?

Solution

Also check whether you set the AllowAutomaticXXXXXX properties of the grid to false in case you perform the editing manually in code-behind, otherwise the edit/insert form will remain open. I learned that after contacting the Telerik support during one of my project's implementation.

Dick

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top