
Atit Thaker
Top achievements
Rank 1
Atit Thaker
asked on 11 Oct 2010, 01:09 PM
When I try to close new appointment window in RadScheduler, it takes longer to close using Close/Cancel button. It is not performing any specific operation at that time..
Can we reduce this delay and close it using JS? I am using the control provided for Telerik.
Can we reduce this delay and close it using JS? I am using the control provided for Telerik.
8 Answers, 1 is accepted
0

Atit Thaker
Top achievements
Rank 1
answered on 11 Oct 2010, 01:15 PM
Please find attached screen to see which button I am talking abt.
0
Hi Thaker,
Closing the advanced form requires a postback, so the current behavior cannot be changed through a client side workaround.
Regards,
Peter
the Telerik team
Closing the advanced form requires a postback, so the current behavior cannot be changed through a client side workaround.
Regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Atit Thaker
Top achievements
Rank 1
answered on 14 Oct 2010, 11:50 AM
What I wonder is if I am not saving anything, why do I require to postback? Isn't there a JS code, which will allow me to close this form without making a postback.
0
Your point is well taken. We will log this and fix it in a future version.
Regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Atit Thaker
Top achievements
Rank 1
answered on 15 Oct 2010, 10:40 AM
Hi Peter,
Thanks for the update. Will you be posting here in this thread if newer version resolves this problem? Or do i need to check back everytime newer version is released.?
Thanks for the update. Will you be posting here in this thread if newer version resolves this problem? Or do i need to check back everytime newer version is released.?
0
You can monitor the status of this issue in the PITS-
http://www.telerik.com/support/pits.aspx#/public/aspnet-ajax/3740
All the best,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Atit Thaker
Top achievements
Rank 1
answered on 18 Oct 2010, 02:19 PM
Hi Peter,
Thanks for the update. I am observing the same delay when I am loading grid edit in Form mode. When I want to cancel making changes, it takes a while to exit the edit mode.
Can you please suggest a JS function which I can call to exit edit mode of the grid without making post back?
The reason I am running behind the performance is I need to execute website at countries where Internet is not at very good speed.
Looking forward to your inputs.
Thanks for the update. I am observing the same delay when I am loading grid edit in Form mode. When I want to cancel making changes, it takes a while to exit the edit mode.
Can you please suggest a JS function which I can call to exit edit mode of the grid without making post back?
The reason I am running behind the performance is I need to execute website at countries where Internet is not at very good speed.
Looking forward to your inputs.
0
Hello Atit,
To close the grid's edit form, the grid requires a postback to the server in order to update its edit indices/items collections and keep its state consistent. The options I can offer you are either to ajaxify the grid and display RadAjaxLoadingPanel to indicate that an action is in progress:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx
or choose the alternative solutions presented on these examples:
Client edit with batch server updates
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx
Client-side update/insert/delete with external form
http://demos.telerik.com/aspnet-ajax/grid/examples/client/insertupdatedelete/defaultcs.aspx
Best regards,
Sebastian
the Telerik team
To close the grid's edit form, the grid requires a postback to the server in order to update its edit indices/items collections and keep its state consistent. The options I can offer you are either to ajaxify the grid and display RadAjaxLoadingPanel to indicate that an action is in progress:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx
or choose the alternative solutions presented on these examples:
Client edit with batch server updates
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx
Client-side update/insert/delete with external form
http://demos.telerik.com/aspnet-ajax/grid/examples/client/insertupdatedelete/defaultcs.aspx
Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items