Telerik Forums
Community Forums Forum
0 answers
210 views
Details for the Q1 2008 Preview are available in this forum thread.

Online demos are available at:
http://www.telerik.com/demos/aspnet/prometheus-futures

We will appreciate your feedback on the latest developments.

Thank you.

Best Regards,
Telerik Team
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 25 Mar 2008
0 answers
93 views

What we really need urgently is a decent frontend coder who has extensive perl/catalyst/DBIx::Class experience paired with decent knowledge of the client side js/ajax framework dojo/dijit

AKA

We are looking for experienced developer to support our team, already built of 6 Perl developers, preferably full time.

The primarily goal of the project is building server-side solutions for web-based portals. Perl/DBI is a must, AJAX is a good-to-have solution.

90% of the work is to be done from Budapest, with some traveling to Vienna.

Please be preparred moving to Budapest in case of applying. We're happy to assist you in relocation, accommodation, etc.

Frontend developer:
- good CSS
- good AJAX
- Tempalte.pm (optional)
- Google maps api (optinal)

Backend developer:
- good in perl
- familiar with MVC model (Catalyst - optional)
- DBIx::Class (optional)
- Template.pm (optional)


ability to work independently, in a team

fitting into a startup environment, enthusiasm about the job.

Catalyst
Google maps API
good command of English

extensive perl/catalyst/DBIx::Class experience

decent web frontend coder with js/ajax framework dojo/dijit. 

Contact and information:

Balazs Benedek
InfomatiX Ltd.
bbenedek@infomatix.hu
+36309722556
Skype: balazsbenedek

Fruzsina
Top achievements
Rank 1
 asked on 25 Mar 2008
2 answers
243 views
How to set RadControlsDir property common for entire project.

Carlo
Top achievements
Rank 1
 answered on 21 Mar 2008
0 answers
86 views
The Ajax Alliance site is a repository for resources concerning : Rich Interface Applications: Ajax, Flex, Flash, Air, Java Server Faces, Silverlight and other related technologies. The content consists of articles, news, press releases, quotations, books reviews and links to articles, Web sites, tools, blogs, conferences and other elements concerning RIA.

http://www.ajaxalliance.org/
martinig
Top achievements
Rank 1
 asked on 21 Mar 2008
2 answers
225 views
It is our greatest pleasure to announce the first beta of RadControls for WinForms Q1 2008!
 
This early Q1 2008 preview includes an appetizer of the anticipated major overhaul of RadGridView for WinForms as well as a new major version of RadMaskedEditBox and extended RTL language support. Q1 2008, when officially released in April, will also introduce a couple of new controls and several new versions of the current WinForms controls, which are not part of the current beta. 
RadGridView
Our extensive research on the new RadGridView version started back in October 2007 and focused exclusively on the needs of our customers, namely better usability and top-notch performance, and revealed several areas that needed our attention:
  • UI and painting improvements, based on the Telerik Presentation Framework (TPF)
  • Performance improvements in the data layer
  • Performance improvements in the data <-> UI communication
  • Stability and simpler API
The great news is that RadGridView’s performance has been optimized dramatically and the results are more than impressive*:
  • Based on the “high refresh” performance test with 13 rows x 13 columns, the new data layer offers outstanding refresh performance with flat data: 2-3 ms (vs. 460ms in Q3 2007!) 
  • Average time for loading 300,000 records of data: ~ 340 ms 
  • Average time for grouping 300,000 records: ~ 100 ms 

* Tested on a WinXP machine, 2GB RAM, Intel Core 2 @ 2.13GHz (just one core utilized during the tests)

Usability has also been greatly improved, and the API simplified.

There are several features which we left for a subsequent beta. We will suggest reviewing the list of Known Issues and the Backwards Compatibility log before using the RadGridView beta in production. You can download the docs below.

RadMaskedEditBox
The Q1 2008 beta also features a fully functional preview of the new major version of RadMaskedEditBox. It adds a new Numeric MaskType which allows the user to set culture-specific masks for inputting currency, decimal, and percent values.
RTL Language Support
We have added RTL Language support in RadDateTimePicker , RadPanelBar and RadScrollBar.
Download
You can test the Q1 2008 beta first-hand by downloading the trial version from here (right-click and select Save As):

 Build: RadControls for WinForms Q1 2008 Beta (trial) installer
 Docs: Known Issues and Backwards Comapatibility
 Help: RadControls_for_WinForms_Help_Q1_2008_Beta.zip
    (new versions of the help files will be posted as soon as they become available)

You can use the public WinForms Beta Forum to share your feedback and comments. Our developers will be addressing all questions posted.


The Telerik Team
Jack
Telerik team
 answered on 04 Mar 2008
1 answer
431 views
Do we have any Telerik Button Control. If not then how  how can we applu  Skin on ASP.NET button
Paul
Telerik team
 answered on 26 Feb 2008
0 answers
198 views
We are happy to announce the immediate availability of RadControls for ASP.NET Q3 2007 SP2.

RadControls for ASP.NET "Classic"
Release Notes
Demos

RadControls for ASP.NET AJAX "Prometheus"
Release Notes
Demos

Best Regards,
Telerik Team
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 25 Feb 2008
1 answer
99 views
Hi i am new one using visual studio i am too much confusing with junk of information so if any one have comprehensive guide for learning or url for learning How to use data grid control in .asps .net files. please guide me
Thanks.
Ali.
Vassil Petev
Telerik team
 answered on 22 Feb 2008
1 answer
105 views
Heyas:

My company is very interested in the Prometheus controls, and wishes to purchase a developer license for them so that we can get rid of the copyright that pops up occasionally. I saw that they weren't released yet, and was wondering if purchasing the RadControls package would disable the copyright for Prometheus controls.

The problem is, I will be unable to get my company to purchase both the RadControls package and the Prometheus Controls package as both are a bit pricey (I'm assuming a $800 price tag for Prometheus as well as RadControls). We are implementing Prometheus controls now, so need to be able to implement them now...
Petia
Telerik team
 answered on 14 Feb 2008
2 answers
185 views

I have a form inside a RadAjaxPanel and a RadWindow on the same .aspx page. After an initial page load, if I click inside a textbox, which is inside an ajax panel and hit "Enter", the RadWindow opens. I do not want this to happen. I want the form to save. No problem, all I had to do was add a DefaultButton to the Panel around the form inside the RadAjaxPanel. This worked fine, but produced another problem. The form inside the ajax panel is complex. There are LinkButtons after each text box that need to be able to be fired by the "Enter" key when they are highlighted by hitting the "Tab" key. The default button setting overrides those link buttons and the form saves, rather then firing the LinkButton that is highlighted. So, to fix this, you might think I could just put a panel around every link button and set the default button to the link button inside the panel. Well, I cannot do this, because the panels affect the layout of the form by causing carriage returns. Some of the code is pasted below.

Thank you in advance for any help.

-Allan

<

asp:ImageButton ID="HelpImageButton" ImageUrl="/Image/QuestionMark.jpg" runat="server" />

<

radwin:RadWindowManager Visible="true"

id="RadWindowManager1" Skin="Office2007"

VisibleOnPageLoad="false"

runat="server">

<

windows>

<radwin:RadWindow ID="RadWindow1"

OpenerElementId="<%# HelpImageButton.ClientID %>"

Runat="server"

Width="475px"

Height="350px"

NavigateUrl="Help.htm"></radwin:RadWindow>

</

windows>

</

radwin:RadWindowManager>


<

radajax:RadAjaxPanel id="RadAjaxPanel1" runat="server" LoadingPanelID="LoadingPanel1" Width="880px">

<!--complex form here with several textboxes and linkbuttons and one save button.-->

</

radajax:RadAjaxPanel>

<

radajax:AjaxLoadingPanel ID="LoadingPanel1" runat="server" Transparency="25" BackColor="#E0E0E0">

<asp:Image ID="Image1" ImageUrl="../RadControls/AJAX/Skins/Default/Loading7.gif" BorderWidth="0px" AlternateText="Loading" Runat="server"

style="margin-top: 50px;"></asp:Image>

</

radajax:AjaxLoadingPanel>

Ambu
Top achievements
Rank 1
 answered on 08 Feb 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?