Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
81 views
Hi,

We have existing web tool designed and developed with ASP.Net 3.5 framework and Telerik Rad Ajax control ( like telerik Rad Ajax control ( Rad Grid , Model Popup,RadTreeView)  we are using Telerik.Web.UI dll with version (2009.1.311.35), 
we wanted to run our tool on different plat forms like Android, I phone and other Smart clients.
Can you suggest what would be the best way to do?
Peter
Telerik team
 answered on 18 Jul 2012
8 answers
289 views
I want to create a sprite to use with the left menu item image, there is no class for left menu image or left menu image hover. Now I can add a image with image url property but i have 35 links and thus 35 calls to the server for the individual left menu items images alone. I would like to reduce that to one call to a sprite for all left menu items using css.
How can this be done?
Thanks
Don
Martin Roussel
Top achievements
Rank 1
 answered on 18 Jul 2012
3 answers
262 views
Hello,

I need some advice on what control i need to use to organzie my grids and other controls.. I want 2 grids side by side but i seem to beunable to do this. Whats the best way to organize controls?
Shinu
Top achievements
Rank 2
 answered on 18 Jul 2012
5 answers
129 views
Hi All,

I am using a radrating nested on a repeater control. Everything works fine in Firefox, but when viewing the same page in IE, the rating control doesnt show.

Has anyone seen this issue before?

Iain
Niko
Telerik team
 answered on 18 Jul 2012
1 answer
142 views
Dear Sir/Madam,
Am using RadChart control to display data. Image size which is being generated in chart control is around 12KB to 13KB. As am using 60 chart control in page and i need to upload these images along with some text to pdf. Now am getting pdf file with size around 500 KB, which is not suitable for my requirement.

Is there any way to reduce chart image size (5 or 6 kb) which is generated in Chart Control ?

Thanks in advance

Thanks,
Sumanth
Petar Marchev
Telerik team
 answered on 18 Jul 2012
1 answer
182 views
Hi,

Just a question which has been bugging me regarding the AjaxControlID with a Pop Up Window refresing the Parent Grid
I've always used this method http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window

to refresh the Grid in the Parent. The point here is that in order to have the RadGrid to be refreshed, we need the Initiator ( AjaxControlId to be that of the AjaxManagerProxy ) with the AjaxRequest ( Since the ajax is called client side in the RefreshGrid() js in the parent)

However, it sounds like any ajax request done will always refresh the RadGrid, is it the case?
May be I'm missing something because I dont understand it correctly but Initially I thought I should restrict the initiator to be the lowest denominator ... hence the RadWindow Control ID.

Similar to If I have a button or DDL which causes a partial post back, I would put the ID of the button or DDL. WHy putting the ID of the Window Control does not trigger the Refresh of the Grid?

 Also let's assume I have 2 AjaxSettings; (RadAjaxManagerProxy1, grdList) and (cmdMyDropDown, rptAnotherList) declared in the mark up. Does it mean when cmdMyDropDown causes an ajax request, it will update both the grdList and rptAnotherList ?


Thanks 

 

Maria Ilieva
Telerik team
 answered on 18 Jul 2012
1 answer
163 views
Hello all ..

i've a nested radGrid2 into RadGrid1 ..
Both have paging ,,
but in the inner radgrid, when i click page2 (e.i.) , it disappears and when i collapse and then expand its parent row , I can see the data from the page 2.
Jayesh Goyani
Top achievements
Rank 2
 answered on 18 Jul 2012
0 answers
120 views
Hello,

I'm want to convert this sql query to Entity Framework,
how can I do it?

this is the code(found the popular HobbyCode):

select HobbyCode,count(HobbyCode)
from UserFavorites
group by HobbyCode
having count(*) >= all (select count(HobbyCode)
from UserFavorites
group by HobbyCode);

Thanks a lot.
Asaf.
Asaf
Top achievements
Rank 1
 asked on 18 Jul 2012
1 answer
60 views
Hi,

http://www.telerik.com/help/aspnet-ajax/grid-custom-editors.html


I tried to follow the example in the help tutorial above. It works fine.
However, I have some GridTemplateColumn that I need to create GridTemplateColumnEditor for it (programmatically), and this help tutorial does not have example for that.

Would you please show me an example of creating GridTemplateColumnEditor programmatically?


Thanks

Lamk.
Andrey
Telerik team
 answered on 18 Jul 2012
1 answer
99 views
I need to have a progress bar inside my grid
<ItemTemplate>
 <div id="progress_bar" class="ui-progress-bar ui-container">
  <div id="PBar" class="ui-progress" style="width:0;">
  <span class="ui-label" style="display:block;"> <b id="PValue" class="value">0%</b></span>
  </div><!-- .ui-progress -->
 </div><!-- #progress_bar --> 
</ItemTemplate>
 for (var i = 0; i < rows.length; i++) {
                masterTable.getColumnByUniqueName("IDMailing").get_element(); //accessing Bound Columns
                idMailingToWrite = rows[i].get_cell("IDMailing").innerText;

                    if (idMailingToWrite == idMailingToFind) {
                        var pbar = rows[i].findElement("PBar");
                        pbar.style.width = progressValue + "%";

                        var PValue = rows[i].findElement("PValue");
                        PValue.innerHTML = progressValue + "%";

                    }
            }

the problem is that as I access to the div to write the value it always is the first div, I mean the one of the first row of the grid no matter of what row really is.

how can I access to the right div?

Thank you


Jean-Marc
Top achievements
Rank 1
 answered on 18 Jul 2012
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?