Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
205 views
I would like to have something like:
Line1
Line2

for each tab text. I can separate the lines by using <br /> (Line1<br />Line2) but the tabs do not look right. It looks like two tabs are placed on top of each other instead of one tab that is twice as high.

The best I could find on this issue is a forum post from 2009 where you have to manipulate the skins. Is there any better solution now (2012 version)?
Nencho
Telerik team
 answered on 09 Dec 2015
1 answer
153 views

I've look through all the available examples for the integration of odata in grid and none was helpful, maybe what I want is not available with radgrid for asp.net.

What I want : A simple server side datasource binding to a odata source like if I was binding to a entity collection.

 

I want the most simple example to demonstrate  that its simple to group, sort and filter an odata feed through a telerik grid. My feed is a odata v3. I do not want client-side binding because it tends to be complexe scripting option.

I want something like that :

var grid = new radgrid();

grid.datasource = new IDatasource("http://someithing/odata") // theres any Odatadatasource implementing IDatasource?

grid.autogeratecollumns = true

grid.enablegrouping = true

grid.enablesorting = true

grid.enablefiltering = true

 

Thanks for any help!

 

 

Konstantin Dikov
Telerik team
 answered on 09 Dec 2015
6 answers
198 views
Dear All,

Is there any option to use Telerik DOCK as in Visual Studion Toolbar, Solution Explorer docks. (Docking the window by side of the page and undock when needed).

Thanks in Advance,
-- Omm --
guy
Top achievements
Rank 1
 answered on 09 Dec 2015
2 answers
114 views

Hi,

 We are using radgrid and in itemdatabound we are using below code to get the text but when we are trying to read values we are getting "&nbsp". This started happening after we upgraded to latest telerik dll. we were able to read values with the old telerik dll. Is this a known issues if so what options do we have in reading the values of GridDataItem in ItemDataBound event.

   Dim lblColumnName As Label = DirectCast(item.FindControl("lblColumnName"), Label)

 lblColumnName.Text = item.Item("ColumnName").Text

Eyup
Telerik team
 answered on 09 Dec 2015
2 answers
70 views

Hello everybody

I want to create something like this 

http://demos.telerik.com/aspnet-ajax/scheduler/examples/overview/defaultcs.aspx

but i have no idea how My calendars area : "Personal" and "Work" is working, how they are saved in database (what are columns in database) and how tasks are changing colors based on the My calendars area. When i save a new task how i am able to save it differently i mean for personal and for work.

please help me with this functionality. i have no clue about it.

 

Thank you

Peter Filipov
Telerik team
 answered on 09 Dec 2015
13 answers
1.3K+ views
I want to create a databound RadGrid that with checkboxes in a column and enable a user to check/uncheck all boxes in the dataset, not just what's displayed on in the current paged dataset.  So, if I have 6000 records but only 50 are displayed, I want to be able to Check/Uncheck All and have it check or uncheck all records, not just the 50 displayed.  Then I want to submit this back to the database to update the records.
Eyup
Telerik team
 answered on 09 Dec 2015
1 answer
211 views
Is there a way to prevent a maliciously-named file from causing a Javascript injection? If you use a Mac (so that you're not bound by Windows filename conventions) and name a file with javascript in the file name, it's possible to cause the page to fire that javascript. I've already disabled the 'show filename' option, but it still is firing when I test this.
Dimitar
Telerik team
 answered on 09 Dec 2015
1 answer
93 views
Hi team,
I have attached the sample chart which contains multiple x and y axes.
Can you please confirm whether htmlChart supports multiple x and y axes, if it is please give sample code to build a chart with multiple x and y axes
Thanks in advance
Khalandar H
Danail Vasilev
Telerik team
 answered on 09 Dec 2015
12 answers
356 views
I am using Radeditor and have this scenarion where I upload picutres and insert them in my radeditor document.

I have a cusom button on the rad editor toolbar which fires the upload operation all in javascript on the client.
the picture uploads without postback, and in my script I try to insert it at the point where the insertion point was when the user clicked on the custom button that fired the whole operation.

The problem is that the picture is always, always inserted at the very begining of the document.

is there a way that I can maintain the insert position when I insert my picture?

this is very basic, in Radeditor i have a custom button deined and then it calls a javascript function:

<

 

script type="text/javascript">

 

Telerik.Web.UI.Editor.CommandList[

"Custom1"] = function(commandName, editor, args)

 

{

DoLoadNewPhoto();

};

</

 

script>

 


and then when my file uploads returns i insert it in the editor also with javscript like this:

var

 

str = '<img id="Tempdivphoto{1}" alt="" src="/BCW_Web/PhotoFeeders/GetNewTempForumPostPhotoThumbNail.aspx?ForumPostTempPhotoIndex={2}"/>'

 

 

var tempstr = String.format(str, temvt.get_Title(), indexcount, TempPhotoArrayIndex);

 

temvt.set_ObjectString(tempstr);

$find(Posteditor).setFocus();

$find(Posteditor).pasteHtml(tempstr);

but always it inserts at the top instead of where the insertion point originally was.

Ravi
Top achievements
Rank 1
 answered on 09 Dec 2015
3 answers
383 views

I have a step in my wizard that collects basic information for the user AND the user's spouse but only if the user chose Include Spouse in a previous step.

One way I've thought of resolving this is by duplicating the step called Personal Details in the first one having the input controls for only the user and in the duplicate have input controls for both the user and the spouse. Then if the user chooses to include Spouse we can just hide/remove the unecessary step?

There doesn't seem to be anything in the API that allows you to affectively Switch Off steps and by that I mean they should dissappear out of the navigation and progress bars and the next button should know to skip them if they are switched off.

 

WizardStep.hide - just hides the content of the step
WizardSteps.remove - throws exception "TypeError: c.unselect is not a function" (Javascript)
WizardSteps.removeAt - same as previous exception

 


 
Plamen
Telerik team
 answered on 09 Dec 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?