grid view export to excel with groups
Hi Andrea,Thank you very much. I will try your code and hope to have good result!
View ArticleHow to resize popup screen with jquary
When a row double click a edit form pops up and re-sizes but when add new record button is click the form is not re-sizes. This only works when edit button is clicked: $("#grid...
View ArticleNeed help with RadGrid
Thank you VIktor !!That solved the problem.Best regards,Tim Inouye
View ArticleXamlParseException Occured
I am getting the same error with Silverlight 5 and the latest version of the UI for Silverlight. Your link to the Public Issue Tracking Forum no longer works. My list box has draggable items, and if I...
View ArticleTabstrib hang after output long string data to text box
Dear NenchoI have discovered that the problem occur because that the output string contain some html character .After add ValidateRequest="false" to aspx file, the problem gone Thanks any way
View ArticleRefresh RadGrid when using RadAjaxManagerProxy
how are you declaring and handling the edit and insert in your usercontrol?.. why are you defining the grids to update when the ajax manager is updated?
View ArticleCreating genuine front-end, user input (keystrokes and mouse clicks)
I believe I have figured out the answer to my own question. It seems that I can easily provide genuine peripheral input by selecting Simulating Real Clicks/Typing By Default in my Recording Options...
View ArticleFinding a control in the RadGridView.EditFormSettings.FormTemplate
Hello Rohit,It would be nice if you will do some work in page_prerender event. Because all the control and its value assigned into grid created and itemdatabound event. This event is executed after...
View ArticleSet GridBoundColumn value with javascript
i need to set the grid bound column value but using javascript when checkbox is checked or uncheked and set all rows value when i clicked select all checkox.i can do it easily with server side code but...
View ArticleError in navbar back button
Hi, I have encountered this strange error that was not present earlier.The back button in a navbar, causes a jquery error, this is reproducible also in one of your...
View ArticleIssue on Chrome when validating an update.
I use Html.Telerik (). Grid and I bind the event Update on the controller method. The editing line is feeding well, but I can not click the submit button that triggers nothing ... IE and FF, it works...
View ArticleRadpanelitems not expanding after collapsing in IE11 with content mode as IE8
Hello, Could you please provide more details on your scenario and describe step-by-step the user actions that lead to the issue you have experienced? I am attaching a sample project with the IE8...
View Articlechanged cell in change event
Hello Ro,If you are referring to retrieving the currently selected cell, you could use the select method of the Grid. E.g.function onChange(e){ var selected = this.select();} Regards, Dimiter...
View ArticleUI for WPF and UI for Silverlight
Still, its confusing for me. I am developing windows application using WPF, XAML and MVVM.Now, I am using RadGridView and other telerik controls. So, am I using Telerik UI for WPF or Telerik UI for...
View ArticleUI glitch with Chrome 43.0.2357.65 or higher
The problem persists despite implementing the recommended changes.
View ArticleUI glitch with Chrome 43.0.2357.65 or higher
We've applied this css hotfix to our TeamPulse installation and the issue still exists.And yes we cleared our cache and cookies before re-testing, and also recycled the IIS Application Pool for the...
View ArticleExecuteActionOnReturn=true Not firing
Hello Eitan, Thank you for contacting us. The ActionButtonTap event is raised only when you tap the action button. In your case you can use the KeyDown event:private async void...
View ArticleRadGrid Export GridTemplateColumn with nested repeaters and labels into an...
I have a RadGrid that I'm trying to export to Excel. In the RadGrid, it contains a GridTemplateColumn with nested repeaters, labels and spans. I'm trying to use ExcelML for the export, but am open to...
View ArticleGetting device ID from cookies
Hello, wondering this post is appropriate here. if its not please feel free to delete it.I was using fiddler to find out the HTTP packets sent by Google Chrome. Just wondering if anyone has done this...
View ArticlePass additional parameters to Data method of Mobile Listview
Hello,The CRUD operations are part of the Kendo data source configuration, not the widget itself. The Mobile Listview, ListView and other widgets use the Kendo data source, so the Data method should...
View Article