Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
146 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
121 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
40 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
48 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
69 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
58 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
234 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
116 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
48 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
4 answers
203 views
can i disable transfer function on certain item? in my case, if the item has value of 0 or "" or the item is enabled = false then do not allow transfering on that item. can i do that on client side? please help. thanks.
Arpit
Top achievements
Rank 1
 answered on 23 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?