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

How dependable is telerik orm

1 Answer 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anwar
Top achievements
Rank 1
Anwar asked on 18 Sep 2012, 04:29 AM
hello sir i have 1 question and 1 issue,

issue 1
i have been assigned to build an enterprise level CRM , supporting 500 users i would like to know how dependable is the ORM, and are there any performance issues, Please advise.


issue 2.

Also i pasted the follwing code in webform it displays

 

<div class="box"> 

<telerik:RadToolBar runat="server" ID="AboutToolbar" OnClientButtonClicked="buttonClicked"

 Style="z-index: 3000;">

 <Items>

 <telerik:RadToolBarButton Text="Help" CssClass="AboutToolButton" ImageUrl="Images/s.png" />

 <telerik:RadToolBarButton Text="Login" CssClass="DownloadToolButton"

 ImageUrl="Images/s.png" NavigateUrl="" />

 <telerik:RadToolBarButton Text="Support" CssClass="MoreToolButton" ImageUrl="Images/s.png"

 NavigateUrl="" Target="_blank" />

 </Items>

 </telerik:RadToolBar>

</div"> 



it displays ok on a webform

but on a masterpage if wraps to the next line and does not display the #AboutToolBar style from the stylesheet.

Thanks

Regards
Anwar

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 21 Sep 2012, 05:59 AM
Hello Anwar,

 
ORM is a great tool that works equally well in all .NET platforms: ASP.NET, AJAX, MVC, Silverlight, WPF, Windows Forms, and Azure. Here you can find more information about the different performance techniques that may be used with ORM.

As for the code that you pasted in your second issue- I have tested the code but could not observe the same unusual positioning locally. It seems that this it is caused by your custom css styles. Would you please share them as well so we can observe the issue locally and be more helpful in solving them?
 

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Anwar
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or