Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
1.2K+ views
We upgraded to 4.0 and now none of our filtering works correctly.  I've set EnableLinqExpressions="false" on one page and solved the problems on that page/grid.  Will we have to through our whole app and add & set this tag to every grid or is there a work around????  Additionally, there now seems to be issues with Grid formatting and conflicts with css???  Any clues?  Thank you.
Tsvetina
Telerik team
 answered on 06 Mar 2012
1 answer
71 views
I have some buttons that update a database and I have them in an ajax panel. When a user clicks the button it inserts a value in the database and then returns to change the command argument from the button as well as the style associated with the button. Basically an on off button but the style is not changing after the update on a mobile device.

Are there any issues with the ajax panel being able to update the style on a mobile device?
Radoslav
Telerik team
 answered on 06 Mar 2012
1 answer
162 views
G'Day Guys,

When I try to type a field into the DataNavigateURLfields in the Configuration Manager it does not persist, yet it adds it to the source code. Makes it difficult to rely upon the Configuration Manager when values that it puts in the source code are not reflected in the Configuration Manager itself.  Even happens on a fresh project with one page and one RadGrid.

Here is a short YouTube clip to show what the problem is.

http://www.youtube.com/watch?v=H7i3Q2ckF-U&feature=youtu.be

Expand video to full size and it is viewable.

Cheers

Ian.
Marin
Telerik team
 answered on 06 Mar 2012
1 answer
64 views
We bring up a RadConfirm inside of a RadWindow and on an iPad, the RadWindow vertically stretches to about the height of the screen.  Since it does not move from the original offset, it forces the page to be taller than the screen.  Is there something I could be doing wrong to cause this?
Marin Bratanov
Telerik team
 answered on 06 Mar 2012
3 answers
131 views
Greetings,


In my radgrid i have a column displaying "En cours" or " Nouveau" .
This is the column in question:

<telerik:GridBoundColumn DataField="EtatIncident.nomEtatIncident" HeaderText="Etat du ticket"
    SortExpression="Etatduticket" UniqueName="EtatDuTicket">
</telerik:GridBoundColumn>

I need the text "En cours" to be displayed in green

This is my try which unfortunately does not work:

protected void RadGrid2_ItemDataBound(object sender, GridItemEventArgs e)
{
    foreach (Telerik.Web.UI.GridDataItem dataItem in RadGrid2.MasterTableView.Items)
    {
        Label lbl = (Label)dataItem.FindControl("EtatDuTicket");
 
       if (lbl.Text == " En cours") { lbl.ForeColor = Color.Green; }
    }
}

Thanks in advance for your help
Ronan BARRANGER
Top achievements
Rank 1
 answered on 06 Mar 2012
3 answers
215 views
Hi
Is there any Tool Name for "Paste Options" in RadEditor ?
this drop down contains all paste options and appear in Default tool set , I want to use it in custom tool set but I cant find any Tool Name for it .

Thank you very much for your feedback
Rumen
Telerik team
 answered on 06 Mar 2012
1 answer
137 views

Hi! I create webpart in visual 2008 and i add radscheduler control to this webpart than i deploy this web part on sharepoint 2007 and the control appers on the page. Than I want to be able to chage the views (day->week->month...) but it wan't work so I find out that NavigationCommand suppose to handel this but when i add this.scheduler.NavigationCommand += new SchedulerNavigationCommandEventHandler(RadScheduler_NavigationCommand); and i handel some action in RadScheduler_NavigationCommand nothing happens the application don't even go into this function when i click on day, week, month on the page. I don't know why and i don't have any idea how to handel it. Please help me.

Plamen
Telerik team
 answered on 06 Mar 2012
1 answer
106 views
I have a RadTreeList.

During the request, I set the visibility of one column to false

(RadTreeList1.GetColumnSafe("name").Visible = false ;)

But when ajax is enabled (RadAjaxManager), I get:

Error: a is undefined
SourceFile: */Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl00_ScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a553a4a13-b3a5-4e6b-a152-b131051f1788%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2011.2.920.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a7353c022-9e0c-499e-a5a9-77c7c8e9032d%3a16e4e7cd%3af7645509%3a24ee1bba%3a7165f74%3ae330518b%3a1e771326%3a8e6f0d33%3af46195d3%3a874f8ea2%3a19620875%3a39040b5c%3af85f9819%3a78e4289a%3a490a9d4e%3abd8f85e4%3aed16cbdc%3a86526ba7%3aa51ee93e%3a59462f1%3ac172ae1e%3a9cdfc6e7%3ab7778d6c%3ac8618e41%3ae4f8f289
Line: 6


And after that operation it is not possible to select any row (ClientSelect).

Without using ajax all is ok. Why?
Tsvetina
Telerik team
 answered on 06 Mar 2012
3 answers
103 views
Hi,

at the moment I use a RoundedCorner control of one of you competitors ...
Is there a control within the telerik controls that can be used as a container for other controls and produces rounded corners?

Thanks in advance for your help
Best regards

Thomas
Bozhidar
Telerik team
 answered on 06 Mar 2012
2 answers
159 views
Hi,

I have a RadSplitter (version Q1 2012) with two panes and one splitbar.
At server-side I am hidding pane 2 and the splitbar

pane2.Collapsed = true;
splitbarTop.Visible = false;

I want to show pane2 and the splitbar on the clientside in javascript

var pane = splitter.getPaneById("pane2");
var splitbar = $get(splitbarTop);
pane.expand();
splitbar.style.display = "";

pane.expand works correct.

The code for showing the splitbar is producing an error in IE9:
"Microsoft JScript runtime error: Unable to get value of the property 'style': object is null or undefined"

How can I show and hide a splitbar in jacascript?

Paul
Paul Evers
Top achievements
Rank 2
 answered on 06 Mar 2012
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?