Client side paging example?
Cool, setting .ServerOperation(false) on the datasource (per your link) did it. Thanks!
View ArticleFailed to clear temp storage
Getting the following error message in my debug window console: "Failed to clear temp storage: It was determined that certain files are unsafe for access within a Web application, or that too many...
View Articlefiltering a field for nulls
How would I set up a filter that looked for null values in a numberic field?filter currently looks like this:'$and': [ { 'CompanyId': null }, { 'IsActive': true }...
View ArticleHosting
Update: I *have* finally managed to migrate our TeamPulse database from SQLServer to Azure as follows: I eventually managed (using SQL Database Migration Wizard and editing the intermediate script it...
View ArticleAccessing the edited grid item from the user control
Hi Joe, In this case you can cast the item to GridEditFormItem and access the cell of the corresponding row:string cellValue = (item as GridEditFormItem).ParentItem["ShipName"].Text; You can also use...
View ArticleHow to set main header for RadGridView?
Hello, Stefan. Thank you for your support. But now I'm not need in locality language setting. Now I'm simply need in RadGreedView main caption (header). So I spesify my question more accurately: "How...
View ArticleRadioButtonlList lost the dot when its selected a item, in a edittemplate
Hello Yetrus, Could you send us sample screenshots to demonstrate what exactly do you mean by the "dot"? Then, we can prepare a sample RadGrid web site resembling your scenario and send it to you....
View ArticleInitialise one time a datasource with the codebehind and radgrid use it in...
Thanks, It's helpful :)
View ArticleGridViewCheckBoxColumn checkBox alignment center
My Gridview is with dynamically bound Checkbox columns.Columns represent a meeting. GridViewCheckBoxColumn checkBoxColumn = new GridViewCheckBoxColumn(); var bindingPath = string.Empty;...
View ArticleTelerik website chat area
i want to create one Mvc web form it's work on offline mode and online mode like telerik provide a grid in offline just like it but i want to use my all asp controls like dropdown radio button check...
View ArticleIs there any refresh control while pulling from bottom to top?
Hello, Thank you for your interest. Currently the DataBoundListBox does not provide such an experience. Regards, Ivaylo Gergov Telerik Do you want to have your say when we set our development plans? Do...
View ArticleCordova/Angular/Mobile View Navigation Causes Cannot call method...
I have an angular application that runs fine on the web and in ripple but the following error on my android device and in the android emulator:Uncaught TypeError: Cannot call method 'triggerBeforeShow'...
View ArticleImplement the pull-down-to-refresh function of the databoundlistbox
Hello, Currently the DataBoundListBox does not provide such an experience. Please, let me know should you need further assistance. Regards, Ivaylo Gergov Telerik Do you want to have your say when we...
View ArticleNodeFormatting Event
I noticed that NodeFormatting Event is not fired when the node is child of a parent node and the parent node is collapsed. How can I solve this problem? I need the Event to be raised even in this case.
View ArticleDetail template refresh
Hello William, There is a detailInit event triggered once for every detail row when expanded for the first time. You can use this event to gather required data and build the UI for the detail template....
View ArticlePrevent node from being dropped over root
Hello, Please check this example which demonstrates the scenario. In general you can use the treeview drag and drop events to restrict the treeview drag and drop behavior. Regards, Daniel Telerik...
View ArticleParsing dates
Hi,I am trying to get the MVC date picker to parse and format dates the same as the ASP.Net date picker does, eg. user enters 1/1/11 and the picker formats it into 1/1/2011.How do I get the MVC date...
View Article