<ClientSettings>
<Scrolling AllowScroll="True" UseStaticHeaders="true"/>
</ClientSettings>
and ran my app again, I got the following error when the page that contained the grid loaded:
Microsoft JScript runtime error: Sys.InvalidOperationException: A control is already associated with the element.
I am using the the ajax 2008 qtr 2 version of the telrik controls.
Many thanks
using
Telerik.Web.UI;
version is Q2 2008, and I have updated the Telerik.Web.UI.dll from within vs "Add ExistingItem" browse to the new dll overwriting the Q4 2006 one (apparently).
And I don't have any luck with the documentation re setting it by " the Place an attribute in the opening tag of the Telerik RadEditor control in the form Property-Subproperty, where Subproperty is a property of the EditorExportSettings object (for example, ExportSettings-FileName).
..Heck, not even sure what is meant by "in the form Property-Subproperty"...similarly the last option in the docm...Nest a <ExportSettings> element
Could someone give me some clarity and help please.
Thanks
Neal
Hi,
I am currently using Telerik RadControls version 5.5.2.0.
I am working on Asp.Net 2.0 framework and preparing a simple listing based application.
While using the control telerik:RadEditor, I am facing some of the following difficulties:
1. I can’t handle the control to javascript function. It is not possible to catch the keypress event of the control.
2. Changed text of the control is not traceable. Control.value property always shows load time value and not the current text.
can anyone please suggest me some solution for the above problem?