Hello community.
I'm performing CRUD operations on a TelerikRadWindow, which works fine at the first time but when i try to do it a second time throws Javascript exception "Uncaught TypeError: Cannot read properties of null (reading 'show') at openRadWindow". Any ideas on what it could be? Thank you in advance!
// window code, which bounds a child user control containing the crud form
//JS
function openRadWindow() {
var radwindow = $find('<%=UserListDialog.ClientID %>');
radwindow.show();
}1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Srinivasan RamamoorthiPosted Dec 15, 2021, 2:14 AM