Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
82 views
Hi, I' trying your schedule, I using timelineView and i have a one question.

It need to grou by "City" but I wan't to displays city's on the top and date on left.

                        Citi 1                Citi 2
01/01/2001
02/01/2001
03/01/2001
...

It's posible?

Thanks,
Alfons
Peter
Telerik team
 answered on 06 Sep 2010
1 answer
121 views
Hi
I have been through this demo of Grid.
I have created ParkingVisit.aspx form where in I am accepting some visitor information.
I managed to create ParkingVisit.cs file for ParkingVisit.asmx.
But I do not know much about it.
Can you draw some more light on this?

http://demos.telerik.com/aspnet-ajax/grid/examples/client/insertupdatedelete/defaultcs.aspx

Also wht does  it mean by JSON signature?
Do I need to have a reference in web.config file?
I have placed ParkingVisit.cs file un der 'App_Code' folder.

Thanks in advance.
Sucheta
Tsvetina
Telerik team
 answered on 06 Sep 2010
3 answers
232 views
I am getting the following error when using the file uploaded method: The process cannot access the file because it is being used by another process
protected void AsyncUploadEo_FileUploaded(object sender, FileUploadedEventArgs e)
{
    byte[] bytes = new byte[e.File.InputStream.Length];
    e.File.InputStream.Read(bytes, 0, (int)(e.File.InputStream.Length));
    bool bFileIsVirusFree = Helper.IsFileVirusFree(bytes, e.File.GetExtension());
    if (!bFileIsVirusFree)
    {
        lblEoError.Text = Helper.FILE_HAS_VIRUS_MESSAGE;
    }
}

I am attempting to check the file for a virus during the upload process. How would I go about resolving this issue?
Yana
Telerik team
 answered on 06 Sep 2010
2 answers
144 views
Hello,
I downloaded the latest release as of Aug. 26th 2010. I noticed the following regression :
- i have got a radwindow which is maximized inside a RestrictionZone. This window lists items in a RadGrid. Clicking on an item opens another RadWindow. I use the following hint (setTimeout) described in http://www.telerik.com/community/forums/aspnet-ajax/window/opening-radwindow-from-radwindow-as-modal.aspx in order to set the new window active, which used to work perfectly (in fact with release Q3-2009). However , with the latest release, this does not work anymore and the new window keeps being displaied in the background and being hidden by the maximized window.
- i installed the fix as of Aug. 31st and the problem is still there.
Can you please help?
Thanks in advance,

Regards
Olivier.
ariane
Top achievements
Rank 1
 answered on 06 Sep 2010
1 answer
68 views
In VS 2010 I get promted to upgrade my VSExtensions for Telerik Silverlight.  My current version is 2010.2.812 and when I do the upgrade I get an error saying that I need admin privileges in order to be uninstalled.

I do have admin rights, I am also using Windows 7 64bit.

Thanks,
KS
Biliana Ficheva
Telerik team
 answered on 06 Sep 2010
2 answers
143 views
Hi,

I am newbie to Telerik Asp .net controls. My company is using the latest version of Telerik Asp .net Ajax controls. 
Whenever i run the web site, I got the following errors. Could any please give me any idea about it? 

Thanks in advance.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
Timestamp: Tue, 31 Aug 2010 02:24:13 UTC


Message: Object doesn't support this property or method
Line: 13462
Char: 67
Code: 0
URI: http://localhost:50450/Web/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a8f393b2b-3315-402f-b504-cd6d2db001f6%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3aen-US%3afa29fa87-3646-4a1f-8f90-45263b4e63e9%3a16e4e7cd%3a874f8ea2%3af7645509%3a24ee1bba%3a19620875%3a33108d14%3abd8f85e4%3aed16cbdc%3ae330518b%3a1e771326%3ac8618e41%3a86526ba7%3a58366029%3aaa288e2d%3ab7778d6c%3a8674cba1%3ac08e9f8a%3a59462f1%3aa51ee93e%3ae085fe68



Regards,
Nyi Nyi
nyi nyi
Top achievements
Rank 1
 answered on 06 Sep 2010
2 answers
85 views
Wondering what namespace the RowClick commandname is in, would rather use that then the literal...all the other commands are in

Telerik.Web.UI.RadGrid


Reuven
Reuven
Top achievements
Rank 1
 answered on 06 Sep 2010
2 answers
117 views

Hello,

i'm using telerik radupload control along with radprogess manager.

i have added extra field to file upload control using onClientAdded="addTitle" method.

i have declared one dropdown box in addtitle method.

my dropdown box requires to fetch values from code - behind.

so i have written following method to get the array in client side.

Page.ClientScript.RegisterArrayDeclaration("Type", "'1','2','3'");

when i'm trying to access alert(Type.length); it generates javascript error.
my FileUpload page is derived from master page. my master page contains the script manager.
so i tried below

ScriptManager.RegisterArrayDeclaration(this,"Type", "'1','2','3'");

but this is also not working.
when i debugged the code i got error at folowing place
if (expectedType && !expectedType.isInstanceOfType(param))

where expectedType  is an array which we declared.
param is : Telerik.Web.UI.RadFormDecorator.
i have removed FormDecorator from Master page but it does not solved the issue. next time it gives error for radprogessbar.

Please suggest some solution.

thanks
Sweta

h@r!
Top achievements
Rank 1
 answered on 06 Sep 2010
1 answer
81 views
Hi Telerik team  ,



Hi is  this shanker i am working on telerik .My doubt is  can we filtering grid with dropdwon selected value by using javascript .How to do that please give  sample code . are any demo ...........i want client side  grid binding with filtering dropdwon selected
value .


thanks and regrads 
shanker .............



Shinu
Top achievements
Rank 2
 answered on 06 Sep 2010
1 answer
116 views
how can i open radwindow in serverside when i click the button...
Shinu
Top achievements
Rank 2
 answered on 06 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?