Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
88 views
Hi,

We are using the RADEditor 6.0.1 in a Visual Studio 2003 1.1 web app, and I am receiving a deign time and error during runtime r.a.d.editor v6.0.1: You have not copied the RadControls folder to the root folder of your web-application or you have applied an update incorrectly. To resolve the problem, review this link..  The link does not work but I have copied the RadControls folder over to my website location-no updates were performed.  Are there any other files that I need in the RadControls\Editor folder other than the xml file with the menu/editor options that I am missing?

Thanks,
Gary
Tervel
Telerik team
 answered on 03 Mar 2009
9 answers
290 views
I am trying  to implement the example at
http://blogs.telerik.com/kevinbabcock/posts/09-02-10/RadTips_Episode_14_Using_Declarative_Client-Side_Databinding_in_the_RadGrid_for_ASP_NET_AJAX_Part_2.aspx
which shows a great way to easily bind data at the client side. It really looks to reduce the postback overhead.

I have it half working using an SQL statement ( Dim PostList As Object = Post.GetPostsByDaysOld(1)) from a class I created, however i cannot implement the :
datalist= datalist.skip(startIndex).Take(rowCount) command since this is for Linq

I actually want to use linq not SQL and am currently using linq through the openaccess ORM.

When i switch the data source to be
 Dim postlist As IQueryable = (From p In scope.Extent(Of BlogLinkVB.Post())() Select p).Where(filterExpressions).OrderBy(sortExpressions) or more plainly
Dim postlist As IQueryable = (From p In scope.Extent(Of BlogLinkVB.Post())() Select p)

I get an error saying the class is not persistent.

I checked the forward mapping and looked inside the class. they are definatley persistent
I have Imports System.Linq.Dynamic set
how can i move forward?
thanks
alan








Sebastian
Telerik team
 answered on 03 Mar 2009
3 answers
124 views
how i upgrade Q3 2008 with there respective service pack, i am unable to found the SP link,plz send me it's direct downloadable link.

because i will apply radcompression on my application that was not found in previous telerink setup.
Daniel
Telerik team
 answered on 03 Mar 2009
1 answer
155 views

Currentyl i have "RadControls_for_ASP.NET_AJAX_2008_3_1125_trial.exe" this installation but i not found radcompression, please tell me which version i should intall to apply radcompression. In my account following setup list available.
RadControls for ASP.Net AJAX 2008.3. 1314:

Automatic installation: (msi, 127 MB)
Q1 2009 BETA: (msi, 125 MB)
Manual installation: (zip, 115 MB)
DLL and scripts only: (zip, 21 MB)
RadEditor for MOSS: (zip, 14 MB)
Sample Applications: (zip, 28 MB)
DNN Modules: (zip, 6949 KB)
DNN Skin Objects: (zip, 5890 KB)
Step-by-step courseware (zip, 98 MB)
Documentation: (chm, 58 MB)

Daniel
Telerik team
 answered on 03 Mar 2009
3 answers
272 views
Hello ,
 i used RadGrid and using need data source for binding grid , i used commandItems ( insert , .. ) and i am using automatic  edit form template .
i want not to allow user to click add new record when the grid in edit mode
(i.e.) i want to disable add new record button when the grid in edit mode.

 <MasterTableView GridLines="None" CommandItemDisplay="Top"

could you help me please to find a solution for this issue .


Shinu
Top achievements
Rank 2
 answered on 03 Mar 2009
1 answer
258 views
Hello,

I have got a RadGrid. It works fine but the only problem is that in the footer the information is shown in English (if I use Mode="NextPrevNumericAndAdvanced" for example) and I would like to show the same but in Spanish.

How can I do to change of language?

Thank you.

Princy
Top achievements
Rank 2
 answered on 03 Mar 2009
1 answer
100 views
Hi,

I have a self referencing heirarchical dataset. I want to bind this to the radgrid such that all different levels turn up automatically.
I have just written one <DetailTables> and I get only one level displayed. But items inside that level too have children and so on.

What is the easiest way to display this?

Brindavan
Shinu
Top achievements
Rank 2
 answered on 03 Mar 2009
1 answer
156 views
Hi,

I have seen the demo showing client side grid column reordering. Is there a way to set column order on server side?
Demo uses MasterTableView for grids and client side functions.

I have lots of columns and it is painful to store column collection on server and add selected columns , where by most of the columns are template columns with images and hyperlinks.

I am alerady serializing user's column selection and order on DB. (Part of dynamically configurable portal homepage) 

Please suggest..

Shinu
Top achievements
Rank 2
 answered on 03 Mar 2009
2 answers
96 views
I'm not sure if this is the correct place to ask or not.  I'm using the Telerik Ajax controls as much as possible, but I've run into something I'm trying to do that I've seen other websites do.  Is there a way to modify the querystring from the server side using ajax when a button is clicked?


Thanks,
Stephen
Stephen
Top achievements
Rank 1
 answered on 03 Mar 2009
7 answers
82 views
I connected using Entity framework, anyways... all appointments saved has no time being saved. All of it are saved as whole days.

Anyways, experiemented more and found out that on the AppointmentInsert event, the e.Appointment's Start and End Date is being saved only as Dates, the time is 12:00:00 AM... Might be a bug. Thats on when inserting appointments on Month View, Week view is fine.
 
Albert
Top achievements
Rank 1
 answered on 03 Mar 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?