Hi everyone,
I am wondering if anyone have the same problem as mine...
I have a Grid and set the EditFormSettings to use WebUserControl as its EditFormType. In the user controls ascx file I have a button (or a hyperlink) which opens a radwindow to allow user to select something from the window then assign the value back to a label defined in the user control.
However when the row is in edit mode, it seems ignoring my javascript in the ascx file and my java script functions (used to open the window and handle the client callback) become undefined (Internet Explorer says Object expected).
Does anyone have any ideas?? Thanks in advance.
I am wondering if anyone have the same problem as mine...
I have a Grid and set the EditFormSettings to use WebUserControl as its EditFormType. In the user controls ascx file I have a button (or a hyperlink) which opens a radwindow to allow user to select something from the window then assign the value back to a label defined in the user control.
However when the row is in edit mode, it seems ignoring my javascript in the ascx file and my java script functions (used to open the window and handle the client callback) become undefined (Internet Explorer says Object expected).
Does anyone have any ideas?? Thanks in advance.