Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
60 views
Hello,

Strange behaviour:
- my buttons with PrimaryIcon are OK in dev but nothing appears in production (see attachment)
- my checkbox is OK in dev, but only text is displayed in prod (see attachment)
- my close button of the RadLightBox is ok in dev, but not displayed in production

Anybody has an idea ?

Thank you...

Philippe

Danail Vasilev
Telerik team
 answered on 24 Feb 2014
1 answer
66 views
Hello,
I use some buttons with PrimaryIconCssClass defined. (2013Q3SP2 version 13.3.1324.0)

Example:

<telerik;RadButton ID="btnSend" runat="server" Skin="Silk" Text="Envoyer" OnClick="btnSend_Click">
    <Icon PrimaryIconCssClass="rbMail" PrimaryIconLeft="8" PrimaryIconTop="5"></Icon>
</Telerik:RadButton>

Everything runs fine in development, but the icons are not displayed in production (see attaches file) !
Any idea ?

Philippe
Danail Vasilev
Telerik team
 answered on 24 Feb 2014
3 answers
108 views
Hi ,

I Have a  radgrid and i enter the data into the grid from textboxes .I have two fields one is the name and Description fields with an unique id autogenerated in the database. I want to edit the rows on double click of that particular row in the radgrid and  show an updatebutton and cancel button shown in another column and update button  code in the code behind? Help Me out


Thanks in advance
Vvamc
Top achievements
Rank 1
 answered on 24 Feb 2014
2 answers
53 views
At least I hope so...
 I would like to change the cursor for all rows in the grid to be the "pointer" cursor, you know the little hand with the index finger sticking up...  
Where's the best place to achieve the desired result????  and how?

Thanks in advance,
Kevin Orcutt
Matson Money Inc.
(513) 204-8000 x8245
(513) 204-8245 (Direct)
Kevin.Orcutt@MatsonMoney.com
www.MatsonMoney.com
Kevin
Top achievements
Rank 1
 answered on 24 Feb 2014
5 answers
122 views
I have a radlistbox that is displaying the contents of a Queue table in a database using a Linq data source. The point of the page is to allow administrators to change the order of items in the Queue. There is a thread that is running elsewhere that is processing items in the queue and removing them. The page with the list box on it refreshes every 20 seconds automatically. If the thread processing the Queue removes an item from the table in-between page refreshes and I attempt to then reorder an item in the list before the grid re-binds I get the following error:

"Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index"

I am utilizing the AutoPostBackOnReorder property so that the listbox/data source manage all of the ordering. Is there a way to prevent the error I've described in this case?
Plamen
Telerik team
 answered on 24 Feb 2014
20 answers
269 views
Hi,

I am adding a Column to Rad Grid at Run time. as Follows:
GridButtonColumn btncol = new GridButtonColumn();
  btncol.HeaderText = "AccountID";
                btncol.ButtonType = GridButtonColumnType.LinkButton; // setting ButtonType as LinkButton
                btncol.DataTextField = dt.Columns["AccountID"].ColumnName; // setting DataTextField to first column in DataTable
                this.rgAccountDetails.MasterTableView.Columns.Add(btncol);
                btncol.UniqueName = "AccountIDbtn";

But On paging a extra Column is being Added to the Grid Each time When I click on the On Paging.
Please See the Image Capture.jpg
Please Help me

  
Viktor Tachev
Telerik team
 answered on 24 Feb 2014
1 answer
149 views
Hi All,

Sharepoint view is loaded in Dropdown . Based on the Selected DropDown(sharepoint View Name) , all list are passed as columns in the store procedure and the grid is loaded(using Store Procedure).  And the Radgrid settings are stored in the database based on the sharepoint view names.

Whenever changes the dropdown values , the Gridsettings is loaded from the Database. Everything works fine. we are facing a issue with Filter Templates that the Filter Template values are persisted when changes the dropdown. 

Need to clear the FIlter Templates (Textbox values) and loads the FIlter value from the Database. 


Best Regards,
Satz

Kostadin
Telerik team
 answered on 24 Feb 2014
1 answer
27 views
Hi,

I have update my application installing the last Radcontrols release (before I was using RadControls for ASP.NET AJAX Q3 2011).
Since I have updated the system, it is appeared a new problem of displaying appointments in scheduler; in particular, I have found that in some case, when I have more than 5 appointments at the same day and the same hour, some of these become not visibile.
Investigating inside the generated html, I have found this issue: when the system calculate the position to assign to each box in the scheduler, it divides the available space by the number of element that it has to place, and in html assign a "left" value in "style" element; but I have seen that, when the result of this division has decimal values, it separate that with "," character, instead of "." character.

For example I find:
style="height:46px;width:6.923077%;left:6,923077%;" 
instead of 
style="height:46px;width:6.923077%;left:6.923077%;" 

As you can observe, the value of "width" element is using the correct decimal separator, so I deduce that it shouldn't be a problem of system settings but a problem of the telerik library. In attachment you can see that with ",", the box are not visible (first screenshot), while when "." it is modified from me to "." (second screenshot) everything works fine.

I'm waiting for some solution.

Regards,
Marcello





Plamen
Telerik team
 answered on 24 Feb 2014
1 answer
116 views
Hi All

I hope you are all doing well. I have a quick question related to Telerik Scheduler/ resources  control. I have a situation in web application, say I have a
project Task which my application user I would like assign it to Project Manager. This project task has start
and end date. But before assigning the task I would like to give my user a capability
to see what other task the current Project Manager has been working on during that period
by using Scheduler/ resource availability .So user has combo box with all the
Project Manager option and a button to see the scheduler/ resources availability using pop-up.
On top of that I would like to give him opportunity to see if any other Project Managera has free time slot during that period.
So in short I would like my user to give ability to see current assgnment of my selected Project manager or I can choose anyone from the combobox and it will display all the current assignment the slected project manager working on.

I will appreciate your help and look forward to hear from
you soon.

Many thanks

Syed
Plamen
Telerik team
 answered on 24 Feb 2014
1 answer
40 views
Hello Forum,

We have been using Rad Asycn Upload to upload the files to the server. The control is working with Chrome and FireFox and IE10. But as we switch to IE9 or Lower versions of Internet Explorer, the control no longer works. Please find the web site project created in reference to the problem that we are facing at our end. The website is also having "Telerik.Web.UI.dll" in the Library folder of the web application attached. Also the screen snaps have been attached with the problem when the file is uploaded to the server on IE9 or IE8. Can anyone please help or guide me through the issue?



Thanks
Bas
Hristo Valyavicharski
Telerik team
 answered on 24 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?