Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
579 views
hi,
i am D.Srinivasa Rao, i have a problem to Clear RadTextBox using c# in Asp.Net, in my page i have a number of RadTextBoxes and RadNumericTextBoxes. now i want to clear all RadTextBoxes, RadNumericTextBoxes  using control Functions.

For TextBoxes i used the following Function to Clear all TextBoxes

protected void ClearTextBoxes(Control control)
    {
        foreach (Control c in control.Controls)
        {
            if (c is TextBox)
                ((TextBox)c).Text = "";
        }
    }


in the same way how can i clear the RadTextBoxes. 

Please Help me

Thanks
D.Srinivasa Rao.
D.SRINIVASA
Top achievements
Rank 2
 answered on 15 Dec 2011
1 answer
77 views
I have a Master Grid and Details Grid inside it, I can have context menu for rows in MasterGrid, but how can I set another context menu for child grid? Is this supported?

Regards
Mazdak
Shinu
Top achievements
Rank 2
 answered on 15 Dec 2011
3 answers
133 views
This is a Radwindows :-) with Statusbar = false and TitleBar = false.
I put a Button with position absolute to simulate Close Button.
I need change the double border by thick border
I search in windows.css but  I didn't found where set this border.



Can you help me?
Princy
Top achievements
Rank 2
 answered on 15 Dec 2011
1 answer
89 views
I want to show a "Search" keyword when filtering with radgrid.Hows that possible?
Shinu
Top achievements
Rank 2
 answered on 15 Dec 2011
2 answers
87 views
there is any server beghind function that can be called periodically to check reminder od scheduler?

i mean can be the reminders popup outside the page the scheduler is used?

Thanks

dlewis
Top achievements
Rank 1
 answered on 15 Dec 2011
0 answers
95 views
Hi:
I was getting a LoaderException and I was quite lost, but then I found the

Could not load file or assembly 'Telerik.Web.UI, Version=2010.3.1109.40, Culture=neutral,
PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's
manifest definition does not match the assembly reference. (Exception from HRESULT:
0x80131040)":"Telerik.Web.UI, Version=2010.3.1109.40, Culture=neutral, PublicKeyToken
=121fae78165ba3d4
I figure out that the Telerik.Web.UI.xml and Telerik.Web.UI.dll were different versions.  Hope this helps someone.
Phil
Phil
Top achievements
Rank 2
 asked on 15 Dec 2011
1 answer
196 views
I have a project that defines the RadGrid in a class file then instantiates it in the aspx or ascx page where needed. I am looking to add inplace editing of the few datacolumns. The template would need to include RadComboBox, RadNumericTextBox, CheckBox ect. Can anyone point me to sample project where this implemented?

Thanks in advance.
Pavlina
Telerik team
 answered on 14 Dec 2011
5 answers
157 views
Hi,

I am trying to calculate the get column value based of the GridItemTemplate ,RadNumericTextBox when I am still in insert mode, like in Blur of the textBox
I am not able to refer to the insert item's other cells based on InsertItem, I am using the latest version.

I tried:
  var dataItem = $find("rgBaseline").get_masterTableView().get_insertItem();
     var value=dataItem.get_element()[0];
     var value = dataItem.get_element("radNumericTextBox1").get_textBoxValue();
    var value=dataItem.get_element("gridColumn1").get_value()
AND 
$find("grid1").get_masterTableView().getCellByColumnUniqueName(row, "radNumericTextBox").get_textBoxValue() //row comes from sender

Please helps, none of these worked.



Elliott
Top achievements
Rank 2
 answered on 14 Dec 2011
1 answer
291 views
Hello
Our ASP.NET (not MVC) website was running fine using framework 3.5.

We upgraded the .net framework to 4.0 yesterday and we started getting the following javascript errors:
http://local.demo.ca/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a1f68db6e-ab92-4c56-8744-13e09bf43565%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2011.1.413.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3abd09f19b-b595-4ea4-8ab8-449a745bc83c%3a16e4e7cd%3af7645509%3a24ee1bba%3af46195d3%3a19620875%3a874f8ea2%3a490a9d4e%3a58366029%3a39040b5c%3abd8f85e4Failed to load resource: the server responded with a status of 404 (Not Found)

and

Uncaught Error: ASP.NET Ajax client-side framework failed to load.

and

Uncaught ReferenceError: Sys is not defined


How can we fix this?
Do we need to replace the Telerik files in the bin directory to the 4.0 ones?
Do we need to change some settings in the web.config?


When we tried to put the 4.0 dlls in the bin folder we get the following error:

Could not load file or assembly 'Telerik.Web.UI, Version=2011.1.413.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)


Please advise steps.

Syed
Syed
Top achievements
Rank 1
 answered on 14 Dec 2011
2 answers
87 views
I am redoing an existing site to use ASP.Net and Telerik controls.  The owner has lots of links that rely on the default page in IIS.  For example, www.mydomain.com/search/.  In the search folder, I replaced index.asp with my new index.aspx.  The page comes up no problem.  But when the user tries to change pages with the DataPager, the page posts, but does not refresh.  If I manually change the URL to www.mydomain.com/search/index.aspx, then the pager behaves properly. 

The old manual .asp code would handle this without a problem. 

How do I fix this?
Ed Lance
Top achievements
Rank 1
 answered on 14 Dec 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?