Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
140 views
Hi
I am trying to use the RadMenu control similar to the MegraDropDown example (http://demos.telerik.com/aspnet-ajax/menu/examples/megadropdown/defaultcs.aspx). How can i use the sitemap as a datasource for this example instead of hard coding the node values?  If i use sitemap as datasource, It's simply binding as normal parent child mapping instead i wanted to exactly the way mega dropdown looks in the example, but the data has to come from the site map. Can somebody post a sample data source for this mega dropdown?  Thank you!

-Jega
Dimitar Terziev
Telerik team
 answered on 27 Jun 2011
3 answers
738 views
Hi,
I want to set the default name for saving export excel file. Currently the file name is RadGridExport.xls. Please help. Thanks.
Jayesh Goyani
Top achievements
Rank 2
 answered on 27 Jun 2011
1 answer
117 views
Hi there.

I have a grid where I am binding a data table. The first column is a check box. The problem is that it is read only on the grid.

What I want is a column with a check box that can be checked and unchecked. Also i want the same with its header. When the header check box is ticked, all the other check boxes should be ticked as well.

This is what i have right now

<telerik:RadGrid ID="RadGrid1" runat="server" GridLines="None" AutoGenerateColumns="true">
   <MasterTableView>
        <CommandItemSettings ExportToPdfText="Export to Pdf"></CommandItemSettings>
 
        <RowIndicatorColumn>
            <HeaderStyle Width="20px"></HeaderStyle>
        </RowIndicatorColumn>
 
        <ExpandCollapseColumn>
            <HeaderStyle Width="20px"></HeaderStyle>
        </ExpandCollapseColumn>
        <Columns>
        </Columns>
    </MasterTableView>
</telerik:RadGrid>

System.Data.DataTable dt = new System.Data.DataTable();
 
System.Data.DataColumn column0 = new System.Data.DataColumn("IsEnabled", typeof(bool));
System.Data.DataColumn column1 = new System.Data.DataColumn("Rule", typeof(string));
System.Data.DataColumn column2 = new System.Data.DataColumn("Status", typeof(string));
System.Data.DataColumn column3 = new System.Data.DataColumn("Priority", typeof(string));
System.Data.DataColumn column4 = new System.Data.DataColumn("UpImg", typeof(string));
System.Data.DataColumn column5 = new System.Data.DataColumn("DownImg", typeof(string));
 
dt.Columns.Add(column0);
dt.Columns.Add(column1);
dt.Columns.Add(column2);
dt.Columns.Add(column3);
dt.Columns.Add(column4);
dt.Columns.Add(column5);
 
System.Data.DataRow row = dt.NewRow();
 
row[column0] = true;
row[column1] = "test";
row[column2] = "test";
row[column3] = "0";
row[column4] = "test";
row[column5] = "test";
 
dt.Rows.Add(row);
 
RadGrid1.DataSource = dt;
RadGrid1.DataBind();

Thanks in advance
Princy
Top achievements
Rank 2
 answered on 27 Jun 2011
2 answers
249 views
Hi Team,
 We are using Rad Combo boxes in my screen, I need to bind 50,000 records into a a combo box2 depending on the value selected in a combo box1. while binding Page is getting hanged. We are using Stored Procedure to bind the values into combo box2. Please give any suggestion on this ASAP.





Thanks
Alexis A

Cat Cheshire
Top achievements
Rank 1
 answered on 27 Jun 2011
9 answers
277 views
HI,
  The radtabstrip skin is not showing at all when rendered in IE7. It works ok in firefox.

Any advise how to make it work?

Thanks,
Sayak
Dimitar Terziev
Telerik team
 answered on 27 Jun 2011
2 answers
126 views

I have successfully managed to use the TelerikModalOverlay class to put an image behind a modal pop-up window, but I have a small issue in that the background image is not centered in the background and starts from the top-left of the browser. Below is the CSS I am using currently:

.TelerikModalOverlay
{
    background-position: center top !important;
    background: url(images/backgroundmain.jpg) !important;
    background-repeat: no-repeat;
    filter: alpha(opacity=99) !important;/*for IE 5.5+*/
    opacity: .99 !important;/*for FF 2x, Opera 9x*/
    -moz-opacity: .99 !important;/*for FF 1x*/  
    }

Is there any way to force the background image to be centered?

Thanks

Simon
Simon Maystre
Top achievements
Rank 1
 answered on 27 Jun 2011
2 answers
89 views
... on a per appointment basis.

That is to say, when I'm handling the AppointmentDataBound event, I do some tests to check whether, for that appointment, the user has sufficient rights to edit or delete an appointment and I set up the context menu accordingly. I'd like, when the user has insufficient rights to delete the appointment, to hide the delete button too.

So far all I've found are suggestions on how to hide it for all appointments.

Any suggestions?

-- 
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 27 Jun 2011
1 answer
54 views
After bind the radgrid to datasource to show the data with start /end date and  other fields in the grid. If the user input start and date on the date picker outside the grid, and click serch.  I like to filter the grid again use something like FilterExpression (?) instead of rebind the grid on server side, is it possible, how I can do that? where the code should put to?

Thanks.
Princy
Top achievements
Rank 2
 answered on 27 Jun 2011
3 answers
309 views
Hi,

Does telerik Treeview(asp.net ajax control) support paging as we have lots of data that is displayed in triee view. so keeping perofrmance in mind, can we have some paging feature in Tree view?

Kindly reply at the earliest

Rupinderjit Singh
Dimitar Terziev
Telerik team
 answered on 27 Jun 2011
4 answers
167 views

I have problem with RadGrid inside RadAjaxPanel.
When I create page inside RadAjaxPanel and I use action more then 20 times,
for 20 times I have no answer from sever, page display RadAjaxLoadingPanel and it's end.
I'm try delete 20 records one by one.
I'm attach files, it's not complete project. http://goo.gl/vOqCD
If someone had a problem I would be grateful for your help.
Sebastian
Telerik team
 answered on 27 Jun 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
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
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?