I noticed that on one of the asp.net webform demos you had a option to tick and show the apointments of users in one schedulre kinda like outlook shared claenders however i dont see any documenation on how to repoduce this at all?.
Regards
David
Hi,
I'm having problems getting the OlympicGames-Demo to work.
I'm using Visual Studio Express Web 2013,Microsoft SQL Server Express 2008 R2, Telerik.DataAccess 2015.3.1221.1. and UI for ASP.NET AJAX Q1 2016 SP1.
When i run the .master - File i get the exceptions shown in exception1.png and excpetiondetails.png.
i also tryied to reinstall the dataacess-packages and got the exceptions in fluentpackageinstalllog1.png and fluentpackageinstalllog2.png. when reinstalling the fluent-package.
Any help appreciated!
Regards
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