Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
59 views
Sorry guys for the trouble. I solved it. It was my CssClass. Removing that does the trick.

Thanks,
-Sree
Sreekanth
Top achievements
Rank 1
 asked on 12 Jun 2012
1 answer
142 views
The OnKeyPress event will fire on a RadGrid but NOT when you are in Edit Mode using EditMode="EditForms". 

How do I capture KeyPress event in a RadGrid while in Edit Mode?
Eyup
Telerik team
 answered on 12 Jun 2012
1 answer
170 views
Hi All, 

I m using radgrid's google like filtering feature.

Also i m having two checkbox columns which are dynamically created.

Now, if i check a checkbox and filter the values the checkbox's status is lost. It becomes unchecked.

How can i persist the checkbox's checked status after filtering?
Eyup
Telerik team
 answered on 12 Jun 2012
2 answers
140 views
Hello all :)

I add an ajax loading panel and ajax panel to my page, but when I run the page I got this message

The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).


what can I do to avoid it ? 

thanks all : )
Eyup
Telerik team
 answered on 12 Jun 2012
1 answer
88 views
Hi,

my Rad Grid has two types of edit. One type of edit works fine. other type is select and display child records, and click on edit, I can the error - column name is neither a column nor relation. Exception is as follows.

There was a problem extracting DataKeyValues from the DataSource. Please ensure that DataKeyNames are specified correctly and all fields specified exist in the DataSource

Please help...
Eyup
Telerik team
 answered on 12 Jun 2012
7 answers
234 views
Hi Team,
I am facing one issue, While adding any HTML or XML tag in my telerik:RadComboBox 
 it is giving a javascript error as :
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
This error is only coming when I put < with some alphabets ex: "<aa","<a" or "<TEST>".
Even it is working proper when I put "aa>" or "<>".

I have followed the solution suggested as in thread:
http://www.telerik.com/community/forums/aspnet/combobox/combobox-crashes-opon-entering-html-tags.aspx 

As my error is coming on Client side so I have used htmlEncode method also as:
$('<div/>').text(value).html();
Still I am facing the same issue.
Please give suggestion to resolve this issue.


Ivana
Telerik team
 answered on 12 Jun 2012
1 answer
83 views
hi
The
sudden
Editor is locked
No changes have not in the code editor
When I click a button in the editor
Goes to top page!
Please help
Rumen
Telerik team
 answered on 12 Jun 2012
2 answers
80 views
There were a few things i was trying to do.
First off, i have the following 1 line of code:

_bleh

.MemoEditor memoEditor = new _bleh.MemoEditor(__stuff__);  //modified for privacy of company.

                       
which calls the RadEditor.

I was looking through the code to see 1) where i can assign the class in the server side code as well as 2) Where do I, from the codebehind, set enabled = false? 

I was looking for some sort of attribute setter and getter for the constructed html, but i didnt see anything from my first glance.

 

 

William
Top achievements
Rank 1
 answered on 12 Jun 2012
2 answers
119 views
I added a custom drop down to my editor. I created the OnClientCommandExecuting function to handle what happens when someone selects an item in the drop down.

The problem is the event fires when I press enter inside the editor, which is causing the following code to throw an error:

function OnClientCommandExecuting(editor, args) {
 
        var name = args.get_commandName();
        var val = args.get_value();
 
        var info = val.split("::");
 
    }

Error:

val is undefined
(?)(editor=Object { __msdisposeindex=3, _element=div#RadEditor1.RadEditor, _clientStateFieldID="RadEditor1_ClientState", more...}, args=Object { _cancel=false, _commandName="EnterNewLine", _name="EnterNewLine"})TelerikAjax.aspx (line 23)
createCallback(c=Object { __msdisposeindex=3, _element=div#RadEditor1.RadEditor, _clientStateFieldID="RadEditor1_ClientState", more...}, d=Object { _cancel=false, _commandName="EnterNewLine", _name="EnterNewLine"})Teleri...90a9d4e (line 6)
raiseEvent(b="commandExecuting", c=Object { _cancel=false, _commandName="EnterNewLine", _name="EnterNewLine"})Core.js (line 766)
createCallback(a=Object { __msdisposeindex=3, _element=div#RadEditor1.RadEditor, _clientStateFieldID="RadEditor1_ClientState", more...}, d="raiseEvent", b=["commandExecuting", Object { _cancel=false, _commandName="EnterNewLine", _name="EnterNewLine"}])Teleri...90a9d4e (line 6)
_responseReceived(c="commandExecuting", d=Object { _cancel=false, _commandName="EnterNewLine", _name="EnterNewLine"})RadEditor.js (line 6416)
_executeCommandEvent(s="commandExecuting", u="EnterNewLine", j=Object { _cancel=false, _commandName="EnterNewLine", _name="EnterNewLine"})RadEditor.js (line 7382)
fire(m="EnterNewLine", j=undefined)RadEditor.js (line 7363)
_onKeyDown(t=keydown charCode=0, keyCode=13)RadEditor.js (line 7814)
(?)(h=keydown charCode=0, keyCode=13)RadEditor.js (line 7739)
[Break On This Error]  
 
Reload the page to get source for: http://localhost:56444/TelerikAjax.aspx
 
TelerikAjax.aspx (line 23)

Rumen
Telerik team
 answered on 12 Jun 2012
10 answers
266 views
First of all congratulation on the new 2011 Q2 release and introduction on new ImageEditor control. I understand this is just the beginning and I would like to know what is the roadmap for this control? Do we see new features such as image annotation coming soon?

Does this control support custom toolbar, as seen in RadEditor?
Rumen
Telerik team
 answered on 12 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?