Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
63 views

How can I use (Gauge - Volume Control in RadGrid) Like (RadRating in RadGrid) Sample

 

Ianko
Telerik team
 answered on 22 Dec 2016
3 answers
791 views

Hello,

The RadGrid events for the  GridClientSelectColumn , eludes me .  I think we can make the assumption it contains a check box.  But how do we inspect client events/state on this control .

 

[in client/javascript]

I simply want to know , when a user clicks on one (or more) check boxes in the GridClientSelectColumn , to determine if they checked or unchecked the row ?

The purpose : I am trying to hide a RadButton , if none of my ( GridClientSelectColumn ) rows are selected.  However, if even one is selected, I want to show my RadButton.  I also need to take into account if the user clicks on the column header checkbox ( [de]selecting all ) .

 

Thank you for your guidance !

Viktor Tachev
Telerik team
 answered on 22 Dec 2016
10 answers
325 views
Hi,

We have a RadAsyncUpload located in a custom menu-like component (a div that is displayed/hidden with a client script).

When this div is hidden (user is clicking a close button), we want to cancel all uploads that are currently active.
We have did this by calling deleteAllFileInputs() function on the async upload, this did seem to work, but I noticed that the actual upload is not canceled when calling this method, it is still running in the background and other client events might be called (such as OnClientFileUploadFailed)...

Is there any other way to actually cancel all current uploads with a client script?

Regards
Caesar
Plamen
Telerik team
 answered on 22 Dec 2016
1 answer
60 views

It maybe something changed in chrome that caused issue on some skin of the PanelBar not displaying correctly?  On IE, it seems to be ok, but on Chrome, some skin (e.g. Default, Office series), on the highlighted item, the "text" and part of the "highlight" would be missing.  Will there be a patch coming out for this issue?

 

Thank you!

Bozhidar
Telerik team
 answered on 22 Dec 2016
1 answer
118 views

Please see the attach first, it is part of RadGrid.

When I click next page, how can I fire server and client side event ?

Eyup
Telerik team
 answered on 22 Dec 2016
7 answers
750 views
How to select all rows ina RadGrid Using a Link Button in CommandItemTemplate and also how to deselect all rows in a RadGrid using another link button in CommandItemTemplate.

Eyup
Telerik team
 answered on 22 Dec 2016
3 answers
90 views

Hi

im using RadGrid with  AllowScroll="True" UseStaticHeaders="True".

also, TableLayout="Fixed" and i not using ItemStyle-Width.

when i got scrolling the header is not aligment with the data. atteched screenshots

reproduce on 

2016.3.1027.40 and 2013.3.1114 versions

Patrick | Technical Support Engineer, Senior
Telerik team
 answered on 21 Dec 2016
3 answers
371 views
I have a Kendo grid to this div
<div id="grid"></div>

Then I have a custom popup template like below...

<script type="text/x-kendo-template" id="myUpdateTemplate"><div id="tempCode">// here my template code</div></script>

In my script I have grid code and custom validation code

<script>      $(document).ready(function () {
 
     var grid = $("#grid").kendoGrid({// my grid code in here});
 
     var val = $("#grid").kendoValidator({
     // my custom validation rules and messages are here
     }).data("kendoValidator");
 
     }); <script>

My question is how I bind the validation with my update popup.
Here is ways that I try to do that : I add grid id to validation object....

var val = $("#grid").kendoValidator({
 
 
// my custom validation rules and messages are here
 
 
 }).data("kendoValidator");

Not working .....

Then I add template id to grid object ..

var val = $("#myUpdateTemplate").kendoValidator({
 
 
// my custom validation rules and messages are here
 
 
 }).data("kendoValidator");

Not working ...
Then I add a inside div id to validation object..

var val = $("#tempCode").kendoValidator({
 
 
// my custom validation rules and messages are here
 
 
 }).data("kendoValidator");

Not working.....
So I am asking can we add 
kendoValidator()
 object to custom grid update popup ??

Marin
Telerik team
 answered on 21 Dec 2016
3 answers
478 views

Hello, Im using Radcombo with checkboxes. When selecting, items are shown in order i checked them. After postback they are sorted in ascending order.

I checked C, B, A and A, B, C is shown. I need to preserve order i checked.

I didn't find a property to prevent this like (SortCheckedItems='false'). Is there any way how to achieve this?

Thanks

Ivan Danchev
Telerik team
 answered on 21 Dec 2016
1 answer
2.9K+ views

When the telerik button control is pressed page gets refreshed and erases all the data in the text boxes in the same page. How to Avoid Refereshing the page....

Tried below things did not work:

1. Upgraded to .NET Framework 4.0 to 4.5.2
2. Upgraded telerik from 2014.3.1024.40 to 2016.1.225.45

Bozhidar
Telerik team
 answered on 21 Dec 2016
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
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
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?