Dear all,
Iam using IG version 9.1 in my web application. I Can't edit the ultrawebgrid when iam using ajax extension scriptmanager, but its possible without scriptmanager.
Iam using the following code for edit
e.Layout.Bands[0].CellClickAction = CellClickAction.Edit; e.Layout.Bands[0].AllowUpdateDefault = AllowUpdate.Yes;
I want to know, how to edit the grid with scriptmanager.
Plese give me the solution.
Regards,Vasanth.
Hi Vasanth,
There shouldn't be an issue with editing a grid with a scriptmanager and the code you have supplied looks fine. Please submit a small sample that demonstrated the issue.
Magued