Hello Telerik Team,
I am getting some errors like this.
1) 'this.CurrentViews.length' is null or not an object
2) 'this.CurrentViews.0' is null or not an object
I am describing the scenario :
I have a RadGrid and in that I have 4 RadCalenders.
When I edit / update any record once, it allows me to update for all the four RadCalenders.
But just after updating the record, when I am trying to update the same record again and when I click any of four RadCalenders, it gives error (first one) for Currentview.Length.
I have tried the following solution also ::
But it did not solve the problem. I have applied the solution for all four calenders in AjaxManager.
Please help. I can't recognize the problem.


AllowMultiRowEdit
="false" AllowMultiRowSelection="false" and EditMode="EditForms"
with custom form.I am using the same custom form for Insert and Edit.
Now facing an issue while clicking on Add new button which is placed on CommandItemTemplate.
Scenario .
4. The edited row still remains in Expand mode.I need it to be in collapse mode.
My issue is I need to Collapse all rows except the new row while clicking on Add new as Multirowselected and MultiRowEdit is false or
help me to get code for making the expanded row to collapse.
In editmode this functionality is working.
Please help....
Thanks
Jojy