Telerik Forums
Kendo UI for jQuery Forum
1 answer
422 views
Is there a simple way to search the whole grid instead of only a specific column?
Patrick | Technical Support Engineer, Senior
Telerik team
 answered on 28 Oct 2016
4 answers
412 views

We are using the Kendo Pivot grid wrapped in Angular2 component. We are able to populate the pivot grid, but we are facing some issues in the following items
1. How do I change the background-color of the columnheader or grouping header in Pivot grid. I tried applying the following css in the custom.css but it is not getting affected with the grid.
.k-grouping-header k-grid-header th.k-header{
    background-color: #F7F7F7 !important;
}
2. How do I get the Subtotals at the group level and Grand total at the overall level? 
3. how to include the Grouped column name along with "All" in the group by RowHeaders (please refer the snapshot attached for more details)

Can anyone help me with these issues?

 

Dimiter Topalov
Telerik team
 answered on 28 Oct 2016
1 answer
316 views

How do I change the background-color of the columnheader/rowHeader or grouping header in Kendo Pivot grid. I tried applying the following css in the custom.css but it is not getting affected with the grid. These classes are originally present in the kendo.common.min.css and I want to override it my custom CSS class.

how do I change or override it?

.k-grouping-header k-grid-header th.k-header{     background-color: #F7F7F7 !important;}
Eduardo Serra
Telerik team
 answered on 28 Oct 2016
2 answers
218 views

We generate a Json DataSource with C# and passing it to a JavaScript var.

var gridAllMessagesData = <%= gridAllMessagesDataSource %>;

        $(document).ready(function() {
            $("#GRIDAllMessages").kendoGrid({
                dataSource: {
                    data: gridAllMessagesData,
                    ...

Beacause of this we have to load all Data at pageload, which causes very big performance issues.
Ist there any way to load only the grid page, which the user is visiting?

Or is there any best practice to pass data to a Kendo UI grid with ASP?

Ivo
Top achievements
Rank 1
 answered on 28 Oct 2016
1 answer
320 views

In our below case:

http://dojo.telerik.com/irEje/2

1. Select in the second row: Org 3, so that the multiselection value is Org4, Org 3

2. Click outside the grid

3. Select again in the second row: Org 3, you will see that the value becoms: Org4, Org3, Org 3

Georgi Krustev
Telerik team
 answered on 28 Oct 2016
1 answer
320 views

Hi,

I'm trying to add http header to transport read in angularJS.

I use bellow option, but It did not work. I think this is because JQuery function did not work in angularJS frame. Can you give me some guide?

            beforeSend: function(req) {
                req.setRequestHeader('Authorization', auth);
            }

 

PS, could you give me some information for Kendo UI Integrate angularJS. I am not sure Kendo UI will work perfectly in angularJS. I use angularJS 1.X.

Thanks very much!

 

 

Stefan
Telerik team
 answered on 28 Oct 2016
1 answer
251 views

We want to do some calculations to determine if the axis labels and legend box of the chart should be displayed based on the plot area size(check blue highlighted areas on attached image).
Is there any way to get the size/dimensions for that element?

 

Daniel
Telerik team
 answered on 28 Oct 2016
15 answers
235 views
Hi;

I've read that the TabStrip utlizes SecurityTrimming capabilities. Explcility stated in the documentation is if OnAuthorization returns HttpUnauthorizedResult then the tab item that made the request for the action will not be included. I have derived a class from AuthorizeAttribute and have overriden the OnAuthorization function and during a check I'm doing the following:
filterContext.Result = new HttpUnauthorizedResult();

After doing this the site stays on the Login Page. What do I have to do to make the TabStrip work with the authorization I placed.

Peter
Veselin Tsvetanov
Telerik team
 answered on 27 Oct 2016
4 answers
3.5K+ views
I'm having trouble using the option 'data' to send variables to the server with a get command when doing a read.

Example of the code that doesn't work:
var dataSource = new kendo.data.DataSource({
    transport: {
        read: {
            url: '/OFB/GetMijnUrenOpAct',
            dataType: "json",
            contentType: 'application/json; charset=utf-8',
            type: "GET",
	    data: {
		sendVar1: var1,
		sendVar2: var2
	    }
        } });

Instead I now use the following:
var dataSource = new kendo.data.DataSource({
    transport: {
        read: {
            url: '/OFB/GetMijnUrenOpAct?sendVar1=' + var1 + "&sendVar2=" + var2,
            dataType: "json",
            contentType: 'application/json; charset=utf-8',
            type: "GET",
        }
});
I also tried doing a POST instead of a GET.
Is there another way to do this?

tlaguz
Top achievements
Rank 1
 answered on 27 Oct 2016
8 answers
3.2K+ views

Hi,

 

we use our own bootstrap and kendo themes. All works well, but one problem: because we use a very dark accent color (default is #428bca, we use #242b46) the close icon (x) is not visible on the buttons. This happens because the x-sprite is black or a very grey dark that leads to very low contrast and quasi invisibility.

So please, how to achieve, that the x-sprite is white?

Thanks for your reply.

Bastian
Top achievements
Rank 1
 answered on 27 Oct 2016
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?