|
Requirements |
|
| RadControls version |
|
| .NET version |
|
| Visual Studio version |
2008 |
| programming language |
ASP.Net C# |
| browser support |
all browsers supported by RadControls |
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
This works:
| <telerik:RadNumericTextBox ShowSpinButtons="true" runat="server" ID="Numeric1" Width="200px" IncrementSettings-Step="0.1" NumberFormat-DecimalDigits="1" Value="0.1"> |
| <telerik:RadNumericTextBox ShowSpinButtons="true runat="server" ID="Numeric1" Width="200px" IncrementSettings-Step="0.1" NumberFormat-DecimalDigits="1" Value="0.1" MaxLength="3"> |
<
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
