Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
178 views
Where can i find the Installation Instruction for ASP.NET RadEditor for MOSS Lite Edition? The help file included on the zip file is broken.

The installation instruction on http://www.telerik.com/help/aspnet-ajax/moss-introduction.html is for "RadControls for ASP.NET AJAX".

Is the installation for "ASP.NET RadEditor for MOSS Lite Edition" the same as "RadControls for ASP.NET AJAX"?

Thank you.
Stanimir
Telerik team
 answered on 24 Dec 2010
1 answer
158 views
I have a button placed on a pretty large page with a lot of controls and the icon/image does not render until I mouse over it.  Here is the way the control is coded on the page:
<telerik:RadButton ID="RadButton1" runat="server" Text="Apply" Skin="Windows7" Width="150px" CssClass="ie7buttondist">
    <Icon PrimaryIconUrl="~/Images/Apply14.gif" 
        PrimaryIconWidth="14px" PrimaryIconHeight="14px" PrimaryIconLeft="20px" 
        PrimaryPressedIconUrl="~/Images/Apply14.gif" 
        PrimaryHoveredIconUrl="~/Images/Apply14.gif" />
</telerik:RadButton>

I already know what you are going to say, "we could not recreate the problem on our end"  I'm aware that this works if you place it on a form by it self.  I can get it to work on simple form.  The problem lies when this is placed on a form with a lot of other control.  Is there a way to force a refresh on the button?  Is there a style I should be setting?  Should I not bother to set the URLs in the HTML and do it in the VB code behind?
Pero
Telerik team
 answered on 24 Dec 2010
1 answer
130 views
can some give sample code for Grid with model popup extender in hyper link,
and also select multiple records by using check box and pop up the values
Princy
Top achievements
Rank 2
 answered on 24 Dec 2010
1 answer
49 views
Hi Shinu,

  I tried that, but that radwindow is not stay in that main page... after click on the date is opened immediately is closed.....can you tell me what to do?
Shinu
Top achievements
Rank 2
 answered on 24 Dec 2010
1 answer
60 views
I want to create a RadWindow that will hold 4 combos, each with their own datasource.  When the user clicks ok, I want to pick up the selected item of each of the combos and pass that data along to the grid on the main page so that the grid does a rebind.  All the examples I see are for getting just one value.  I'd appreciate any help.  Thanks.
Shinu
Top achievements
Rank 2
 answered on 24 Dec 2010
2 answers
74 views
Dear Team,
An Image worth a thousand word. kindly find attached the bug when using dropdowncolumn in radgrid. when you click on the dropdown the items just appear in the wrong position. your feedback is highly appreciated.
Kind regards.
 
basem
Top achievements
Rank 1
 answered on 24 Dec 2010
2 answers
62 views
Hi,

Can I sort the Grid after binding? For example: I have the Datasource with 50 rows and bind it to Grid (10 rows per page). After binding, I want to sort on specific field and only on the specific page of the Grid, can I do that?

Thanks a lot
Dan
Dan
Top achievements
Rank 1
 answered on 24 Dec 2010
4 answers
270 views
I need to know how to set the background color of a group header cell to something other than white.

here is the back end code that I have tried.

Attempt 1
protected void RadGrid1_ExcelExportCellFormatting(object source, ExcelExportCellFormattingEventArgs e)
{
    GridDataItem item = e.Cell.Parent as GridDataItem;
    if(item.ItemType == GridItemType.GroupHeader)
        item.Style["background-color"] = "#FFFF00";
}


Attempt 2... which did not work either. I have Group: as my header text... I guess I was hoping that it would grab that info...
protected void RadGrid1_ExcelExportCellFormatting(object source, ExcelExportCellFormattingEventArgs e)
{
    GridDataItem item = e.Cell.Parent as GridDataItem;
    if (e.Cell.Text.Contains("Group:"))
        item.Style["background-color"] = "#FFFF00";
}

I am exporting using ExcelHTML.

Thanks,

Dustin
Daniel
Telerik team
 answered on 23 Dec 2010
4 answers
128 views
Is there any easy way to disable features within the recurrence panel when creating/updating appointments? For example, I want to use monthly recurrence, but I do NOT want to allow the user to select a monthly interval -- I want the appointment to occur every month. So, I would like to leave everything as-is, but disable/hide the controls that allow the user to select a monthly interval. I'd also like to change the text from "every month(s)" to "every month", since that's all I'll be allowing. I've been working on this all day, and it's really driving me insane now. Surely there's some way to manage this type of configuration without creating completely custom templates, right? PLEASE HELP -- I'M DESPERATE!

Thanks for your help,
Landon
Landon
Top achievements
Rank 1
 answered on 23 Dec 2010
1 answer
55 views
I am having a little issue here. I've got a big shiney RadGrid with a nested table view, inside of which there is a RadMultiPage with a RadTab, 3 Tabs, and 3 PageViews. Sounds like fun already, doesn't it?? Yeah, it is.

Anyway, inside the first page view, there is another separate RadGrid (I'm kind of new to this, so I'm not sure if the radgrid inside the pageview inside of the NestedViewTemplate would be an independent RadGrid or a child of the first RadGrid..bear with me, bear with me.). So, within this child...grid... thing, there's naturally a bunch of columns and rows, and a column of edit buttons and a column of delete buttons that do their jobs just they way they should.

So in here there is a RadComboBox, which is populated from... somewhere... a table in our database that has just, like, a list of types you are able to choose from.

My quandary is thus: How do I get it to choose all the rows in that table (that's populating the RadComboBox) except ONE!? No matter what I do, all I can get it to do is make that value not show up in the values that the table is already displaying, but whenever I open that combo box again when I try to edit, that value is still there!!!

I'm terribly new to this stuff. Please be gentle.
Amber
Top achievements
Rank 1
 answered on 23 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?