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

Go to page number

3 Answers 122 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hans
Top achievements
Rank 1
Hans asked on 31 May 2012, 02:40 PM
Hello again :)
By default go to page not working? How it enable?

3 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 31 May 2012, 02:46 PM
Hi Hans,

You must be using an older version of Telerik Reporting. Since Q1 2012, both Tab and Enter work on the "Current Page" textbox. You can test it on our demos e.g.: https://demos.telerik.com/reporting/product-catalog/silverlight-demo.aspx

Greetings,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Hans
Top achievements
Rank 1
answered on 31 May 2012, 03:20 PM
I only have this version, and can't decide what version to use :(
If the default can not be included, maybe can switch the page with c# code?

Something like this
private void telerikReportControl_PageTextBox_TextChanget(object sender, EventArgs e)
{
     ((ControlClassName) sender).Pages.CurrentIndex = 7;
}
0
Steve
Telerik team
answered on 31 May 2012, 03:42 PM
Hi Hans,

As usual we recommend always upgrading to the latest (& greatest) version available.

Kind regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
Hans
Top achievements
Rank 1
Answers by
Steve
Telerik team
Hans
Top achievements
Rank 1
Share this question
or