Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
155 views
Hi,

Can a hierarchical radgrid be binded on clientside to JSON objects?
I want to bind a master detail table with HierarchyLoadMode="Client" and HierarchyDefaultExpanded="true" and grouping enabled.

Regards,
Kalyan
Tsvetina
Telerik team
 answered on 16 Aug 2011
1 answer
95 views
Hi

I have created a custom configfile to work with a specific pagelayout. I have copied it manually to the /_wpresources folder on my development server and confirmed that the customization works as intended. However, when it comes to deploying the custom config file, I cannot deploy to the /_wpresources folder since it requires a repackaging of the wsp, which I believe is a bit drastic, I would rather deploy the custom config file along with page layout and refer to the other location in the pagelayout using the Configfile attribute of the RadHtmlField. I have tried to figure out exactly how the relative reference of the ConfigFile attribute should look but have had no luck. 

Could you please advice.

Thanks,
Lars Kohsel 
Stanimir
Telerik team
 answered on 16 Aug 2011
1 answer
96 views
Hi

I have 2 radtrees where i want to drag nodes from 1 tree to another. but while dropping node from one tree to another tree i want to stop drag and drop  within in tree. i mean how to stop drag and drop within a tree.

Thank you

Usman 
Princy
Top achievements
Rank 2
 answered on 16 Aug 2011
5 answers
106 views
After upgrading to Q2 2011, IE9 isn't showing Flash Movies in my web pages.
In Firefox and Chrome it's fine.
Can you please check it...
Bozhidar
Telerik team
 answered on 16 Aug 2011
0 answers
108 views

1. Attach files  as pcs no.1 on attach flle.
2. create file upload control  as pcs no.2 on attach flle.
3. above attach files nothing becuae of postback
It's my big problem...
Do you have a ideas that how to reload files on upload like text and date?

my code is below..
Please help me...
thanks.

case 3:
RadUpload upload = (RadUpload)table.Rows[i].Cells[j].FindControl("RaduplodeAttach_" + i + j);
string serverfileName = string.Empty;
int fileCount = upload.UploadedFiles.Count;
RadUploadContext upcontext = RadUploadContext.Current;
//upcontext.UploadedFiles = upload.UploadedFiles;

if (fileCount>0)
{
    upload.EnableViewState = false;
    for (int k = 0; k < fileCount; k++)
    {
        FileInfo fInfo = new FileInfo(upload.UploadedFiles[k].FileName);
        //?????????       
   }   
}
break;

dongchul
Top achievements
Rank 1
 asked on 16 Aug 2011
3 answers
98 views
the pager mode is "NextPrevAndNumeric"
then i want to hide the page side???can anyone tell me how to do that
Princy
Top achievements
Rank 2
 answered on 16 Aug 2011
4 answers
142 views

I'm editing radgrid using template
here is my code

 

<

 

 

EditFormSettings EditFormType="Template">

 

 

 

<FormTemplate>

 

 

 

<table id="Table2" cellspacing="2" cellpadding="1" width="100%" border="0" rules="none" >

 

 

 

<tr class="EditFormHeader">

 

 

 

<td colspan="2" style="font-size: small"><b>Name</b></td>

 

 

 

<td><asp:TextBox runat="server" ID="Name" Width="250px" Text='<%# Bind("Name") %>' /></td>

 

 

 

 

</tr>

 

 

 

<tr class="EditFormHeader">

 

 

 

<td colspan="2" style="font-size: small">

 

 

 

<b>Title</b>

 

 

 

</td>

 

 

 

 

<td><asp:TextBox runat="server" ID="Title" Width="250px" Text='<%# Bind("Title") %>' /></td>

 

 

 

</tr>

I am updating from code behind


 

protected

 

 

void radgrid_UpdateCommand(object source, GridCommandEventArgs e)

 

{

 

 

GridEditableItem editedItem = e.Item as GridEditableItem;

 

 

 

TextBox txtName = (TextBox)editedItem.FindControl("Name");

 

 

 

string Name = txtName .Text;

 

 

 

TextBox txtTitle = (TextBox)editedItem.FindControl("Title");

 

 

 

string Title = txtTitle.Text;
}

But this update 'Name' and 'Title' returns the old values not the updated one.

Need help.

 

 

Rakesh Gupta
Top achievements
Rank 2
 answered on 16 Aug 2011
3 answers
693 views
Hi,
I am using a RadNumericTextBox with DataType="System.Int32" and I would like it to keep any leading zeros after losing focus.  Is there a simple way to do this, and if so, how?

Thanks,
Chris
Shinu
Top achievements
Rank 2
 answered on 16 Aug 2011
1 answer
76 views

I have one asp.net website application. In this application i used rad-control . now i installed the teleric rad control . But i am getting the following error. Bcz its working fine in production server . I dont know much  more about this application . Now i configured my application in locally for enhancement.  Now my doubt is just installtion is required or whether we want to add any refernce to bin folder or not. If yes tell me. Other wise plz provide some tips to resolve this issue

Error Creating Control - Rad Window Manager1

Unknown server tag rad:RadWindowManager

----------------------

Error Creting Control  LoginView1

Unknow server tag 'ajax tool kit:validator call out extender

Shinu
Top achievements
Rank 2
 answered on 16 Aug 2011
1 answer
62 views
What I need to do is the same as this thread, except that I have not been able to transfer the code in to VB.

http://www.telerik.com/community/forums/aspnet/grid/capture-master-page-event-on-content-page.aspx
Princy
Top achievements
Rank 2
 answered on 16 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?