Hello,
Today I noticed that when you have AutoPostBack="true", and clicking the clear button, no postback is done at all. I think it would be logical to have a postback to EntryRemoved with an entries collection count of 0?
anyway, There is a client side event, but how can I generate a postback to the RadDropDownTree EntryRemoved ?
Tanks in advance,
Erik
Today I noticed that when you have AutoPostBack="true", and clicking the clear button, no postback is done at all. I think it would be logical to have a postback to EntryRemoved with an entries collection count of 0?
anyway, There is a client side event, but how can I generate a postback to the RadDropDownTree EntryRemoved ?
Tanks in advance,
Erik
5 Answers, 1 is accepted
0
Shinu
Top achievements
Rank 2
answered on 06 Jun 2014, 11:06 AM
Hi Erik,
You can explicitly call a postback in the OnClientEntryRemoved event as follows.
JavaScript:
Please elaborate your requirement if it doesn't help.
Thanks,
Shinu.
You can explicitly call a postback in the OnClientEntryRemoved event as follows.
JavaScript:
function
OnClientEntryRemoved(sender, args) {
__doPostBack();
}
Please elaborate your requirement if it doesn't help.
Thanks,
Shinu.
0
Erik
Top achievements
Rank 2
answered on 11 Jun 2014, 11:07 AM
Hi Shinu,
I did not mean this;
When clicking the "Clear" button, no postback is done at all, even when AutoPostBack="true". Selecting an item will call the server events 'EntryRemoved' and 'EntryAdded', when clicking the "Clear" button, no postback is done at all, but it is a 'EntryRemoved' event.
There is a clientSide event called 'OnClientClearButtonClicked', but there is no server side event for it and the postback is not done at all when clicking the "Clear" button.
Erik
I did not mean this;
When clicking the "Clear" button, no postback is done at all, even when AutoPostBack="true". Selecting an item will call the server events 'EntryRemoved' and 'EntryAdded', when clicking the "Clear" button, no postback is done at all, but it is a 'EntryRemoved' event.
There is a clientSide event called 'OnClientClearButtonClicked', but there is no server side event for it and the postback is not done at all when clicking the "Clear" button.
Erik
0
Hello Erik,
I have logged the issue in our internal system and we will implement it as soon as we could.
Regards,
Peter Filipov
Telerik
I have logged the issue in our internal system and we will implement it as soon as we could.
Regards,
Peter Filipov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Andrea
Top achievements
Rank 2
Iron
answered on 25 May 2017, 02:21 PM
Hi,
this bug is been fixed? If yes (I hope because it is 3 years ago) from what version?
Regards.
0
Hi Andrea,
I am afraid that this issue has not been resolved due to the low demand on its impovement. You can find details on the way we are prioritizing our bug backlog here:
http://docs.telerik.com/devtools/aspnet-ajax/licensing/old-versions-support-policy#bug-fixes
As per your request for this item, I have increased its priority and created a public item for it, so you can vote on its implementation in order to increase its priority even more here:
https://feedback.telerik.com/Project/108/Feedback/Details/217772
Regards,
Vessy
Progress Telerik
I am afraid that this issue has not been resolved due to the low demand on its impovement. You can find details on the way we are prioritizing our bug backlog here:
http://docs.telerik.com/devtools/aspnet-ajax/licensing/old-versions-support-policy#bug-fixes
As per your request for this item, I have increased its priority and created a public item for it, so you can vote on its implementation in order to increase its priority even more here:
https://feedback.telerik.com/Project/108/Feedback/Details/217772
Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.