Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
55 views
Hi Telrik,

I have added Telerik Asyn Upload control inside Telerik Grid edit mode. When I open the page in IE 8 its working fine. But when i open the page in IE 6 the upload control is visible outside the grid. Can you please update on same?
Bozhidar
Telerik team
 answered on 28 Nov 2011
3 answers
118 views

Hi,

I need to get an example about implementing telerik with n2 cms

if someone can help me will be wonderful

i wanna know if is posible use telerik with n2 cms...

thanks a lot for reading...

Note: i'm a dummy using telerik 'cause i don't know nothing about that.

at least will be nice to get a north jeje i don't know how to use telerik rad controls i need an easy example...

please answer me people jeje thanks a lot again!!!
Jarrett
Top achievements
Rank 2
 answered on 28 Nov 2011
8 answers
152 views
I have a radgrid where the entire grid is created at run-time. The issue I'm having is related to what happens if filtering produces no results. The phrase "No records to display." is repeated 6 times, 1 line below the other, with the first 3 or 4 letters being cut from the line above. Please see attached screen shot. Any idea as to why this is happening and how to get it to stop?

Thank you.
~Robin
Vasil
Telerik team
 answered on 28 Nov 2011
9 answers
324 views
Hi,

When a date such as 30/02/1975 is manually entered into the text box of a RadDatePicker control, it is automatically changed to 28/02/1975 without giving any warning or error.

Our client wishes for the behaviour under such circumstances to be the same as if an invalid date is entered - i.e.if you enter 40/02/1975 the text box border is set to red and a warning icon appears.

Is it possible to alter the RadDatePicker behaviour so that it will treat dates such as 30/02/1975 in the same way as invalid dates (i.e. show the warning icon and red border)?

Regards,

Dave
Vasil
Telerik team
 answered on 28 Nov 2011
2 answers
190 views
Hi all,

I am using a RadTreeView and I want to have a functionality as follows: I need to have an option (a button or link) that 
when I click it I get a different view from the RadTreeView. The first view is just having a 'name' field from the database 
in each node, and the alternative view is to have the 'name' and then below the 'description' field also from the database.
Is it possible to change the NodeTemplate Dynamically or is there any simplier way to do this (like for example, having two 
different NodeTemplates and the making one or the other active).

Thanks,
Bruno
Bruno
Top achievements
Rank 1
 answered on 28 Nov 2011
4 answers
275 views
Hi all,

I have a bounded RadTreeView and I need to do the following: set the ImageUrl image file depending on the level of the tree 
(an image for the root nodes, a different image for the second level nodes, etc). How can I do that? Do I have to browse all 
tree nodes again after setting it with the data, creating a performance issue?

Thanks,
Bruno
Bruno
Top achievements
Rank 1
 answered on 28 Nov 2011
2 answers
101 views
I have a RadGrid with a detail table which I want to page if there are enough data.  The main table must also allow paging as well.

I saw how detail tables' data are cleared when the main grid is rebound.  That makes sense, so I checked whether we're coming from the detail table before setting the main's data source:
protected void grdGroupings_NeedDataSource(object source, GridNeedDataSourceEventArgs e)
{
    if (!e.IsFromDetailTable)
    {
        grdGroupings.DataSource = AppealGroupingService.Find(null, grdGroupings.CurrentPageIndex + 1, grdGroupings.PageSize);
    }
}

Unfortunately, when DetailTableDataBind is raised, my current page index is always zero, defined by
grdGroupings.MasterTableView.DetailTables[0].CurrentPageIndex

Even though the DetailTable's pager moves to highlight #2 (or whatever I hit), CurrentPageIndex is always zero, so I request, receive and display the first chunk of information from my service, regardless of what's highlighted in the pager.

What's the right way to have a detail table hang onto its index for paging?

Thanks,

Scott

 

 

golddog
Top achievements
Rank 1
 answered on 28 Nov 2011
1 answer
66 views
hi
can i using asp.net ajax(radcontrol) in mvc project ?
why mvc control is too less ?? 
Tsvetoslav
Telerik team
 answered on 28 Nov 2011
2 answers
105 views
Hi, 

I have a RadSplitter with two Panes in it, in the left Pane i have a RadPanelBar wich works as a menu for displaying radWindows on the right Pane, the initial behavior of the RadWindows is set to Maximize, at this point everything works as expected, the user navigates with the left side menu and the windows are displayed on the right side of the splitter, but when the left pane is collapsed, so that the user has a much bigger working area for the RadWindow, the window stays the same size and i would like it to resize (maximize) it every time the radsplitter is collapsed and expanded, is there a way to achieve this?
Andres
Top achievements
Rank 1
 answered on 28 Nov 2011
3 answers
69 views
I attach 2 images.
 
I have a grid, with to buttons : Quick add (is the same that add new record) insert new row in grid.
Add Full add (open a modal popup)

Steps:
1- Add new record using inline Add (quick add).
2- Fill some fields.
3- Click again in Quick Add.
And the first row info desapear.

I need between item 2 and 3, add some Confirm Widows such as:
The current row will be delete. Are you sure? with OK and Cancel.
If click on OK --> continue with Insert
if click on cancel --> keep the row and not insert.

Where and How I can do this??

Image 1 --> Items 1 and 2
Imgae 2 --> error, lost the current row!
Iana Tsolova
Telerik team
 answered on 28 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?