This is a migrated thread and some comments may be shown as answers.

Teler

1 Answer 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 25 Jul 2013, 07:13 PM
We're doing some testing on Telerik Reporting Q2 2013 for compatibility with our current reports. First we're using a small function for getting the report on the enter button within textboxes.

function SubmitIt(sender, args) {<br>
  var c = args.get_keyCode();<br>
   if (c == 13) {<br>
  $get('<%=btnGetReport.ClientID %>').click();
  }
 }



What we're seeing in the code behind is that whatever radtextbox your cursor is in and is being edited is not being sent to the code behind one the first enter click. However on the second it is. Thus it always stays a enter stroke behind, unless you leave the radtextbox by physically click the get report button.

Hast anyone else seen this issue?

1 Answer, 1 is accepted

Sort by
0
Hadib Ahmabi
Top achievements
Rank 1
answered on 30 Jul 2013, 11:34 AM
What are you trying to accomplish? And what radtextboxes are you talking about?
Tags
General Discussions
Asked by
Jason
Top achievements
Rank 1
Answers by
Hadib Ahmabi
Top achievements
Rank 1
Share this question
or