We have a RadGrid in the page to allow user add/delete record. After a recorded is inserted, is there a way to set focus on the "Add New record" button in grid so user can add another record directly instead of moving mouse to click it? Or the only option is to add Short-Cut key to reduce the mouse operation?
When I clicked on the arrowhead for Expand/Collapse Grouping Items and then to expand the ‘Full committee’ group of meetings. This action automatically expanded out all the application rows below each meeting row, but the grid showed a plus sign at the side of the expanded applications – this should be a minus sign if the applications are already expanded out:
I've got a radeditor within a radwindow. I've got some custom external dialog buttons on my editor that open a new radwindow within the bounds of the radwindow the editor is in (e.g. editor.showExternalDialog).
Is it possible to have the dialogues open so that they are not stuck within the bounds of the radwindow the editor is in? (i.e. tell the radeditor to use 'GetRadWindow().get_windowManager();' as it's window manager)?
Hi Team,
This is Mayura. I'm using Telerik Controls in my project, and i'm using RAD Chart controls. now i need a help in create Secondary X Axis like Secondary Y Axis. So Send me some sample coding regarding this ASAP.
I am using the lates telerik DLL Q2 2011 for .Net 3.5 and am receiving the error below when testing a radgrid with paging enabled. This error is thrown when I manually change the page size from the default (20) to another page size. Are there any known issues with this function or is there a possible bug in my code?
Server Error in '/' Application.
Unable to cast object of type 'Telerik.Web.UI.RadGrid' to type 'Telerik.Web.UI.GridTableView'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidCastException: Unable to cast object of type 'Telerik.Web.UI.RadGrid' to type 'Telerik.Web.UI.GridTableView'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidCastException: Unable to cast object of type 'Telerik.Web.UI.RadGrid' to type 'Telerik.Web.UI.GridTableView'.]
Telerik.Web.UI.RadGrid.RaisePostBackEvent(String eventArgument) +2874
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Now i want to make some changes.when i click on copy it should popup a radwindow and ask for the new file name.Once i enter the file name it should check whether the file name already exists.If not copy record with the new file name.
We are evaluating your controls for a SharePoint 2010 farm, but have following issues/questions:
If we install the Accelration Kit will the asp.net RadControls be available when developing web parts, creating master pages .. ?
I havent been able to find an installation guide, so I run the msi file on a application server but the installation frezzes like shown in the attached image.
I am using rad tree to load more then 1000 nodes on demand, during this time instead of displaying node with ajax image , I want to display Loading panel which will cover entire page so user cannot click any where else during this time, I dont see any option in tree to use loadingPanel instead.
Can you please help me out on this ?