Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
107 views

Requirements

RadControls version

 

.NET version

 

Visual Studio version

2008

programming language

ASP.Net C#

browser support

all browsers supported by RadControls


PROJECT DESCRIPTION
[enter description here, together with step-by-step instructions on how to use the project]
Hi all,
How to Using CheckBoxes for multi-item selection? (ASP.NET C#) Can you help me?
Thanks,
Brgs
Kalina
Telerik team
 answered on 12 Mar 2010
1 answer
93 views
I'm using a rad grid to display and update records in a database. In the rad grid I'm using a edit form template to update each individual row. In the template is a user control that has a custom validator that is being validated server-side. Everything works fine with the user control except the customer validator never validates, when the control is used elsewhere is the site, not in a rad grid, the validation works fine. It's only when the control is in the grid that the validator doesn't work. Any ideas on why this validator might not work?
Tsvetoslav
Telerik team
 answered on 12 Mar 2010
1 answer
91 views
I have used Scheduler Control.I
It shows New appointment form.How can I reduce its height ?
Plz see Attached image.
Send Reply
Veselin Vasilev
Telerik team
 answered on 12 Mar 2010
3 answers
125 views
Hi,

I'm having a problem with RadContextMenu from RadTreeView. My tree is in the left (narrow) frame of a frameset. When shown, it displays in an appropriate position, but on expansion of a child menu item it detects that there is lack of space to the right so it opens to the left instead. When opening to the left it disappears outside the page boundary. Is there a solution to this - i.e. have it display within the boundaries? Note that EnableScreenBoundaryDetection is set to true.

An alternate solution would be to have the menu display outside of the frame. Is this possible?

My page (simplified) is like this:
--------------------------------
[Frame - Page Header]
[Frame - Tree & Menu] [Frame - Page Context]
--------------------------------

Thanks in advance,
Paul
Yana
Telerik team
 answered on 12 Mar 2010
1 answer
121 views

I am using radgrid inside the usercontrol and displaying in aspx page dynamically.the radgrids can be 10 no's also when i display dynamically.

 I’m able to insertitem to radgrid using insertitem() method. But after binding the item to radgrid and try to click on grideditcommandcolumn

I’m unable to edit the row on click of the grideditcommandcolumn .On click of grideditcommandcolumn it is not opening the editformtemplate also

Tsvetoslav
Telerik team
 answered on 12 Mar 2010
3 answers
283 views

This works:

<telerik:RadNumericTextBox ShowSpinButtons="true" runat="server" ID="Numeric1" Width="200px" IncrementSettings-Step="0.1" NumberFormat-DecimalDigits="1" Value="0.1">  
 
This has a problem using the spin buttons (they stop running after one click in each direction):
<telerik:RadNumericTextBox ShowSpinButtons="true runat="server" ID="Numeric1" Width="200px" IncrementSettings-Step="0.1" NumberFormat-DecimalDigits="1" Value="0.1" MaxLength="3"
Note the only difference is the MaxLength=3 at the end.  If the Increment Step is 1, then it also works.  It has something to do with the last digit and maxlength, I think.

This is in 2009.3 (Jan release).  Not sure if it's in 2010.1, since that just arrived.
Pavel
Telerik team
 answered on 12 Mar 2010
1 answer
81 views
Hi,

I'm using web services to get the grid datasource. But the structure of the grid depends on that datasource because it is a self referencing hierarchy. The number of child tables in the grid depends on that datasource. So, I need to modify the grid structure when a new datasource (based on a filter selected by the user) is returned by a web service request. Can I do this in Javascript? Is there an online demo?

Kind regards,

Tsvetoslav
Telerik team
 answered on 12 Mar 2010
2 answers
161 views
Hi,

When there selects a row on Radgrid, I set visible property of Panel is true.  Then I get an error message "Sys" is undefined.  If I exclude to change visible of panel, it works fine.  I guess there something wrong with my web.config.  Please, suggest your method to get rid of this error msg.

Here is my web.config part.

<

 

system.webServer>

 

<

 

validation validateIntegratedModeConfiguration="false" />

 

<

 

modules>

 

<

 

remove name="ScriptModule" />

 

<

 

add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

</

 

modules>

 

<

 

handlers>

 

<

 

remove name="WebServiceHandlerFactory-Integrated" />

 

<

 

remove name="ScriptHandlerFactory" />

 

<

 

remove name="ScriptHandlerFactoryAppServices" />

 

<

 

remove name="ScriptResource" />

 

<

 

add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

 

<

 

add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

 

<

 

add name="Telerik.Web.UI.WebResource" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />

 

<

 

add name="RadScriptManager" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />

 

</

 

handlers>

 

</

 

system.webServer>

Regards,

Duy

 

John John
Top achievements
Rank 1
 answered on 12 Mar 2010
1 answer
126 views
I am trying to implement a RadGrid with paging including 'Go to first page' / 'Go to last page' functionality. The NextPrev and NextPrevAndNumeric pager items at http://www.telerik.com/help/aspnet-ajax/grdpageritem.html illustrate the desired effect - however, using these pager modes seems to produce a pager with only previous/next buttons, rather than first/previous/next/last.

I've tried playing around with FirstPageImageUrl and LastPageImageUrl to no effect.

We are using version 2008.3.1314.35. However, I can find nothing in the release notes of more recent versions which would explain this difference.

Any ideas?

Thanks
Dimo
Telerik team
 answered on 12 Mar 2010
3 answers
88 views
I have a Modal radwindow which is working perfectly in IE 7 and FireFox 3.0.3.  However when I test it using Safari 3.1.2, the window is displayed but the Title disappears when the target page finishes loading???  Are you aware of this behavior?  Is there a workaround?
Thanks.
Georgi Tunev
Telerik team
 answered on 12 Mar 2010
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?