Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
233 views
Hi,

I'm looking for a way to customize the pager in RadGrid. I've set the Pager-Mode style to Slider and would at least localize the text belonging to it.
Catching the ItemCreate event I've managed to get the RadSlider component (and used that to set some of text). Is it possible to lozalize the "Page: x out of y pages" text also?
Warnestam
Top achievements
Rank 1
 answered on 13 Jul 2008
1 answer
127 views
Hi,

I cant combine RadSplitter and RadScheduler properly.

When I set the Height and Width for RadSplitter to percentage, ie. 99%, the RadScheduler does not show properly.

On the other hand, sometimes, when I clicked on show 24 hours, the radscheduler showed all the hours outside of the radsplitter.

Any suggestion ?

Thanks.

Susanto
Tony Polad
Top achievements
Rank 1
 answered on 13 Jul 2008
1 answer
123 views
Probably an easy solution, but does anyone knwo how to get RadGrid to bind to Membership.GetUsers()?

I get the following error The DataSourceID of 'UserAccounts' must be the ID of a control of type IDataSource.  'UserAccounts' is not an IDataSource.

UserAccounts is the ID of my grid. I believe this should be an easy solution if I onyl knew how to conver the MembershipUserCollection to an IDataSource.

Any help would be greatly appreciated!
Garry
Top achievements
Rank 1
 answered on 12 Jul 2008
2 answers
319 views
The EnableScreenBoundaryDetection is not working as expected.

It does seem to detect the boundary and expand to it, but if the screen is scrolled down it still expands to the page boundary, which is not visible, and therefore the top of the drop down list is not visible either.

Bottom line - if my vertical scroll bar on IE is all the way to the top then it works, if it is scrolled down then it doesn't.

I am using IE 7.

How can I keep it within the visible screen?

I have some screen shots but it doesn't look like I can include them here.

Here are the RadComboBox settings:

<telerik:RadComboBox ID="stateListCb" runat="server" AutoPostBack="true" DataTextField="StateProvinceAbbrev"

DataValueField="StateProvinceAbbrev" Skin="Hay" NoWrap="true" Width="225px" ZIndex="100000"

MarkFirstMatch="True" TabIndex="14" EnableScreenBoundaryDetection="true">

</telerik:RadComboBox>

bill
Top achievements
Rank 1
 answered on 11 Jul 2008
1 answer
170 views

Hi Everyone,

I'm using a RadTreeView with checkboxes enabled. I would like to persist the checked state of nodes to a new page that I POST to:

<asp:Button ID="PreviewButton" Text="Preview" OnClick="BtnPreview_click" PostBackUrl="<b>SomeNewPage.aspx</b>" runat="server" />; 

To do this, inside the BtnPreview_click method, I want to get the value of all of the checked nodes and serialize/store them in a string that I can access from the new posted page (via cross-page posting).

The BtnPreview_click method is as follows:

protected void BtnPreview_click(object sender, EventArgs e) { 
    // Get the RadTreeView (called "folderView") 
 
    IList<RadTreeNode> checkedNodes = folderView.CheckedNodes;  
 
    // Do some stuff with the nodes 
} 
However, the value of folderView.CheckedNodes is always empty (Count == 0). I've verified that the tree view nodes are populated at this point (albeit, programmatically). 

One other thing to note: this is posting to a new page so I put some breakpoints to see the program flow. When I click the Preview button, I get to Page_Load of the current page (which indicates that the page does a post back before sending me to the new page??), after which the BtnPreview_click(...) method is called, and then finally the Page_Load of the new page is called.

Does anyone know why folderView.CheckedNodes is empty?

Thanks,
Ryan

Ryan
Top achievements
Rank 1
 answered on 11 Jul 2008
7 answers
536 views
Hello,
I couldn't find a way to validate text boxes in the EditFrom in RadGrid. Any direction will be helpful.
Thanks,
Shehab
Gary
Top achievements
Rank 1
 answered on 11 Jul 2008
3 answers
180 views
I am using the RadWindow to display brief information about an appointment.  I have included an edit link and a delete link in the RadWindow.  Using similar code to the Context Menu example, I am able to trigger these events from the link, but I lose the confirmation popups for editing a recurrence and deleting an appointment.

Is the code behind the default functions somewhere in the examples folder?

How can I replicatate the double click of an appointment or clicking on the delete link in the default appointment rendering?
T. Tsonev
Telerik team
 answered on 11 Jul 2008
4 answers
249 views
Dear Support Team and telerik users,

  I have a RadGrid for asp.net 2008  that is NOT Ajaxified, meaning there is no ajaxscript manager or anything, the page is doing traditional postbacks every time the user interacts with the page.
  I am trying to find out a strategy/solution to maintain the scrolling position of the Grid after a postback.  Documentation refers to client side solution or enabling the savescroll property which is not applicable in my case.

Any feedback will be highly appreciated.

Kindest Regards,

Mehmet Atlihan
Mehmet Atlihan
Top achievements
Rank 1
 answered on 11 Jul 2008
5 answers
600 views
Is there anyway to set the default state of a treeview to expanded when it is loaded?
Veselin Vasilev
Telerik team
 answered on 11 Jul 2008
2 answers
156 views
I am calling the radconfirm window to display a delete prompt from a Delete Column in a RadGrid.  The radconfirm window is displayed briefly then disappears before a button can be clicked.

Is there an example available to show how to use a radconfirm window called from a delete column of a RadGrid?
 
Thanks,

Al
alo
Top achievements
Rank 1
 answered on 11 Jul 2008
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?