(Since there is no forum for RadMultiPage what I know, I post here)
We have a RadPageView that is set to false in our RadMultiPage (and in the RadTabStrip), but despite this, the PageLoad etc. is exectued when the page is loaded, is this really correct behaviour? I know the RadMultiPage initiates all page views, even if you use RenderOnlySelectedPage, but invisible page views should not be initialized no matter what, right?
I am creating the Grid dynamically with 3 rows from server side and implemented Copy Paste from Excel(Using Javascript). Now I want to create a new rows using javascript if user try to paste more than 3 rows.
How can I create new rows using javascript.
I further need to implement a couple of linkbuttons in a single row at the top that will allow the user to select all or select none. Finally, the alternating grid lines would be a "nice-to-have". I've included a screenshot of the standards that I need to meet. Step two in that graphic is about where I need to be when the user drops down the combo.
here i am developing one web application ,in that i am showing the binary image in the viewer.If i drag and drop on the image i need to get the coordinates os the selected zone values and i need to show the selected zone with some color like red,blue,green etc...here the events are fired but i can't see the selected zone on the viewer and coordinates.pls kindly help any one ..........
I have a page which uses a RadDateInput which plays quite nicely. In another place I have an <asp:textbox /> control in which I dynamically set to a date input using a RadInputManager, if the answer required is a date.
These are both on the same page and the client "onerror" properties point to the following javascript function;
function OnError(sender,args){args.set_cancel(true)}
As I mentioned, the RadDateInput plays nicely but the RadInputManager one crashes if you don't enter a valid date (then tab/click out of the box or submit) with a javascript error; for example, "G.getFullYear is not a function". This occurs in all browsers.
It appears that the javascript OnError() is not working for this control - but what is worse is that if I do not have the ClientEvents-OnError attribute set then I cannot submit valid dates! The control shows it's error state when a valid date is entered and prevents form submission!
This is a very busy high-profile website - I might need to raise a ticket but I'm posting here first in case anyone else is familiar with this behaviour?
i have questions. How can I update DataKeyValues on radGrid in EditMode="InPlace". I have set ReadOnly properties for key columns on false. When I try update value of key column i have error.
Hi. I can't work out what conditions cause a resize handle to appear in the bottom right corner of a ribbon bar. In the Telerik demos, for example, the 'First Look' demo (http://demos.telerik.com/aspnet-ajax/ribbonbar/examples/default/defaultcs.aspx) does include a resize handle whilst the 'Items' demo (http://demos.telerik.com/aspnet-ajax/ribbonbar/examples/items/defaultcs.aspx) does not include one. Looking at the associated .aspx pages I can't see any obvious difference in the <telerik:RadRibbonBar...> markup for the two demos.
I have a webform with many RadGrids on it. There are two of the grids that display an animated wheel located in a panel in the lower left footer that displays a waiting or working status when operations occur like the user hitting the "Update" or "Insert" buttons in the grid rows. This is the default animation for Ajax I believe.
I want to maintain that style across all the RadGrids. I have compared all the properties of the grids in question that have that behaviour to the grids that do not display that feature right and cannot find the properties to alter on the non participating RadGrids. Each RadGrid is wrapped in it's own UpdatePanel.
When content and features are replicated to another machine in my farm, the RAD editor lists features does not activate automatically on the target machine (on the site features). Does anyone know why?