Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
106 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
75 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
76 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
79 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
181 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
127 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
278 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
76 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
1 answer
203 views

We have wrapped the .Net TreeList control for our application. Once the ASP page is loaded and starts execution, we get on error stating that the ClientSettings.ClientEvents handlers are undefined. We have tried declaring the event handlers in the TreeList declaration of the TreeList in the .ascx file and setting the event handlers at run time in the .ascx.vb file.

We tried registering the client scripts which I don’t like having to place an entire function in a string. We have placed the reference function in the .ascx file and in a separate file which is then included in the outer .aspx file.

We have just upgraded to the latest version last week. I’m not sure what version. From Visual Studio, the Telerik About menu doesn’t display version information, just an advertisement.

 

What is the proper method of creating a user control with client side event handlers? We found several similar questions posted, but none of the answers appear to work for this version.

Antonio Stoilkov
Telerik team
 answered on 14 Dec 2011
1 answer
200 views
Hi,

I have a RadBinaryImage control on my aspx page. using to display image.

I have stored my img file in sqldb as nvarbinary(max). I am retrieving the img from db table as byte[] and setting to RadBinaryImage control.

RadBinaryImage1.DataValue = imgsource;

imgsource is byte[].

But its throwing error as below.

Can any one tell me where am going wrong?

Thanks,

Parameter is not valid.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Parameter is not valid.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Antonio Stoilkov
Telerik team
 answered on 14 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?