I'm guessing the preview updates on posts because it updates when I add/remove/update filter expressions and groups, and it updates when I load the grid. I would prefer it to update as I'm making changes, because to me, a "preview" doesn't really count if I have to load first. For example, If I only add one filter expression, the preview doesn't show anything...until I load the grid. If I add three expressions then a group expression, the first three expressions will show in the preview correctly, but then the group expression doesn't, because there's no server post between choosing the last expression value and loading the grid. So, the question - is it possible to update the preview expression in "real time"? Code for reference:
01.<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1">02. <AjaxSettings>03. <telerik:AjaxSetting AjaxControlID="rgFilings">04. <UpdatedControls>05. <telerik:AjaxUpdatedControl ControlID="rgFilings" LoadingPanelID="RadAjaxLoadingPanel1"/>06. <telerik:AjaxUpdatedControl ControlID="rfFilter"/>07. </UpdatedControls>08. </telerik:AjaxSetting>09. </AjaxSettings>10. <AjaxSettings>11. <telerik:AjaxSetting AjaxControlID="rfFilter">12. <UpdatedControls>13. <telerik:AjaxUpdatedControl ControlID="rfFilter"/>14. </UpdatedControls>15. </telerik:AjaxSetting>16. </AjaxSettings>17.</telerik:RadAjaxManager>
1.<telerik:RadFilter runat="server" ID="rfFilter" RenderMode="Lightweight" FilterContainerID="rgFilings" ShowApplyButton="False" ViewStateMode="Enabled" OnApplyExpressions="rfFilter_ApplyExpressions" OnExpressionItemCreated="rfFilter_ExpressionItemCreated" ExpressionPreviewPosition="Bottom">2. <ContextMenu RenderMode="Lightweight"></ContextMenu>3. <FieldEditors>4. <telerik:RadFilterDropDownEditor FieldName="DelApprStatus" DisplayName="Status" DataTextField="Value" DataValueField="Value" />5. <telerik:RadFilterDropDownEditor FieldName="District" DisplayName="Reserve Bank" DataTextField="Value" DataValueField="Value" />6. </FieldEditors>7.</telerik:RadFilter>
Hi thee,
I am using Rad Scheduler ASP.Net version 2015 Q1.
I am populating appointments using a web service, passing in custom properties and that all works wonderfully.
I have a scenario where I wish to show appointments for a set of resources, and then allow the user to see the data just for a subset of those resources. This selection is via a set of checkboxes. While it is easy to just show the appointments for the selected resources using rebind(), the un-selected resources still show in the grid.
In the attached image, I want the Scheduler to just show the data for the users that have are checked, not for "Grant" or "Roger". My code successfully won't show the appointments for "Grant" or "Roger", but does not remove them from the grid.
In this scenario I am happy for a post-back to occur if necessary, but when I do that the resources that are used to generate the grid are re-used, rather than being repopulated. Is there any way to force the resources to be repopulated from the client-side?

at kendo.all.min.js:78 at Object.a [as compile] (kendo.all.min.js:78) at e.support.browser.msie.e.support.browser.version.e.Observable.extend._compileFormula (kendo.all.min.js:77) at .<anonymous> (kendo.all.min.js:77) at e.support.browser.msie.e.support.browser.version.e.Observable.extend.batch (kendo.all.min.js:77) at e.support.browser.msie.e.support.browser.version.e.Observable.extend.fromJSON (kendo.all.min.js:77) at e.support.browser.msie.e.support.browser.version.e.Observable.extend.fromJSON (kendo.all.min.js:78) at new e.support.browser.msie.e.support.browser.version.e.Observable.extend.init (kendo.all.min.js:78) at new e.support.browser.msie.e.support.browser.version.e.ui.Widget.extend.init (kendo.all.min.js:85) at HTMLDivElement.<anonymous> (kendo.all.min.js:26)
I am trying to load about 29 thousand rows of data into the kendo spreadsheet and I get the above error. What I am doing is converting data from a ExcelPackage to a Telerik.Web.Spreadsheet workbook on the back-end. Then I convert the workbook via the ToJson method, send that data to the front-end, parse the received string data to a JSON and then load that JSON into the spreadsheet directly as a object or via the spreadsheet.fromJSON(data) method.
It works for less data, but doesn't for this. Also I can have hundreds of thousands of rows with no problems but with data it's another story. Can you tell me if there is some better way to do this, or how to work around this error.
Thank you in advance.
Hi,
I want to make mediaplayer playist back color black. I also want to change the font color and image size.
Could you help.
Hi, I have issues with custom button / markup in RadEditor. Here's my scenario:
- I have a custom button added through: Telerik.Web.UI.Editor.CommandList[rteButtonCommand] ...
- Then I show some external dialog ( editor.showExternalDialog(...) ) which returns back some markup.
- I inject that markup where the cursor was, ie. like:
<div class="some-css-class">
[myCustomComponent]123456789[/myCustomComponent]
</div>
- Instead of having that custom tag, I would like to show some image instead indicating what kind of component it is and more importantly be able to select it like an image and be able to move it or bring back the dialog with selected values.
I read quite a lot of reference, but couldn't find anything related.
Can anybody help me with this?
Thanks

Hi,
I have faced a problem with Rad Editor that When we change font size to maximum of content and export to PDF, the text is overlap. Igo through the followint demo and able to replicate the issue..
http://demos.telerik.com/aspnet-ajax/editor/examples/import-export/pdf-export/defaultcs.aspx
After i changed font size, Please see the attchment name STEP1.png
Then exported to PDF, the text overlap between the lines. Please see the attachment name Result.png
Please help me.
