Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
165 views
This seems like a really basic question, and I feel a little silly for asking...

I have an entity model, including two tables:

Table: Products
Product ID - PK
Code
Description
CategoryID - FK

Table:  Categories
CategoryID - PK
Code
Description

Using a RadGrid with an EntityDataSource control, I can't seem to figure out how to have the grid display a list of products that includes the Product Code, Product Description, and Category Description. 

Again, I feel like I'm missing something very simple, so I apologize - I've done lots of searching and have found examples for hierarchies, combos in edit mode, etc - all I'm looking to do at this point is just display the fields. 

Thanks!

Nikolay Rusev
Telerik team
 answered on 15 May 2010
6 answers
85 views
Hi, I implemented a programatically created grid on Page Init as in this example.  I have some columns with AutopostbackOnFilter=true and others that use the generic filter dropdown to get filtered.  However, when I filter by one column it works great, but when I want to filter by a second one (filter by one and then filter by the other one (2 active filters)) it erases the value from the first filter and only filters by the last one.

Is there any know solution to this issue since the grid is entirely created on Page Init??

Thanks,
Manuel
Iana Tsolova
Telerik team
 answered on 15 May 2010
1 answer
93 views
I  am popping up a graphic with the the telerik tool toop. I don't want any skin at all, I just want my graphic to pop up. Is there a way to specifiy this?

So Far I have set to false:

EnableEmbeddedSKins = false
EnableAjaxSkinRendering = false
Petio Petkov
Telerik team
 answered on 15 May 2010
1 answer
110 views

I have inserted sliding panes with the TabView="ImageOnly" and IconUrl properties set.  This worked, but the appearance is odd because the image only fills the center portion of the tab - the edges of the tab still have a Gray color.

I saw a previous thread where the solution suggested by a Telerik support rep was to set the Width property of the tab.

So, my question is, if that is the correct solution, how do you set the Width of the tab?  I tried inserting a Width property into the RadSlidingZone, RadSlidingPane, no luck.  The Tab has an IconUrl property set, but there's extra space around both sides of the image, and it looks odd.

Thanks,
Shahryar
Tsvetie
Telerik team
 answered on 15 May 2010
1 answer
55 views
Hi

I want to change the a few styles of all comobo boxes with Skin = webblue without adding a new skin.

I have tried the following which I had thought would work but to no avail

div.RadComboBox_WebBlue .rcbDisabled
{
     color : black
}

Basically want to just change the color of the text disabled combo boxes - also to make the lower edge of the text visible (in webblue there is now lower edge)

Regards
K

Kieran
Top achievements
Rank 1
 answered on 15 May 2010
1 answer
116 views
Hello everyone,
can someone provide me with a simple progress bar indicator when user type in search criteria and click on search button?
thank you very much.
Vinkel
Top achievements
Rank 1
 answered on 15 May 2010
3 answers
142 views
I am using a RadSlidingPane, with the TabView set to ImageOnly. The splitter's orientation is horizontal. The sliding pane is the only tab in the sliding zone, and it occupies 100% of the available width. I am trying to get the image referenced by the sliding pane's iconurl attribute, to align horizontally in the center of the tab. I am working with a customized version of the Outlook skin. Can you please show me how to accomplish this with the Outlook skin.

Thanks,
Kory
Tsvetie
Telerik team
 answered on 15 May 2010
2 answers
119 views
Hi,
Greeting,

Recently we updated  RadControls "Prometheus" for ASP.NET in our project, in that we facing some issues.

1.Im not seeing any control in the name of 'RadScriptManager' in my ToolBox,  but the control used in Online Demo and Code Library of Telerik sites.

2. Also im not able see RadGrid in Toolbox.

Can anyone help to solve this issues, so only i can move forward.

Thanks and Regards
Jeyaraman


Sebastian
Telerik team
 answered on 15 May 2010
1 answer
92 views
I am trying to implement Export functionality in Multilevel Grid. I came to know that this is currently not supported in RadGrid.

As a workaround i am trying to get the Multilevel grid data into a Datatable and progrmatically create a RadGrid

and call the export methods on the RadGrid.  To do this i created a Button on webpage and when  the button is clicked i am doing the

following. I took this code from this post
http://www.telerik.com/community/forums/aspnet-ajax/grid/exporting-programatically-created-grid.aspx
This works fine if make a normal call. If i make a ajax call the export is not working. The call is made to server side but after the method is executed the Save dialog box is not showing up. It shows up if i make a non ajax call. I trying to attach the whole project , but it is not allowing me to add Zip files.

Thanks,
Sravan

RadGrid RadGrid1 = new RadGrid(); 
          XmlDataSource xmlSource = new XmlDataSource(); 
          RadGrid1.ID = "RadGrid1"
          this.PlaceHolder1.Controls.Add(RadGrid1); 
          xmlSource.DataFile = @"~/XMLDB.xml"; 
          RadGrid1.DataSource = xmlSource
          RadGrid1.Rebind(); 
          RadGrid1.ExportSettings.OpenInNewWindow = true
          RadGrid1.MasterTableView.ExportToExcel(); 
Daniel
Telerik team
 answered on 15 May 2010
1 answer
95 views
The automatic edit form provided by the RadGrid creates a control for each item in the datasource... If I need to change the control type of one of these items, for example, change a standard TextBox to a DropDownList that has its own datasource, do I have to abandon the automatic edit form totally and use Templates?

thanks,
Martin
Telerik team
 answered on 15 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?