Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
70 views

I have a Rad Grid control on a form! and it works totally fine on localhost. But when i deploy project on server the grid hyperlinks did'nt work!

it did'nt open any pop up window but on localhost it works fine! and this issue is in soo many pages!

Can anyone help me! what i am doing wrong in deploying!

Muhammad Haroon
Top achievements
Rank 1
 asked on 10 May 2012
4 answers
181 views
Hello, 

How can I change the default setting of the Crop tool from Constrained Proportions to Unconstrained Proportions.

I see many threads about defining the size, ratio and disabling buttons for easy thumbnail creation, but I just need to change the default to Unconstrained. 
Brad
Top achievements
Rank 1
 answered on 09 May 2012
1 answer
138 views
I have a dynamic columns and dynamic rows which am binding in rad grid
ex:-


name col1 col 2 col3 col4  TOtal
a  -----1------4-----5-----7 --------- 45
b ------1------4-----5-----7  --------- 45 
c ------1------4-----5-----7  --------- 45 
tota--16-----64---65----67  ----------100


now i want to insert item template in all this values so that user can enter numeric fields .. also i want regular expressions
i dont have any name of columns since user can edit column names also ... also TOTAL 
please tell me how can i do this 
Richard
Top achievements
Rank 1
 answered on 09 May 2012
1 answer
194 views
i am trying to use GridHyperLinkColumn to be able to download file, everything works perfect except downloading the file.
the link appears successfully but when clicking on it nothing happens.

<telerik:GridHyperLinkColumn HeaderText="File"  UniqueName="FILE"  DataTextField="Original_FileName"  Target="_blank"  DataNavigateUrlFields="Physical_FileName"></telerik:GridHyperLinkColumn>

I am using the following structure:

RadAjaxManager in  the MasterPage
RadAjaxManagerProxy in the ContentPage wich host the RadGrid which is inside RadAjaxPanel
Maria Ilieva
Telerik team
 answered on 09 May 2012
0 answers
106 views
I was basing some code off this example:
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/comboingrid/defaultcs.aspx?product=grid 

I got all the complicated things to work, but when I go to insert I can't seem to figure out the selected RadComboBox items DataValueField value.

I noticed in the example that they are capturing it in "OnSelectedIndexChangedHandler" and storing it in a session variable. Later they use a Session param to SQL insert with a SQL Data source.

I'm using EF4 in 'Manual' mode, and I really don't want to store the value in a Session variable.

In my RadGrid InsertCommand handler, I do the standard:
GridEditableItem theItem = e.Item as GridEditableItem;
BusinessObject bo = ApplicationContext.Current.Entities.BusinessObject.CreateObject();
theItem.UpdateValues(bo);

Is there a better way to pass on a selected RadComboBox value to the hosting RadGrid row/item?
Any way to do it so that (GridEditableItem).UpdateValues or ExtractValues works?

Thanks,
Frank

Frank
Top achievements
Rank 1
 asked on 09 May 2012
9 answers
660 views
Hello,

I have two textboxes in a row and Having checkbox to select and deselect the row.

If I uncheck the checkbox, I want to disable the two textboxes. 

If I check the checkbox, I want to enable the two textboxes.

How can I do this on client side ?

TIA
Elliott
Top achievements
Rank 2
 answered on 09 May 2012
2 answers
398 views
Hello ,
I want to create a new tab in my radtabstrip with it's needed radpageview while i run my project.

This is my code for the program :
 
protected void Page_Load(object sender, EventArgs e)
{
    if (!IsPostBack)
    {
        RadTab tab = new RadTab("New tab");
        RadPageView pageview = new RadPageView();
        pageview.ID = "NewRadPageView";
        pageview.ContentUrl = "Default5.aspx";
        RadMultiPage1.PageViews.Add(pageview);
 
        tab.PageViewID = pageview.ID;
        RadTabStrip1.Tabs.Add(tab);
    }
}

"Default5.aspx" is a page of my website that i created it before
Now i want to load this page in the new radpageview with clicking on the new tab
It seems my code is true but it doesn't work
I don't know , Where is it's wrong !!?

Please tell me what's wrong with my code!
Reply me as soon as possible :-s

Thanks alot
Hassan
Hassan
Top achievements
Rank 1
 answered on 09 May 2012
1 answer
108 views
Hi,
Our RadListBox is adding items on clientside which uses TrackChanges and CommitChanges to persist the client side entries. However if our RadMultipage has RenderSelectedPageOnly="true" then going from one tab to the next loses all of the client side entries except the first list item that was added. Strange issue that can be fixed by setting the RadMultiPage's  RenderSelectedPageOnly="false" unfortunately this setting results in horrible loading performance for the RadMultiPage.

I am also seeing an error after deleting items from the RadListBox and trying to navigate to a new tab. This is the error:
"Line: 6
Error: Sys.WebForms.PageRequestManagerServerErrorException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index"

Please Advise. 
Rory Haynie
Rory
Top achievements
Rank 1
 answered on 09 May 2012
0 answers
96 views
I have 3 buttons on my page. One that executes some data processing and 2 that generate output files.

I need ajax to execute on my data processing button to get the in progress graphic during the long data processing, however I must disable ajax for the two buttons that generate output files. I have attempted any applicible solution in the link located below to no avail. The closest I got was in the "Cancel the AJAX request on InitializeRequest event" solution, it does in fact post back but it does not call the proper onclick event tied to the button clicked. Is there something missing in this solution to direct the app to the proper event? Any other ideas? If you need code samples I can get it but I need to do some redacting first so in an effort to save me some time I wanted to see if there were any suggestions w/o posting code.

http://www.telerik.com/help/aspnet-ajax/ajax-exclude.html


I am using the following controls:
RadScriptManager
RadAjaxManager
RadAjaxManagerProxy

~Mike
Mike
Top achievements
Rank 1
 asked on 09 May 2012
3 answers
423 views
Hi,

There is some issue with row Vertical alignment for dynamically created Radgrid when its hosted on IIS7. Please refer the screen shot attached.  The header rows are not getting aligned with the data row.

1) RadGrid_development_pc.JPG
This screenshot is taken on the local development PC. This is no issue with aligment.

2) RadGrid_hosted_on_IIS7.JPG
This screenshot was taken after hosting the same RadGrid in IIS7. The data row is NOT aligned with the Header row.

Here are more details
Telerik Version : 2011.1.519.35
IIS Version : 7
.Net Framework : 3.5 SP1

Please provide a solution ASAP, since we are in deployment stage.

Thanks
Petrofac

Kavitha
Top achievements
Rank 1
 answered on 09 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?