How can I use (Gauge - Volume Control in RadGrid) Like (RadRating in RadGrid) Sample
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 !
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!
Please see the attach first, it is part of RadGrid.
When I click next page, how can I fire server and client side event ?
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
<
div
id
=
"grid"
></
div
>
<
script
type
=
"text/x-kendo-template"
id
=
"myUpdateTemplate"
><
div
id
=
"tempCode"
>// here my template code</
div
></
script
>
<
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
>
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");
var val = $("#tempCode").kendoValidator({
// my custom validation rules and messages are here
}).data("kendoValidator");
kendoValidator()
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
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