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

[Solved] DragDrop issue in RadGrid

1 Answer 108 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Bin
Top achievements
Rank 1
Bin asked on 04 Jun 2008, 03:00 AM
Hi,everyone ,I am a newbie to ajax ,just have some problem in using RagGrid's drapdrop function.
I created a new radgrid, then setting the attribute as below:
        <Telerik:RadGrid ID="grid1" runat="server">
        <ClientSettings AllowRowsDragDrop="true">
        <Selecting AllowRowSelect="true" EnableDragToSelectRows="true" />
        </ClientSettings>
        </Telerik:RadGrid>
then I give the datasource in code page as below:
        datasource = getDatasource();

        this.grid1.DataSource = datasource;
        this.grid1.DataBind();

but when I ran the application in firefox 2,grid shows right  infomation but I cannnot drag and select row, there is 2 error showed in firefox,

Sys is not defined
Sys.Application.initialize();
Sys is not defined
Sys.WebForms.PageRequestManager._initialize('ScriptManager1', document.getElemen...

 if running in ie7, it gives runtime error ,still Sys not defined.

Anyone have idea about it? coz I am totally new to javascript, so such error infomation totally make no sense! thank you !

1 Answer, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 04 Jun 2008, 07:22 AM
Hi Bin,

It seems you just need to create an AJAX-Enabled WebSite in Visual Studio 2005 to resolve those errors. You will find more info in docs Troubleshooting article (search for the "'Sys' is undefined" error) as well as in the other "Fundamentals" articles.

Regards,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Bin
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or