Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
120 views

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


Pavlina
Telerik team
 answered on 08 Mar 2016
6 answers
235 views
Hi

The RadSlidingPane Tab Text currently displays text vertically one character after another. For example:

T
e
x
t

Is there any other way to orientate the text at all? For example, as if I took the text "Text" and then rotated it 90 degrees anti clockwise??

I have just been demoing these controls to our users and the tet orientation seemed to be quite a big issue for them.

Thanks.

Vessy
Telerik team
 answered on 08 Mar 2016
15 answers
936 views
Hi,

I'm not sure if the RadImageEditor is the right tool for my requirements, but I thought I would ask our community for their opinion.  Also, I'm sure many of us have needed to deal with Profile pictures, and I would love to avoid reinventing the wheel.

High level, I need to allow my users to (1) select a picture as a profile picture, (2) crop it, (3) lock the aspect ratio, and (4) return it to the DB.  It is critical that this is as simple as Facebook, for example.

More specifically, here are my requirements:

  1. User navigates to a page with an "upload button," maybe using RadUpload.
  2. After selecting the file, it must upload to the page, hopefully to the editor. 
  3. (I would like to avoid the users needing to click the select button, then to click another button to upload, as with the default configuration of the RadUpload module.  As soon as they select, it needs to be displayed.)
  4. When displayed in the editor, it needs to immediately go into "crop" mode.
  5. I do not want the "crop" dialoge displayed, with will protect form them changes the aspect ratio.
  6. I do not mind them changing the "size" of the crop area, as long as the aspect ratio does not change.
  7. I do want them to be able to move the crop area around the picture.
  8. After they are satisfied, I want them to hit a button, which returns the picture to the database, and then displays it.  Maybe in a RadBinary image.  (Thus, I don't want it to appear "stuck" in the RadEditor.

Any suggestions to handle these requirements would be really appreciated.  

Thanks,

Jim
Vessy
Telerik team
 answered on 08 Mar 2016
1 answer
138 views

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.

Ivan Danchev
Telerik team
 answered on 08 Mar 2016
1 answer
94 views

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

 

 

Dimitar
Telerik team
 answered on 08 Mar 2016
16 answers
1.3K+ views
Hi,
 
  Please provide the setup for Ajax Q3 2013.1.220.40 version.

Thanks
Sharan
Viktor Tachev
Telerik team
 answered on 08 Mar 2016
4 answers
262 views

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

Jon
Top achievements
Rank 1
 answered on 08 Mar 2016
1 answer
176 views

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

Konstantin Dikov
Telerik team
 answered on 08 Mar 2016
4 answers
90 views

Hi,

Telerik Team,

                         

            I am using rad grid in batch editing mode , when I add new record to grid suppose I have added 15 new records to grid and I have set page size to 10 still pager is not appears on grid. please let me know if I missing any configuration.

 

Thanks

 

Eyup
Telerik team
 answered on 08 Mar 2016
1 answer
79 views

Hi Telerik Team,

I have the below RadGrid with Detail Table. It's column headers are not readable by the 508 compliance tools (like NVDA). Can you please suggest what can i do so the tool reads the column headers?

The tool should read the Indicator column as Indicator (HeaderText )

 

<telerik:GridTableView Name="detail1" DataKeyNames="ProdId" Width="95%" BorderStyle="Solid" BorderWidth="1px" HorizontalAlign="Center">
     <Columns>
        <telerik:GridBoundColumn UniqueName="Indicator" HeaderText="Indicator" HeaderButtonType="TextButton" DataField="prodId" />

 

Konstantin Dikov
Telerik team
 answered on 08 Mar 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?