Hello,
I am getting this issue when I am trying to hide/show panels containing upload control within an update panel.
Is this issue occurring due to hide/unhide the control. If so, please help with the resolution.
Thanks
Screenshot attached.
I have upload enabled and it is working fine. However, on the upload dialog box, the checkbox for "Overwrite if file exists" is about 2 inches north of the text.
I don't see an obvious way where I can control this layout. What would you suggest to get the checkbox near the checkbox label? I am running v2016.3.1018
I have a page that has two grids. I need to collect all the data from both grids as well as additional info from various other controls on the page and validate, then save it. If the data doesn't validate against our validation logic, I need to allow the user to make necessary changes then attempt to save again.
This page is solely for new data, so technically there is no datasource to connect to. Here's what I've done. The grids are set up for Ajax and are batch edit. I've got a button on my page that calls JS to save changes to both grids if either of them has changes. Otherwise, it triggers a save changes of the rest of the page data. I've set my grids to bind to public properties on my page that are pulling from a Session Object. This way when I save the rest of the page data in the Page_PreRender event, I can combine it with the rest (the two grids feed child collections off a main object, being populate from the various other controls on the page).
But I've got a snag. How do I reset the grid records, so that if I can't save due to validation, when the user clicks the save button again, the grid is still triggering an Insert instead of an Update?
Reading through other threads made me think it had something to do with ajax, but because I don't have a true datasource, ajax is what is keeping the data in the grid when the user clicks the save button. And I need this to happen in case of a validation failure.
I hope all this makes sense. Can anyone help? Maybe there is a better way to collect all this new data. I'm just not sure.
Hello,
I'm attempting to build a mega drop down menu that is fully generated from records stored in the database. I can build the top level menu dynamically, and build the sitemaps for the contenttemplates dynamically, but tying them together is the issue. I came across this post from 2.5 years ago:
http://www.telerik.com/forums/add-contenttemplate-at-runtime
Which concludes that:
Hi Marc,
Currently the scenarios that you are trying to achieve is not supported of the RadMenu control. We shall try to fix this issue for the upcoming release.
Regards,
Dimitar Terziev
Telerik
Is this still an issue? Has it been fixed in the current release? Is there an example of doing this that I'm just not finding in my searches?
Thanks!
Cory Aston
Hi,
This only occurs in Microsoft Edge - our current release is 20.10240.16384.0
We are running on Win10.
See the attached screenshot.
Any thoughts / workarounds / fixes / advice ?
Thanks in advance.
Jim
1. The Download manger displays that I have 1 INSALLED PRODUCTS and the status is PURCHASED
How do I know for sure that my version of UI for ASP.NET AJAX in my VS.2015 environment is truely the official licensed version
I want to plot a line and also paint the approved area for that plot. This area is defined by two other plots, one for the max values and the other for the min values. The area between the min and max plots should be painted. See attached file.
Is there a way to do this with the HtmlChart control?
Hello all,
I have a page created that allows our users to customize what data columns are available to them and also use a radfilter to apply & save filters for these columns. A common occurrence for our users is they remove a column & forget to remove the filter for that column, so when filter is loaded through the LoadSettings method, an error is produced. Is there a way for me to remove a column filter for the removed column after the LoadSettings is called but before the filter is applied?