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

We have couple of pages in our application whcih will have grids with huge amounts of data. Agreed to an extent the number of rows on grid can be controlled by paging but i feel its really performance intensive because it has to redraw all the rows currently shown on the screen for any grid action.. if i just want to edit 1 row i should be able to ajaxify it to return and refresh only 1 TR from the table.

Is that possible? 

ThanKS,
pARAG
Antonio Stoilkov
Telerik team
 answered on 15 Mar 2013
1 answer
87 views
hello,
I am creating a grid server side in c# code:-

in CreateChildControls

rg.SortCommand += new GridSortCommandEventHandler(rg_SortCommand);
rg.MasterTableView.AllowSorting = true;
rg.MasterTableView.AllowCustomSorting = true;

I have enable sorting on each column created:-

boundColumn.AllowSorting = true;

The sort is enabled on each column. When i click on the column title there is a page postback but the event handler
"rg_SortCommand" is not called.
Shinu
Top achievements
Rank 2
 answered on 15 Mar 2013
5 answers
181 views
 Hello

I am using a radgrid to display my data and then using its inbuilt property of exporting to pdf to export my data into a pdf file.

But I don't know why the width of the first column is too much ,I tried to set it i the itemcreated event of the grid but it only affects the grid on the web page not in the pdf.

And  I  also want to have borders between each cells in the pdf

Can anyone help me with this.
I would really appreciate it.

Thanks in advance.

Soham
 
Siva
Top achievements
Rank 1
 answered on 15 Mar 2013
9 answers
1.0K+ views
Is there a way to set the tooltip for a column header?  Currently when I hover over a column header containing an image, i get the 'Drag to group or reorder' tooltip.  When it is a text column, I get the 'click here to sort' tooltip.  I would like to have a custom tooltip that describes the column itself.  Is there a way to do this in the radgrid?

Thanks,
Eyup
Telerik team
 answered on 15 Mar 2013
5 answers
966 views
As soon as a dropped a RadAsyncUpload control on the page, I started receiving the error above (the title).  If I view the application locally it runs just fine.  I run it on the server, it displays the error.  On the server (Windows Server 2008 R2 Standard, IIS 7.5) the registry key HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control > LSA > FipsAlgorithmPolicy is enabled, locally it is not.  I read that rad controls are FIPS compatibile and am wondering why this is giving me issues.  I have tried adding the machineKey with 3DES and still get error. I have set debug="false" in web.config and still get error.  I am unable to remove the registry key.  Any guidance on what to do to get this to work?

Application Web.Config
...
<

system.web>       
  <
customErrors mode="Off" />      
  <
compilation debug="true" strict="false" explicit="true" targetFramework="4.5" />       
  <
httpRuntime targetFramework="4.5" />     
</
system.web>
...

Just updated my control set to the Q3 2012.

Daniel
Telerik team
 answered on 15 Mar 2013
4 answers
298 views
I have upgrade Rad Controls for ASP.NET AJAX to Q1 2013 from Q3 2012. I have a problem in below Server Side Rad Button control on click event and client side validation are not performed when Validation Group is set to true. Also grid parent item value return null during update.

I have tried internal builds from this below link from the forums. But still same thing happen.

http://www.telerik.com/community/forums/aspnet-ajax/button/in-q1-2013-server-side-onclick-event-and-client-side-validation-are-not-performed-when-validationgroup-is-set.aspx

So I plan to roll back earlier version i.e Q3 2012. I can't able to roll back. Please help how to install Q3 2012 version instead of Q1 2013.

Thanks in advance. 

Regards,
Chee.

Danail Vasilev
Telerik team
 answered on 15 Mar 2013
6 answers
284 views
Hi,
I need help from u,
I have a gridbuttoncolumn(linkbutton),i need to open a window on oncommand,and i am opening successfully but original page is refreshing when oncommand(client events) fires..please help me how to avoid page refresh on oncommand of gridbuttoncolumn(linkbutton).
Kostadin
Telerik team
 answered on 15 Mar 2013
1 answer
102 views
Hi All,

I want the tagcloud items to have different text color based on its font weight. how to achieve the same. please help.

Thanks,
JC.
Princy
Top achievements
Rank 2
 answered on 15 Mar 2013
1 answer
65 views
Hi All,
How to check if the tagcloud contains a certain item using javascript?

Thanks,
JC.
Princy
Top achievements
Rank 2
 answered on 15 Mar 2013
6 answers
503 views
I realize that the scheduler control has a TimeZoneOffset property where I could enter the offset from UTC/GMT.  I was wondering if it had some property for DST support?

When I create an event for a date that is before daylight savings, the time zone offset works fine:  Using monthly view, double clicking on a day before daylight savings went into effect shows the appointment startdate at 00:00 am for that date and the end date is 00:00 the next day - which is correct.  However, when I double click to create an appointment on a day after daylight savings has taken effect, the appointment start date becomes 01:00 for that date, and the end date is 01:00 for the next day, which is an hour extra (due to daylight savings).

Is there a way to handle this or will we have to implement our own code?  Thanks
Plamen
Telerik team
 answered on 15 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?