Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
165 views
If I put a RadTextBox control on a page which has the Blueprint CSS framework attached the textbox does not take on the proper style. The standard asp.net textbox and regular HTML input controls work perfectly. It seems that the RadTextBox is adding additional css styling which is interfering.

Robert
Dimo
Telerik team
 answered on 01 Apr 2009
1 answer
177 views
Hi Everyone,

I have been at this all day and would really appreciate some help.

I have a grid that I create dynamically in the Page_Init which has between 3 and 5 columns, there is always a "Total" column added as the last column. The "Total" column I would like to remain a set size regardless of how many columns are in the grid.

The other columns I have set a width of 100px which should be the minimum width of these columns.
The idea being that up to 3 columns + my "Total" column should fit in the grid without scrolling, if the user adds any further columns then the grid will scroll, if the grid contains less than 4 columns then I want all the columns to autosize to fill the grid width while the "Total" column remains a fixed size.

Is there anyway to accomplish this?

I have tried setting the "Total" column width in CSS with the !Important attribute but it still expands beyond the 60px width.
By the way the "Total" column is a ItemTemplate column that contains a RadNumericTextbox which I have successfully set the width of to 50px.

Any help would be appreciated.

Thanks
Antony


Princy
Top achievements
Rank 2
 answered on 01 Apr 2009
4 answers
261 views

Hi,

 

Is it possible to have RadConfirm window on selected index change of  a RadComboBox?
If it is, can you please send us a sample.

Thanks in advance.

Regards
Sreenivas.

 

[Nean]
Top achievements
Rank 1
 answered on 01 Apr 2009
6 answers
294 views
Hi all,

I am doing a research on which is the best third party components set for ASP.NET AJAX to choose and I would like very much to listen you telerik users opinions about your experiences. Please, comment, tell me if you like or dislike, and why. If you ever used (or know someone that used) another components set, I would be grateful if you could provide some comparation.

Thank you very much!

Regards,
Felipe
Bhargav
Top achievements
Rank 1
 answered on 01 Apr 2009
3 answers
155 views
I have a RADGrid in a custom application page with code-behind. The grid displays the first page, however, there is an exception after the DataBind event, System.Runtime.CompilerServices.StrongBox`1..ctor(System.__Canon). This exception is also genetrated when trying to page through the grid or sort the columns.

The problem seems to be with loading the grid. When limiting the number of items so it has only one page this exception isn't thrown.

I've also tested everything in an ASP.NET site and it works as expected.
Rosen
Telerik team
 answered on 01 Apr 2009
9 answers
187 views
Hi,

I have set Web20 as Skin for radManager and VisibleStatusBar="false", VisibleTitleBar="false". Titlebar visible  false is working but Status Bar visible false not working. It shows Status bar. For Skin WebBlue, it works fine.

How can solve this?

Thanks in Advance

Fakhrul
Martin
Telerik team
 answered on 01 Apr 2009
0 answers
127 views

Hi,
in my  system Telerik control Taking too much memory .how i can reduce memory usage of system .I am using IE 6 & 7

Thanks in advance..

Priya
Top achievements
Rank 1
 asked on 01 Apr 2009
1 answer
117 views
Hi,

In an attempt to stay current I upgraded to Q1 2009 under my subscription and noticed that all the CSS is not working correctly.  I am using IE 7.0.5730.13.  Before the uprade it was OK.  however it worked best under IE6 where the green lines in the right corner on the first image connected properly.  I am not a CSS expert so having to reinvent the skin every time there is a minor upgrade at Telerik is a major drain of time.

I am enclosing a couple of links that show the UI before and after the upgrade.  No other changes were made. 

Before:

http://www.jshawconsulting.com/Telerik/resourcegrid_Q32008.gif

and after

http://www.jshawconsulting.com/Telerik/resourcegrid_Q12009.gif

Thanks
Jonathan

Jonathan
Top achievements
Rank 1
 answered on 01 Apr 2009
1 answer
143 views
I have a grid which allows users to edit one row at a time using the standard 'insert' and 'update' links. My users are used to Excel and find this approach very slow.

My users are looking for an "Excel like" experience which opens up all rows for editing at once and allows for example a user to move down a column and change that column's value and use the down arrow key to move to the next column.

Does Telerik offer anything like this functionality? Any plans in this direction?

Thank you
Princy
Top achievements
Rank 2
 answered on 01 Apr 2009
7 answers
219 views
I have ran into a problem that I cannot figure out.

I have 2 controls in a template column of a RadGrid.
An ASP textbox (tried also RadTextBox) and a RadNumericTextbox.

I am getting a Javascript error for NumberFormat.
Error : 'NumberFormat.AllowRounding' is null or not an object

I have tried declaring ALL properties but that does not seem to change the behavior. And I get the get the error sometimes on AllowRounding, DecimalSeperator and DecimalSeperator. I added the declaration to the NumberFormat for each exception that has occurred but that did not the issue.

I am using SelfReferencingHierachy based on the example of Self Referencing Hierarchy in the Demo's Section.

Here is my MasterTableView declaration
        <MasterTableView    
          HierarchyDefaultExpanded="True" HierarchyLoadMode="Client"   
          Width="100%" 
          EditMode="inline" DataKeyNames="Id,ParentId,Name" > 
          
          <SelfHierarchySettings ParentKeyName="ParentId" KeyName="Id"  /> 
          <Columns> 
              
            <telerik:GridBoundColumn DataField="Name" HeaderText="Name" UniqueName="Name" ReadOnly="true">  
              <HeaderStyle Width="150px" /> 
            </telerik:GridBoundColumn> 
              
            <telerik:GridTemplateColumn UniqueName="Value" HeaderText="Value" DataField="Value">  
              <HeaderStyle Width="100px" /> 
              <ItemTemplate> 
                  
                  <asp:TextBox ID="stringValue" runat="Server" Visible="false" /> 
                  <telerik:RadNumericTextBox ID="intValue" runat="Server" Skin="RxLink" EnableEmbeddedSkins="false" Visible="false" SelectionOnFocus="SelectAll">  

                      <NumberFormat DecimalDigits="0" AllowRounding="false" KeepNotRoundedValue="true" DecimalSeparator="." />

 

  

 

                  </telerik:RadNumericTextBox> 
              </ItemTemplate> 
            </telerik:GridTemplateColumn> 
            
          </Columns> 
        </MasterTableView> 
 

Here is the script that is getting the exception
NumberFormat.Round=function(_1,_2){  
if(!_2.NumberFormat.AllowRounding){  
return _1;  
}  
 

How can I fix or work-around this issue? Do you need more information?

Thanks,
Mark.
MarkInTexas
Top achievements
Rank 1
 answered on 01 Apr 2009
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?