Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
88 views
Hi to All..,


In my requirement is Inside the Radwindow  RadGrid With Link button Add New when i click this open new window 
 with in that window how to do that any suggestions plz 


Thx.
Marin Bratanov
Telerik team
 answered on 24 Feb 2014
1 answer
156 views
I would like to ask, if there is some way to set width = 100% to RadTileList.

I tried this:
<div>
   <telerik:RadTileList ID="RadTileList1" runat="server" DataSourceID="ObjectDataSource1" Width="100%"></telerik:RadTileList>
    <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetTiles" TypeName="TelerikWebApp1.TilesData"></asp:ObjectDataSource>
</div>

But the width is 100px. Is there any way to achieve this?
Marin Bratanov
Telerik team
 answered on 24 Feb 2014
1 answer
72 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
72 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
110 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
59 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
131 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
289 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
158 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
30 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?