Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
161 views

how to set color on, one textbox to another textbox ,curosor focus textbox only color appear

Thanks,
Mohamed.
Shinu
Top achievements
Rank 2
 answered on 19 Oct 2011
1 answer
75 views
I know you can hide the refresh button on the grid using the CommandItemDisplay="None", but what I'm looking to do is move the refresh button outside of the grid.  Can this be done?  (see image for example)
Shinu
Top achievements
Rank 2
 answered on 19 Oct 2011
4 answers
122 views
Seems like something changed between 2011 Q1 519 and the latest 2011 Q2 712 version in regards to how nulls are handled with GridDropDownColumns.  All of my GridDropDownColumns where there is a null value in the field assigned to the DataField property I now see the non-breaking space character   instead of nothing or an empty string.  Was this change intentional or a mistake?
Iana Tsolova
Telerik team
 answered on 19 Oct 2011
2 answers
172 views
Hi everybody:
  below is my code
<telerik:RadNumericTextBox ID="rmtxtPayment" runat="server" Type="Currency"
  MaxLength="10" ReadOnly="True">
  <ReadOnlyStyle HorizontalAlign="Right" />
  <EnabledStyle HorizontalAlign="Right" />
</telerik:RadNumericTextBox>
In IE8 firefox7 chrome14 display properly, but the content can not be right-aligned IE9.
I use telerik.Web.UI, v.2011.1.519.40
Thank you for your help!
z
Top achievements
Rank 1
 answered on 19 Oct 2011
0 answers
89 views
I have a Radgrid that does not get populated/attached to a datasource until the user selectes an input or click a button.

On initial page load, the RadGrid appears as a thick/bold horizontal line across the designated location. Please refer to attachment.

Thanks.


[EDIT]: Never mind. I found a way.
Daniel
Top achievements
Rank 1
 asked on 19 Oct 2011
1 answer
105 views
I am using a RadMaskedTextbox on a Registration page as well as a user properties page in which you have to be logged in to the site to access the user properties page.

The issue I am having is the first time the browser (does not matter which browser) loads the Registration page with the RadMaskedTextbox on it, it does not create the control properly. It just creates a normal html input control with the RadMaskedTextbox's mask, but does not provide any of the actual control's functionality. (i.e. entering only the allowed characters)

The interesting thing is if you log in and navigate to a page with the RadMaskedTextbox on it and then log back out and navigate to the Registration page, the control works perfectly. Sort of like the browser is caching the control's code or something.

Any suggestions or ideas?
Robert
Top achievements
Rank 1
 answered on 18 Oct 2011
0 answers
77 views
I have a requirement to build a treeview dynamically.  Each node on the treeview has a label and two checkboxes.  I have tried two different methods to build the treeview.  In Case 1, I created a node template that includes the label and two checkboxes.   In  Case 2, I do not use a template, but rather I simply add the label and two checkboxes to the node control collection.   I loop through the node collection to set the checkboxes Checked property after I have added all of the nodes to the treeview.   In Case 1, I build the nodes and add the nodes to the treeview in the Page_Init event.  In Case 2, I have tried building the nodes and adding the controls in both Page_Init and Page_Load events.

When I run the page, I change the state of some of the checkboxes in some nodes.  Then I do a postback.  On the return from the postback, everything displays correctly (maintaining the correct state of the checkboxes).  If I build the dynamic treeview in the Page_Load event, I am not able to correctly maintain the checkboxes state.  In Case 2, everything works fine on the first postback.  Then if I make additional changes to the checkboxes and resubmit, the return from the postback does NOT maintain the correct state of the checkboxes.  Even if I do not make any changes to the checkboxes, but just submit unchanged values, the return screen has changed the values of the checkboxes.  (This is true regardless of whether I build the treeview in Page_Init or Page_Load)

Does anyone have any advice on how to maintain the correct state of controls added dynamically to nodes in a treeview?
Kim Wilson
Top achievements
Rank 1
 asked on 18 Oct 2011
3 answers
123 views
Iam having a problem while exporting grid data to pdf. The page Title is not formatting Html escape chacters so that iI would have part of the title in a newline.

This is my code.
grid.ExportSettings.Pdf.PageTitle = "All Transactions Report" + "\n" + Report printed by User;


I would expect my output to be

All Transactions Report

Report printed by User

But my pdf is outputting

All Transactions Report Report printed by User

Any help will be appreciated
Daniel
Telerik team
 answered on 18 Oct 2011
1 answer
74 views
Hello, im trying to move my custom columns after the auto generated ones, is there a way i can do it? i try orderindex but its not working:
orderindex = RadGrid1.MasterTableView.RenderColumns.Length;
 this.RadGrid1.Columns.FindByUniqueName("Impresion").OrderIndex = orderindex;

please, help. thank you
liliana rojas
Top achievements
Rank 1
 answered on 18 Oct 2011
5 answers
169 views
There seems to be an issue with applying styles in the client side OnDayRender event.
We've noticed that the style is applied correctly, however when the day is hovered over the style reverts to its original style that was applied before the OnDayRender event.
We have a workaround applied by overriding the cell style in the hover event, however the behaviour seems to be incorrect in that it should be remembering the style applied on the client side?
Felipe Casanova
Top achievements
Rank 1
 answered on 18 Oct 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?