telerik

Is there any way to use an object across two STA threads in WPF?

孤街浪徒 提交于 2019-12-13 04:34:44
问题 Okay, before anyone starts up, let me be clear... I'm using a custom control, in this case Telerik's RadPane. When you deserialize these panes they come in through a callback method, and thus, are ALL owned/deserialized by one thread, and they cannot be cloned or deep copied, etc. so there are some huge limitations I am trying to work with. This is bad because, I want to add content to each pane but want them all to work within the confines of their own UI thread. For example, I want to add a

Cannot get all rows from Rad Grid-View with DataPager

ぃ、小莉子 提交于 2019-12-13 04:27:46
问题 This is my dataGridView , <telerik:RadGrid ID="grdSalaryCalculation" runat="server" AllowPaging="True" AutoGenerateColumns="False" Skin="Telerik" Font-Names="Myanmar3" CellSpacing="0" EnableLinqExpressions="False" OnNeedDataSource="grdSalaryCalculation_NeedDataSource" GridLines="None" ShowFooter="True" PageSize="5" AllowSorting="true" OnItemDataBound="grdSalaryCalculation_ItemDataBound"> <ExportSettings ExportOnlyData="True" FileName="Attendance List"> </ExportSettings> <GroupingSettings

Telerik Report : Starch line in Detail band or Add Empty rows

﹥>﹥吖頭↗ 提交于 2019-12-13 04:22:16
问题 I am trying generate one sale bill format format in telerik report design. I Need Output like detail band is grow to fit page size. like adding blank row. i have used table inside details band. Is there any property in detail band or in table to fit page size? or i have to manually add blank rows? 回答1: You can set the Docking property by selecting the table and then using the property window to set the value. Set it to Fill by clicking in the value box and selecting Fill . Alternatively you

Net Core: Create TagBuilder for Kendo Telerik ScrollView

老子叫甜甜 提交于 2019-12-13 03:25:22
问题 I am trying to get Tagbuilder for Telerik ScrollView Component to work. Currently add Items is not working; it is not transmitting the image divs, and showing a blank page. How would I fix this? Enclosed is tagbuilder below. Am I missing variables or attributes ? Ideal Telerik code is transmitting div data-role page. My code is transmitting li class scroll-view-page, which are not the right items. My Test Code and HTML: public class ScrollViewTestTagHelper : ScrollViewTagHelper {

Kendo Grid Column title with red asterick to indicate required field

僤鯓⒐⒋嵵緔 提交于 2019-12-13 02:57:03
问题 I am using a kendo grid with multiple columns. But i need to display few columns with red asterick to indicate required filed. Can someone help me on this. <div id="failureTypeInfoGrid" style="width:100%;overflow-x:auto;"> @(Html.Kendo().Grid(Model.lstSerialData) .Name("serialGrid") .Events(e => e.Edit("onEdit")) .Columns(columns => { columns.Bound(c => c.UnitId).Hidden(true).ClientTemplate("#= UnitId #" + "<input type='hidden' name='SerialData[#= index(data)#].UnitId' value='#= UnitId #' />"

Can I use Telerik Document Processing to read PDF content?

本小妞迷上赌 提交于 2019-12-13 00:28:59
问题 I am working on a project where Telerik's Document Processing libraries are a available to me, and I was hoping that I would be able to use it to read a PDF file and search for specific text that I can use for other processing. But while the code to do so seems straightforward, I am not actually getting expected results. This is the proof of concept I threw together: var fs = new FileStream("..\\some.pdf", FileMode.Open); RadFixedDocument doc = new PdfFormatProvider(fs).Import(); var pageCt =

全方位解析Telerik平台(一)

不问归期 提交于 2019-12-12 22:28:03
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> Telerik 平台允许开发人员通过直观地拖拽操作创建交互式UI原型,帮助设计师、开发者和分析师实时协作,并且能够将设计规范直接生成应用代码。 Telerik平台包括UI工具集和强大的云服务,可用于创建、管理、测试和发布web、混和型以及原生应用。开发人员可以通过浏览器、桌面软件或Visual Studio构建应用。它利用自定义逻辑管理后端数据,包括专门的用户管理、身份认证和消息推送。同时还提供跨平台的测试工具帮助及早发现问题。 Telerik平台支持开发iOS和Android应用,无需部署,可以便捷地发布到公共或企业的应用商店。它具有内置的机制,能收集使用数据和统计数据并提供web报表和告警。平台支持iOS、Android、Windows Phone、Windows和黑莓平台,兼容.Net、JavaScript/HTML5、Java JSP和PHP技术。 Web、混合型和原生平台间的关键区别是什么? Telerik平台是端到端、模块化的解决方案,支持web、混合型和原生移动应用开发。它为任何一种开发方法提供了完整的UI框架,其云服务支持项目的整个生命周期。对于web应用,平台提供以HTML5为基础的“响应式”UI。对于混和型应用,平台提供了以HTML5为基础的移动UI和Telerik AppBuilder

全方位解析Telerik平台(二)

大城市里の小女人 提交于 2019-12-12 22:16:20
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> Telerik 平台允许开发人员通过直观地拖拽操作创建交互式UI原型,帮助设计师、开发者和分析师实时协作,并且能够将设计规范直接生成应用代码。 Telerik平台是否提供Windows Phone 8的模拟器? 如果开发原生的Windows Phone 8应用,开发人员会经常使用Visual Studio,它提供了自己的Windows Phone模拟器。对这些开发人员,我们提供Windows Phone平台的Telerik UI帮助他们提高效率。 与Icenium相比,Telerik平台有哪些区别? Telerik Icenium(现在是 Telerik AppBuilder ) 只是Telerik平台的一个组件。AppBuilder主要用于混和型应用的开发,而Telerik平台还包含后端服务、移动测试、分析以及为其他开发方法(web和原生)提供的UI框架。总的来说,Telerik平台着眼于从设计到部署的整个项目过程。而每个单独的Telerik产品,例如AppBuilder,则着眼于整体中的一部分。 在Visual Studio 2013中如何使用Telerik平台? 许多Telerik UI框架(Telerik平台的一部分)可以直接在Visual Studio中使用,支持Visual

RadComboBox Items Sorting with RadComboBoxSort.None

谁都会走 提交于 2019-12-12 21:03:17
问题 What happens to RadComboBox's Items after you call: myCombo.Sort = RadComboBoxSort.None; myCombo.Items.Sort(); ??? Even when sort option is set to None , Items are sorted, but it is not sorted neither by Text nor Value . An items are ordered by random pattern which make no sense. 回答1: Use SortItems() method instead of Items.Sort(). Documentation says that these approaches are equal: RadComboBox1.SortItems(); RadComboBox1.Items.Sort(); That is not exactly true. If Sort property is set to None,

using autocomplete box in silverlight?

浪尽此生 提交于 2019-12-12 17:04:50
问题 i am currently displaying data in the radgrid controls of telerik, i want to add an autotextbox over the column named "Name". how can i do this? my radgrid only displays data and i want that whenever user enters into textbox a list of name pops up just like in stackoverflow web site. please help..i have been using silverlight,wcf ria services,telerik controls. 回答1: You can use the AutoComplete textbox from the Silverlight 4 Toolkit. The toolkit is an advanced set of controls that are not part