Hi,
This is for when a user has no idea what is available in the list...
Would it be possible to make the full list of items come up on a double click or when a space is entered.

Hey dude,
Please help me out this problem,
in case i have page which contains RadTabStrib, in RadPageView i have few radsplitter for handle RadSlidingZone, the problem come when i want trigger button which request ajaxmanager to load other page to iframe in parent page, and then when i want to back too parent, the radsplitter was gone (blank),
check this out my code, on pasetebin
http://pastebin.com/FfWU2nbT -> for aspx
http://pastebin.com/4ADwNmNy -> for cs code

Hi All,
With near 400 pages on my site and at least 300 of them having loading panels I now need to use some custom css for them. Because the css relies on a few divs I have inserted the divs into a loading panel.. Great it works... on one page.
What is the simplest approach to do this with only one instance of the change, I don't mind doing a global replace if it means using a custom control. That would work but the knock on effect is that the loading panel then doesn't link properly to the ajaxpanel
My code that works on one page is as below. And by the way kudos to Anas Tawfeek for this css based animation (http://anastawfeek.github.io/ArtWorx-xLoader)
<telerik:RadAjaxLoadingPanel ID="uxLoadingPanel" Runat="server" > <div class="loadingAnim3Part"> <div class="google-spin-wrapper"> <div class="google-spin"></div> </div> </div></telerik:RadAjaxLoadingPanel>Any pointers?
Regards
Jon
I have a radgrid with columns for edit, copy and delete, which fire the associated command events. I would like to combine these options in one column, in a raddropdownlist control. Is it possible to fire the appropriate command events by clicking items in a raddropdownlist?
(ASP.NET 4.0, IIS, Windows 7, IE 11, C#, Telerik.Web.UI version 4.0.30319)
- Paul
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 10 still pager is not appears on grid. please let me know if I missing any configuration.
Thanks

Hi Telerik Team,
I have the below RadGrid with Detail Table. It's column headers are not readable by the 508 compliance tools (like NVDA). Can you please suggest what can i do so the tool reads the column headers?
The tool should read the Indicator column as Indicator (HeaderText )
<telerik:GridTableView Name="detail1" DataKeyNames="ProdId" Width="95%" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center"> <Columns> <telerik:GridBoundColumn UniqueName="Indicator" HeaderText="Indicator" HeaderButtonType="TextButton" DataField="prodId" />
Hello,
I started using the Spreadsheet control and have a couple issues:
1) I am programatically creating a workbook on the server side and using it with a custom provider. When I disable cells on the server side, they are correctly not editable on the client side. However, attempting to modify read only cells generates Javascript error: 0x80070057 - JavaScript runtime error: Invalid argument. For example, this occurs when I highlight a cell, press some number keys, and then hit enter.
2) The "auto-complete" feature - the icon on the bottom right of the selected range that allows automatic data generation/copying cannot by selected on IE11. This tool also allows modification of data contained in read only cells. Ideally, I would like to disable this feature, but I cannot find an option to.
3) Is it possible to copy data to from another spreadsheet application such as Excel to the RadSpreadsheet, but copy text only? I can copy from Excel now, but it keeps source formatting.
4) Is there a onClientCellModified method that I can listen to? I would like to implement some simple client side logic, similar to what a "Macro" would accomplish.
Thanks for any help.
Hello,
I am trying to figure something out and not having any luck.
I am trying to add a Custom Editor Tool to my RadEditor. I have gotten most of what I want to work (on the Ribbon, on multiple tabs, in its own section) but I cannot get the Text to show up. Instead, I just get the default off-cent quote-i image. I do not want an image to display; instead, I'd like the button's text to display.
On the EditorTool ...
I've set: ShowText = true;
And: ShowIcon = false;
I've provided a Text property value. I've cleared out the ImageUrl and ImageUrlLarge values (String.Empty and null). But I can't figure out how to make the button show its Text and not its Image.
Can't figure out what I'm doing wrong. Should I be using a different control (EditorTool)? Can I do it via the XML file?
hi
where I can download Telerik UI controls for ASP.NET AJAX Q2 2014 SP1 (version 2014.2.724 )
Tank's