Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
149 views
I am using RAD GRID in as ASP.net AJAX page, with RADSCRIPTMANAGER. the page works well in IE 7, but gives Invalid argument JS error every time the grid is bound to dataset.

http://localhost:56222/mypro/Telerik.Web.UI.WebResource.axd?
_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&
compress=1&
_TSM_CombinedScripts_=%3b%3b
System.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a3de828f0-5e0d-4c7d-a36b-56a9773c0def%3aea597d4b%3ab25378d2%3b
Telerik.Web.UI%2c+Version%3d2011.2.712.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a326e32e2-cd52-462c-ba2c-db5128e4371b%3a16e4e7cd%3af7645509%3a24ee1bba%3a874f8ea2%3ac172ae1e%3af46195d3%3a9cdfc6e7%3a7165f74%3ae330518b%3a1e771326%3ac8618e41%3ae4f8f289%3a58366029%3b
AjaxControlToolkit%2c+Version%3d3.0.30512.20315%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3a2a404968-beb9-41c5-98fb-26019e941d81%3ab14bb7d5%3a13f47f54%3a3c55b13e%3adc2d6e36%3ade51bc8f%3a1d056c78%3aa3e10fa2%3a701e375f%3aa4313c7a

can anybody help me out here?
Maria Ilieva
Telerik team
 answered on 16 Jul 2013
1 answer
106 views
Hello,

I would like to know if it is possible to drag a row from a RadGrid onto a RadCalendar date, determine which date the row was dropped on, and then update the RadGrid data item with that date.  I have not been able to find a demo or example of this, and my preliminary efforts have not worked at all.  Using the client-side get_destinationHtmlElement method does not return the element/date the row was dropped on.

I can accomplish this with the RadScheduler, but not the RadCalendar.    Any help would be appreciated.
Angel Petrov
Telerik team
 answered on 16 Jul 2013
4 answers
448 views
Hi All

Have a RadGrid with AutoGenerateColumn ="true" and EditMode="InPlace".

have a datatable with some flag. If the flag is 1 need to hide the Textbox in EditMode. 

Have to compare with the datatable and hide the Textbox.

Need to know whether there is any option to hide the Textbox.

-Anto
Anto (DLL Version : 2008.3.1314.35)
Top achievements
Rank 2
 answered on 16 Jul 2013
1 answer
109 views
Say I have 3 items in a drop down with widths of 100px, 200px and 300px.

I set the DropDownAutoWidth to enabled.  I do not set a width property so it is defaulting to it looks like 158px.

I expand the drop down and the width of the drop down gets set to 300px, so all items are shown on one line.  I select the 300px item, the selection box is still at 158 px, so the last 162 pixels are trimmed and you can't see them.

Would it be possible to instead.

I select an item that is 100px, after selection the box trims to 100 pixels.  I select another item 300px, the selection box now turns to 300 pixels, and so fourth.

A2H
Top achievements
Rank 1
 answered on 16 Jul 2013
3 answers
106 views
Hi ,
I have a problem.
I want to hide radribbon group bar in code behind according to user roles
I applied this technique : 
RadribbonGroupbarControl.visible = false;

It works but hide all Radribbon Groupbar Controls , but after clicking between two tabs for a while it appears again.
Thanks In Advance. 

Princy
Top achievements
Rank 2
 answered on 16 Jul 2013
1 answer
114 views
Hi there,
Is there a way to find out what is the level of a particular entry or if there are no child entries for it.
My current understanding of the control is that the selection is preserved in the Entries collection and there is no tree-like connections between the items of this collection.
My goal is to extract only the selected leaves.
Thanks,
Iulian
Kate
Telerik team
 answered on 16 Jul 2013
1 answer
136 views
Hi Team,

 I am using RadChart in my custom webpart. I am stuck with integrating chart with SharePoint. 

 I have put the entry in httpHandler like:

    <httpHandlers>
      <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2009.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
    </httpHandlers>

 After doing this, I got an error like:

The "Chart" Web Part appears to be causing a problem. Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration.


Kindly help me to resolve this. Its urgent. 
Thanks in Advance.


Petar Kirov
Telerik team
 answered on 16 Jul 2013
1 answer
244 views
Hi

How can I remove the yellow border of radtextbox in chrome?

Thanks
Katya
Princy
Top achievements
Rank 2
 answered on 16 Jul 2013
1 answer
137 views
Hi

I am using a radcombobox with load on demand. I want to populate items only after typing 3 characters. How?

Thanks
Katya
Princy
Top achievements
Rank 2
 answered on 16 Jul 2013
1 answer
123 views
Hi all,

Here's a weird situation. I am using ASP.NET web forms and have created a simple user control named TestControl.ascx. This control contains three asp:Labels. I went to design view in Visual Studio, then Tools -> Generate Local Resources. This created a App_LocalResources folder where the control is located, and added a TestControl.ascx.resx file within. I duplicated this file and named the duplicate copy TestControl.ascx.pt.resx to support Portuguese. I placed the control on a standard ASP.NET page and it works as expected.

Here is where Telerik seems to break it. I try to add a very simple telerik:RadGrid to the TestControl.ascx user control as follows:

<telerik:RadGrid runat="server" ID="TestRadGrid">
        <MasterTableView runat="server">
            <Columns>
                <telerik:GridBoundColumn UniqueName="ProgramColumn" HeaderText="Program" DataField="ProgramName" meta:resourcekey="ProgramGridBoundColumnResource1" />
            </Columns>
        </MasterTableView>
</telerik:RadGrid>


Inside of the local resource files I have the following key: ProgramGridBoundColumnResource1.HeaderText and I set the value accordingly. For some reason, however, when I run this, I get a "Parser Error" that says type GridBoundColumn does hot have a property "HeaderTextpt". I have no idea why this is happening. It literally takes the '.pt' part out of the local resource file name (TestControl.ascx.pt.resx) and appends it to the property specified in the file. I have no idea why it is doing this. However, when I delete the .pt resource file and only have TestControl.ascx.resx (a single resource file), it seems to work just fine. It is only when I add a second resource file with the ".pt.resx" extension that it fails. I have also tried with spanish ('es') but to no avail.

Please provide guidance as to why this is happening!!!

Thanks,
- Patrick


Marin
Telerik team
 answered on 16 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?