Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
107 views
Hello,
 
I have downloaded the "Sample Applications with RadControls for ASP.NET AJAX" from your site and I  am working on the contents of the 'CRM'  folder
 
I have the following queries related to the ASP.NET AJAX RAD Grid
 
1) Is there any possibility of re-sizing the columns as we do in MS Excel ?
 
2) Is there any possibility of re-ordering the columns ?
 
3) Is it possible to sort the data at the client side by clicking on the column headers ?

It will be great if you can send me the code snippet for the above
 
Thanks,
krishna.
Dimo
Telerik team
 answered on 25 Aug 2008
8 answers
176 views
Good day,

I'm trying to increase the header height within the comboBox's dropdown list.  The is comboBox is version=2008.1.619.35.  I am using the built-in Sunset skin.  The comboBox is being used within a user control.  The user control is being used within a RadGrid.  The website has been setup to master/detail aspx pages.

Thanks.
Dan
Top achievements
Rank 1
 answered on 25 Aug 2008
4 answers
178 views
Code in aspx page that contains editor:
protected void Page_Load(object sender, EventArgs e)
{
 if (IsPostBack)
  return;

 editor1.CssFiles.Add("~/editing.css");

 //more stuff...
}

editing.css is in the root of the site and has this in it:
h1 {color:red;}

Unfortunately this has no effect on the paragraphs dropdown, where "Heading 1" appears with default style. Applying H1 to a random text in the editor also has no expected effect.
Is "~/editing.css" supposed to be accessed by code serverside or clientside? Firebug shows me no requests to this file...

Steve Willer
Top achievements
Rank 1
 answered on 25 Aug 2008
1 answer
111 views
Hello,

I would like to display the contents of a radgrid selected cell by opening a popup window that contains a radeditor.  Any suggestions?

Thanks,
Anthony
Georgi Tunev
Telerik team
 answered on 25 Aug 2008
5 answers
187 views
Is there a way to implement the following layout:

View: DayView
GroupBy: Resource
fixed column widths
fixed (frozen) hour column and control header
horizontal scrollbar

Where the user can scroll horizontally to view hidden resource columns, while the hours column and control header remain fixed?
Alex Gyoshev
Telerik team
 answered on 25 Aug 2008
5 answers
322 views
There is a datepicker in grid as templatecolumn.In edit mode it is working, but i dont know how to show the selected date in display mode of grid.
i wrote code below but it gives  "Specified cast is not valid." error.

<radG:GridTemplateColumn HeaderText="Date" SortExpression="Date" UniqueName="Date" ItemStyle-Width="12.5%">

<ItemTemplate>

<asp:Label runat="server" ID="lblDate" Text='<%# Eval("Date") %>'></asp:Label>

</ItemTemplate>

<EditItemTemplate>

<radCln:RadDatePicker runat="server" ID="datePicker" SelectedDate='<%# Bind("Date") %>'></radCln:RadDatePicker>

</EditItemTemplate>

</radG:GridTemplateColumn>


Shinu
Top achievements
Rank 2
 answered on 25 Aug 2008
1 answer
134 views
Hello alll
i am having a rad tabstrip with multipage facilty
i  need to dynamically  load usercontrol according to the request of tab click .
how can i dynamicall load the user control in the pageview on each tabs

Also i want to call a public function from this user control when i raise a event outside the user control.

Reply  Expecting Soon
Mathews Baby
Paul
Telerik team
 answered on 25 Aug 2008
8 answers
375 views
I want to add a column says "Delete Link Button" to the last column of the RadGrid which is already binded with the datasource

Can any one help me for this issue..

Thanks & Regards, 
Sushanth Mathew 
Sushanth
Top achievements
Rank 1
 answered on 25 Aug 2008
1 answer
101 views
Hi there,

I want to be able to have an uneven scale on the slider.
for example:

-20 -10 0 1 2 3 4 5 6 7 8 9 10

The requirment is that this would be reflected in the size of the gap between points on the slider and the distance the handle would move. i.e the gap between -20 and -10 would be greater that between 1 and 2.

Is this in anyway possible?
Tsvetie
Telerik team
 answered on 25 Aug 2008
1 answer
47 views
Hello, I'm upgrading from q1 2007 to Q2 2008 this week.
Where are the updgrade notes? I have looked everywhere.

The upgrade notes should explain
  1. to delete the /RadControls/ folder.
  2. Rad Editor is now .Content instead or .html to read the html value
  3. Where do I save all the skins? In my app theme folder on on the root dir?

Princy
Top achievements
Rank 2
 answered on 25 Aug 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?