AutomationMode
Hello Maurício, Thank you for contacting Telerik Support. Let me get straight to your questions.What is this for? - The Microsoft UI Automation (UIA) framework provides programmatic access to most user...
View ArticleHash table values Incorrect on in BatchEdit Mode
Hello Ramey, You can use the UpdateCommand and InsertCommand events to save the changes that were made by the user. I tested the behavior and the records seem to be updated as expected on my end....
View ArticleBatchEditCommand
Hello Ramey, I have replied to your query in the other thread you have submitted. I suggest we continue the conversation there. With that said, the code library is provided by us as illustration on how...
View ArticleFile Browser Controller: How to insert link to a file that opens in a new...
Hello Kyle,Thank you for contacting Telerik support.What the client needs to do is to check the "Open link in new window" checkbox in the "Insert link" dialog. Review the following screen shot...
View ArticleCustom EditorAttribute
Thanks Maya and Benn for your answers! Maya, using the DataContext indeed works. Benn, your solution is very creative and useful for my particular scenario, especially since I don't have to create...
View ArticleTest Studio Randomly Deleting Tests from TFS
Did you intend to put this on a public forum?
View ArticleRadGrid Drag and Drop Row not working.
Hello Christian, In order to use drag and drop in RadGrid you need to hook on RowDrop server event and rearrange the items of your data source. You can see how to do that in the following live example....
View ArticleRad Grid Batch Editing Validation not working
Hi,Telerik Team , I am facing validation related problem in Rad Grid (Batch Editing). It seems that validation is not working as expected .Please help me on the same. My current telerik verion is...
View ArticleRad Grid Batch Editing Page Size Issue
Hi,Telerik Team, I am using rad grid in batch editing mode , when I add new record to grid suppose I have added 15 new records to grid and I have set page size to...
View ArticleDate Format issue in Pivot Grid
Hi VasilBelow is my Pre_Render function code :for (int i = 0; i < RadPivotGrid1.Fields.Count; i++) { string fieldName = RadPivotGrid1.Fields[i].DataField;...
View ArticleApplying Validation on Report Parameteres
Hello Vasudha, Please test the following approaches in the context of the Standalone Report Designer:Use expressions (the built-in or custom functions) to check if the received report parameters values...
View ArticleFooter total in Batch Edit Mode
Hello, I was wondering is there a current way that I can implement Client-side calculations in a Grid Footer while but having the Grid set to Batch Edit Mode? I saw an example on implementing this...
View ArticleHow to add total in footer in case of editable grid with paging?
When using the Column Aggregates, I have a column that is a varchar in my database so if I set the Aggregate to sum it throws me a string error. Is there any way around this?
View ArticleUpdate Total Footer for a column when a cell is modified RadGrid in...
Angel,Could you provide an example of this?Thanks,Ramey
View ArticleDisable icons in toolbar
I would like to disable some icons like freeze panes, table icon, Data tab etc in the toolbar . How to do that in Kendo UI ? I only saw an option like toolbar : false for completely removing the...
View ArticleStill not support chinese?
Thanks for your answer. have resolved it with a serverside service, however hope you can put priority on fixing this on the client side also
View ArticleGridDataItem - does not contain a definition
I am trying to pull grid column data in order to call a procedure. on e.item, bold below, i am receiving error :Error1'Telerik.Web.UI.GridNeedDataSourceEventArgs' does not contain a definition for...
View ArticleDisplay DataSource data on Grid Rows (not columns)
There is a way to display the dataSource as rows and not columns?My dataSource has only one record with 30 properties. I would like to display the properties as rows (property1 => row1, property2...
View ArticleDataFormValidationSummary.Errors is no longer settable
Just installed UI for WPF Q1 217 SP1 and received this error.error MC3080: The property 'DataFormValidationSummary.Errors' cannot be set because it does not have an accessible set accessor.We have been...
View Article