Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
117 views
Dear Sirs,
is there the possibility to have a Gantt View in Scheduler control or in Telerik's suite?
Many thanks in advance.
Best Regards.
Sergio
Princy
Top achievements
Rank 2
 answered on 31 Oct 2011
1 answer
102 views
Is there an easy way to add styles for a specific content page only (in a master  / content page scenario in which I'm using Telerik Controls?
Princy
Top achievements
Rank 2
 answered on 31 Oct 2011
1 answer
73 views
How can I remove case sensitive in Radgrid AllowFiltering?
Shinu
Top achievements
Rank 2
 answered on 31 Oct 2011
1 answer
90 views
I want to make GridNumericColumn ReaOnly in edit mode.How can I do this?
Shinu
Top achievements
Rank 2
 answered on 31 Oct 2011
1 answer
63 views
Focussed style back color not working

<telerik:radtextbox id="txt" runat="server" Focussed-Style-BackColor="Red" ReadOnly="true">
</telerik:radtextbox>
Shinu
Top achievements
Rank 2
 answered on 31 Oct 2011
5 answers
172 views
Hi,
I was looking at the RADSplitter demo and the code for it. In the demo, the splitter slides out on mouse enter and collapses after the mouse leaves the area. I would like to know which part is responsible for this auto exapnd/collapse. 

thanks,
awni
awni
Top achievements
Rank 1
 answered on 30 Oct 2011
1 answer
85 views

Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
error @ line 4 I have marked it..

M using webusercontrol to insert Value

 

protected void RadGrid1_UpdateCommand(object sender, GridCommandEventArgs e)
        {
            GridEditableItem editeditem = (GridEditableItem)e.Item;
            UserControl userControl = (UserControl)e.Item.FindControl(GridEditFormItem.EditFormUserControlID);
 
            string ID1 = editeditem.OwnerTableView.DataKeyValues[editeditem.ItemIndex]["ID"].ToString();
 
            //HiddenField hddn = (HiddenField)userControl.FindControl("HiddenField1");
 
            TextBox city1 = (TextBox)userControl.FindControl("TextBox1");
            DropDownList ddpl1 = (DropDownList)userControl.FindControl("DropDownList1");
 
            string updatequery = String.Format("UPDATE MST_City set City='{0}', StateID='{1}' where ID='{2}'", city1.Text, ddpl1.SelectedValue, ID1);
            con.Open();
            using (SqlCommand sql = new SqlCommand() { CommandText = updatequery, Connection = con })
            {
                sql.ExecuteNonQuery();
            }
            con.Close();
 
        }
Jayesh Goyani
Top achievements
Rank 2
 answered on 30 Oct 2011
8 answers
227 views
HI,

We are using the RadTreeView in our web applicastion.
When our customers use our web application under proxy server (wich change our web application path to be a sub domain of the proxy - i.e. http://WebApp.com -> http://proxy.com/WebApp/) web resources and script resources fail to download to client.
The RadTreeView is calling web resources and script resource in root reltaive manner (i.e. src="/WebResource.axd?querystring_Information").
Because of the proxy the root is interperted by the client to be the proxy and not the web application.
Therefore, the web resources or scripts are not downloaded to client and the application breaks.

We tried to handle this using an HttpModule which adds a Filter to the Response and fix all places with root relative paths using regex.
This works good and we get the resources downloaded to client correctly.
But now we encounter a problem that the tree doesn't respond to expand click.
When debugging the click scenario we see that an Ajax request is sent to server and get back to client with an error message like this:
"Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled."

Is there a way we can use the Ajax Rad controls under proxy without the need for HttpModule rewrite procedure?
Can we tell the Rad Controls to resolve to client url so all web resources will be downloaded from the web app root and not the proxy root?
Asset Management
Top achievements
Rank 1
 answered on 30 Oct 2011
3 answers
107 views
I've looked through documentation and release notes but can't seem to find an answer.
Are the latest Telerik ASP.NET Ajax controls compatible with Service Pack 1 for Visual Studio 2010?  I'm actually looking for an "official telerik answer" on this one whether it's supported or not.
Stuart Hemming
Top achievements
Rank 2
 answered on 30 Oct 2011
2 answers
127 views
Our marketing department would like the following behavior to occur with the radMenu. The attached jpg will show the menu item with the list of subitems. I will use the actual menu names on the jpg to explain the wanted behavior. They would like the level (0) "Claim Management" to stay highlighted once a subitem "Remittance" is selected and the respective page is loaded. Each time a submenu item is selected and the paged is loaded, our menu bar is rebuilt because it is contained in an ascx control that is on each page. It should behave like the behavior of the tabstrip. You can capture the selected index, store it and then set the "selected" value once a new page is loaded and that tab is highlighted. Is this possible?
dhuss
Top achievements
Rank 1
 answered on 29 Oct 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?