Hi,
How to i load all the jpg and png files from specific folder into RadImageGallery from server side?
Thank You
Hi there,
I want to align the items to the left (see attachment).
Any idea?
Regards,
Marcel

<form id="form1" runat="server"> <telerik:RadScriptManager runat="server" /> <div> <telerik:RadScriptBlock> <script type="text/javascript"> function testButtonClicking(sender, args) { var confirmed = confirm("Are you sure you want to postback?"); if (confirmed) sender.click(); // I wouldn't think this would be neccesary? else args.set_cancel(true); } </script> </telerik:RadScriptBlock> <telerik:RadButton runat="server" ID="TestButton" Text="Test Confirm" ButtonType="StandardButton" OnClientClicking="testButtonClicking" OnClick="TestButton_Click" AutoPostBack="true" /> </div></form>protected void TestButton_Click(object sender, EventArgs e){ Page.Response.Write("posted back");}
ADMIN UPDATE
This issue will be fixed in Chrome 58, as an investigation path has been provided to the Chromium team: http://www.telerik.com/forums/error-telerik-web-ui-webresource#03pCYKiU5ku6u8t2pEluHA.
END ADMIN UPDATE
Hi all,
I use Radgrid with GridClientSelectColumn for many years without any problem. But after Chrome upgrade to version 57.0.2987.133 I have a problem with row selection. When application starts it works fine, but after a while it is broken and I can't select row correctly until next page refresh.
In Chrome console I can find this error after each click in grid:
Maximum call stack size exceeded
at HTMLInputElement.b.RadFormDecorator._globalInputChecked [as rfd_checked] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl00_ctl00_ctl00_ctl00_ContentBody_ContentM…:5656)
at HTMLInputElement.b.RadFormDecorator._globalInputChecked [as rfd_checked] (Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl00_ctl00_ctl00_ctl00_ContentBody_ContentM…:5656)
...
I did some tests and I see that event OnRowSelecting is raised, but event OnRowSelected is not invoked anymore and error message is thrown. I don't have the problem with other browsers (IE, FF).
Do you have the same problem? Is there any workaround?
Thank you,
Petr
It feels as if the end of the ASP.NET AJAX tools is near. I just poked through the DevCraft R1 Webinar and didn't see anything about ASP.NET AJAX (perhaps it's there but didn't see it) and the 'NEW' features of R1 are pretty slim. It seems a bit of a stretch to say that dropping IE8 Support is a NEW feature and upgrading of a the Amazon SDK from 3.3.3.0 to 3.3.5.0 is a NEW feature. Aside from that the only new feature is the custom editors for SpreadSheet.
Am I misreading this direction?
Hi
Is it possible to open up an already existing edit task modal from the gnatt chart progress bar. Instead of the default pop edit modal I want to open my existing edit task modal(which is already used in my application). Will I be able to redirect to that modal? or Will I be able to get those contents and controls in the default popup edit?
I was not able to open my existing edit task modal from the gnatt chart.If I try to redirect it to the existing modal it opens as new page and not as modal pop up. I have attached the screen shot of my home page where I have used the gnatt chart and the screen shot of edit task modal that is already used in my application.