telerik

Could not find UpdatePanel with ID 'xxx'. If it is being updated dynamically then it must be inside another UpdatePanel

不问归期 提交于 2019-12-03 05:32:20
I have a page with Ajax Tab controls, within one of the tabs is a webcontrol that as a Telerik RadGrid, with Edit forms pointing to another web control. That edit form also contains Ajax Tabs and on one of those tabs, there is an Ajax modal popup of yet another webcontrol. The initial webcontrol works fine when used on its own page, but the edit form fails to appear when the control is used within the Ajax Tabs as desired. The script manager is throwing the following error: Microsoft JScript runtime error: Sys.InvalidOperationException: Could not find UpdatePanel with ID 'xxx'. If it is being

【完全开源】知乎日报UWP版(上篇):界面设计、官方API分析

[亡魂溺海] 提交于 2019-12-03 04:28:39
出处: http://www.cnblogs.com/xiaozhi_5638/ 【完全开源】知乎日报UWP版(上篇):界面设计、官方API分析 目录 说明 使用Fiddler分析android版API 部分效果图 关于源码 说明 在做 博客园UWP版 的时候其实就有做知乎日报的打算了,前段时间一直出差,在酒店里用Fiddler简单的分析了一下Android官方版本使用到的API,刚开始以为很复杂,后来发现其实很简单。windows商店里知乎日报的应用有好几个,但是网上基本没有什么开源的,这篇文章将介绍一下知乎日报用到的API(Android版)以及目前已经完成的部分界面(为了测试效果,我还特意买了一部lumia 535,399元还送一部移动电源,当天就升级到了Windows 10 Mobile)。等所有的功能都做完了之后我再将源码传上来。 注:后来上网查了一下,发现其实早有人分析了知乎日报的API。 使用Fiddler分析Android版API 首先要准备的工具: android手机+知乎日报APP; Fiddler(大名鼎鼎Telerik出的, Telerik ); 局域网。 原理很简单,打开Fiddler,将它设置成为一个代理,然后将 同一局域网中的 Android手机代理设置为Fiddler所在的电脑。 之后Android手机所有的HTTP请求都会先经过代理

KendoUI Grid Decimal number column

无人久伴 提交于 2019-12-03 01:42:35
I have a column for weight (in Kg). When the user clicks on it I need to enable them to be able to put in decimal number with 3 places. The problem I have is at the moment it only allows them to put it in to 2 places, but shows as 3 places. You can type in a number to many decimal places but when it saves it will round it to 2 places. My column is set up like so: ... { field: "weight", title: "Weight", width: 40, format: "n4", decimals: 4, step: 0.001, template: "#= weight.toFixed(3)+'kg' #" } ... I have tried a few things but none work. Several questions (afaik): Format in columns is not

Telerik Reporting over SSRS?

跟風遠走 提交于 2019-12-03 01:38:06
问题 Broad question is: Is there anything Telerik Reporting can do that SSRS (2005) cannot? Specifics: We're looking to migrate our current Reporting infrastructure from in-house ASP.NET + Crystal (VS Edition) to something else. Ignoring the cost factor (we have a Telerik license), is there any pros or cons to going with Telerik over SSRS? Key elements we need are: generate reports from a custom ASP.NET application schedule reports email reports on demand or on a schedule pdf output, drilldown

用户界面控件Telerik UI for WinForms发布R2 2019|附下载

匿名 (未验证) 提交于 2019-12-02 23:40:02
Telerik UI for WinForms 拥有适用Windows Forms的110多个令人惊叹的UI控件。所有的UI for WinForms控件都具有完整的主题支持,可以轻松地帮助开发人员在桌面和平板电脑应用程序提供一致美观的下一代用户体验。 【 Telerik UI for WinForms R2 2019免费下载 】 具体更新内容如下: 新增: RadFormConverter现在公开在表单的智能标记内,允许在MS和RadForms之间轻松转换。 实现了面向.NET Core的Visual Studio模板 当网格中没有行时,应显示新的行消息。 添加了新属性:radGridView1.MasterTemplate.SelectNewRowAsCurrent 扩展CreatingVisualListItemEventArgs,以便它们具有有关数据项的信息 新的RadMaskedEditBoxElement单击EventHandler 新的RadMaskedEditBoxElement属性:EnableClickSelectionStart(启用SelectionStartMouseClick功能) 新的RadMaskedEditBoxElement属性:SelectionStartOnMouseClick(启用EnableClickSelectionStart时

WPF学习日记

匿名 (未验证) 提交于 2019-12-02 23:34:01
在WPF中,窗体的外观主要有Icon、Title、WindowStyle、ResizeMode等属性 Icon:图标 Title:标题 WindowStyle:窗体样式---->None 无边框 SingleBorderWindow 单边框 ThreeDborderWindow 3d边框 toolBorderWindow工具箱边框 resizemode:noresize不可调节 无最大最小按钮 canminimize:不可调节 可以最小化 (最大化按钮不可使用) canresieze 可调节(默认) canresizewithgrid根据网格调节(窗口右下角显示调节网格) 使用radgridview的gridviewdatacolumn绑定数据列的时候 <!--<AutoGenerateColumns的属性为必须false,true 表示为数据源中的每个字段自动创建绑定字段 如若为true会在绑定数据后,数据显示重复>--> 如果使用以下方法合计 <telerik:GridViewDataColumn x:Name="KnYe" Width="180" HeaderTextAlignment="Center" Header="余额" TextAlignment="Center" DataMemberBinding="{Binding cardbalance}"> <telerik

Not enough storage is available to complete this operation

喜夏-厌秋 提交于 2019-12-02 22:38:09
I have an asp page with Timer control. Timer control will trigger some method to execute. When this page is loaded, following error comes and timer control is not triggered to tick. I use IE9. There is no issues in FF and chrome. Error details are as follows. Anybody have an experience with this message ? Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E) Timestamp: Thu, 12 May 2011 12:35:10 UTC Message: Not enough storage

Telerik MVC3 grid with custom Edit/Insert popup

為{幸葍}努か 提交于 2019-12-02 21:13:49
问题 I'm new to MVC, and I was trying to create a page to list items, and I can Add/Edit items in this list. I used telerik MVC grid to show the list of items, what I want now is to know is there a way to customize how the add/edit popup of the telerik grid. The reason is that I need to hide some fields, and add some other lookups. Thanks in advance. 回答1: I wrote a detailed series on a master/detail AJAX-driven Telerik MVC grid, which makes use of an editor template in the detail grid's editor pop

System.Web.UI.ViewStateException: Invalid viewstate

倾然丶 夕夏残阳落幕 提交于 2019-12-02 20:56:23
I have a web application developed in ASP.net & C#. I also use Telerik ASP.NET AJAX for web UI. Application throws an exception ( System.Web.UI.ViewStateException: Invalid viewstate ) in production server. It works fine in test server. And this error is thrown randomly. System.Web.UI.ViewStateException: Invalid viewstate. Client IP: x.x.x.x Port: xxxxx Referer: http://webaddress/Page.aspx Path: /Page.aspx User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CMNTDF; BRI/1; InfoPath.3;

Kendo DatePicker fails validation for custom date format

天大地大妈咪最大 提交于 2019-12-02 20:31:42
I'm using Kendo DatePicker to edit a Date field being displayed in a Kendo Grid in my ASP.NET MVC 4 project. In order to have the DatePicker being used for the Date field use custom date format string, I updated the Date.cshtml file under the EditorTemplates folder to the following: @(Html.Kendo().DatePickerFor(m => m).Format("dd/MM/yyyy")) By doing that, I managed to have the DatePicker display the format as I want it to. However, it failed validation for some of the dates entered for input, either via manual key in or selection from the popup calendar. Upon further investigation, I can say