Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
51 views
Hi,

Can someone explain what are the best ways to link localised resources linked in one databinding Datatable sql or Webservices ?. For sample i have one table using default languages and resources to change to others (table or resource files). Some suggestion is add the resources in the main table but need much code to manage many languages. Other solution is load from table the default language and apply the resources files before add to page server side coded. Mixed solutions are possibles?. What are the best? Thanks.
Pierre
Top achievements
Rank 1
 asked on 10 Jan 2011
3 answers
119 views
Hi,

I'm keen on using the RAD controls since they totally rock, but I've got some issues with getting my head wrapped around something..

This is how I want to use it/do:

Get the page to load, have an updatepanel (or whatever RAD control needed for that) load the content of that panel asynchronously after the page is loaded.

Right now if I hook up a RadRotator for example, and an XmlDataSource to that - it takes ages to load and THEN displays the webpage and releases the main UI thread.

So, what I want to do is to load the page and have an update panel async load it's own content just like if you were clicking a button in that updatepanel, but on page load.

To answer a few of your initial questions:
* No, this doesn't apply to only the RadRotator, I know about the Load On Demand functionality. 
* I want to do this for all my pages/applications I create - namely dynamically load the content and displaying a small "loading" gif while it's working. Basically just async loading with an indicator.

Any push in the right direction would rock!

Cheers,
Tobzi
Pero
Telerik team
 answered on 10 Jan 2011
2 answers
49 views
Hi ,

 I am using radcalendar in my app. while click on the date, calling ondateclick function.. in that function returing the value like "2011,1,12"
 but i need to display "January 3, 2011" Tell me how to do?
Brown
Top achievements
Rank 1
 answered on 10 Jan 2011
2 answers
58 views
In the current 2010Q3 version of RadMenu, if a user expands a menu, then moves the mouse out of the menu without clicking an item, the root item remains in its animated hover state.  For example, on:

http://demos.telerik.com/aspnet-ajax/menu/examples/programming/webservice/defaultcs.aspx

1. Hover over the "Purchase" menu item
2. Move the mouse over the "Instructions" button on the right.
3. The menu collapses but "Purchase" remains highlighted.

4. If you highlight "Support", both Purchase and Support will be in highlighted state.

Clicking on whitespace clears the highlight.

In previous versions (at least 2010Q1, which is what my project is being upgraded from) the "Purchase" would have reverted to its normal form.  Is it possible to make the current version of RadMenu behave as it did before?  The current behaviour, whether intended or not, "feels" buggy.
Talys
Top achievements
Rank 1
 answered on 10 Jan 2011
2 answers
156 views
Hi,

Is it possible to have a 3 layer tab strip and if so how do I do it? Are there any examples? I currently have a 2 layer tab strip with tabs being added and removed using javascript but can't see how to make it into a 3 layer.

Cheers
Jon
Jonathan Levy
Top achievements
Rank 1
 answered on 10 Jan 2011
2 answers
51 views
I have a multiday event, start date 1/3/11 00:00:00, end date 1/5/11 23:59:59, below is the date logic for inserting it

odr(

 

"StartDate") = CDate(StartDate.ToShortDateString & " 00:00:00")

 

odr(

 

"EndDate") = CDate(EndDate.ToShortDateString & " 23:59:59")

 


The event shows fine on the 3rd and 4th, but on the 5th it shows up in the day area of the week view instead of the all day event area.  This happens to all of my events.  I have attached an image to show the issue.  I'm sure it is something I'm missing regarding setting up the event, but any help would be appreciated.

Thanks
Chris Trina
Top achievements
Rank 1
 answered on 10 Jan 2011
5 answers
229 views
I need to be able to sort a RadGrid GridDropDownColumn by the ListTextField and not the ListValueField.

Can someone provide an example on how I can accomplish this?
Veli
Telerik team
 answered on 10 Jan 2011
5 answers
220 views
We have a page with a RadUpload and RadProgressArea where users can upload multiple files up to a combined maximum file size of 150MB.  Is there a way to validate the size of the combined files being uploaded and prevent the page just crashing out with the "Maximum request length exceeded." error?  The MaxFileSize property seems to be on the right track but only works on a per item basis instead of on the whole transaction.
Yana
Telerik team
 answered on 10 Jan 2011
1 answer
53 views
Please see the attached image for your refrence. I have a issue with the Grid control. In the IE 8 browser we have some UI issues that is circled in attached email.

Please give me some helpful stuff to overcome the problem.
Pavlina
Telerik team
 answered on 10 Jan 2011
1 answer
257 views

I can read the value of "grid column drop down"in the method "OnEditCommandRadGridProgramCategory. About e.Item.FindControl is null and also against the direct access via "GridDropDownColumnVirtualCategory.DataValueField" is null.

 The call to the method is via "CommandName = EditSelected.

 Can you help me please?


        <telerik:RadGrid ID="RadGridProgramCategory" 
        AutoGenerateColumns="false" 
        AllowAutomaticInserts="True" 
        AllowAutomaticUpdates="True" 
        AllowAutomaticDeletes="True" 
        OnEditCommand="OnEditCommandRadGridProgramCategory" 
        OnNeedDataSource="OnNeedDataSourceRadGridProgramCategory"
        GridLines="None"
        runat="server" 
        Width="350px">
    <Columns>
              <telerik:GridDropDownColumn HeaderText="Hauptkategorie" ColumnEditorID="GridDropDownColumnVirtualCategory" ListDataMember="VirtualCategoryId" UniqueName="VirtualCategoryId" DataField="VirtualCategoryId" ListTextField="VirtualCategoryName" ListValueField="VirtualCategoryId" />
              <telerik:GridDropDownColumn HeaderText="Unterkategorie" ColumnEditorID="GridDropDownColumnCategory" ListDataMember="CategoryId" UniqueName="CategoryId" DataField="CategoryId" ListTextField="CategoryName" ListValueField="CategoryId" />
              <telerik:GridEditCommandColumn ButtonType="ImageButton" UniqueName="EditCommandColumn" />
            </Columns>
          </MasterTableView>
        </telerik:RadGrid>
        <telerik:GridDropDownListColumnEditor ID="GridDropDownColumnVirtualCategory" runat="server" DropDownStyle-Width="110px" />
        <telerik:GridDropDownListColumnEditor ID="GridDropDownColumnCategory" runat="server" DropDownStyle-Width="110px" />
        
protected void OnEditCommandRadGridProgramCategory(object sender, GridCommandEventArgs e)
{
  RadGrid radGrid = (RadGrid)sender;
  Control s0 = e.Item.FindControl(GridDropDownColumnVirtualCategory.ClientID);
  string s1 = GridDropDownColumnVirtualCategory.DataValueField;
  string s2 = GridDropDownColumnCategory.DataValueField;
}
Veli
Telerik team
 answered on 10 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?