Telerik Forums
Kendo UI for jQuery Forum
0 answers
43 views

Hi everyone,

I have a problem with kendo checkbox they work usually fine but on display with zoom scale plus 100% and in a certain range of resolution stop working and they have also a visual bug, attach image for clarify.

no work


work fine

david
Top achievements
Rank 1
 asked on 03 Mar 2023
0 answers
145 views

I am using a boolean field in my kendo grid:

"activePin"

model: { id: "id", fields: { accountId: { editable: false }, accountName: { validation: { required: true } }, operatorGroupName: {}, pinCode: { editable: false }, email: { }, cellPhone: { }, note: { }, activePin: { type: "boolean" }, eqpAccess: { editable: false }, } }

The value of this field is set to true or false based on the value of a status field in the read data:


parse: function(response) {
	for (var i = 0; i < response.length; i++) {
		if (response[i].status === 'A') {
			response[i].activePin = true;
		}
		else {
			response[i].activePin = false;
		}
	}
	return response;
},

The column in my grid displays correctly, and when the row is edited, correctly displays a checked checkbox

when true, and an unchecked checkbox when false.

 

In edit mode, if I check the checkbox and press update, the model data being sent to my transport Update or

Create functions is always false, regardless if the box is checked before clicking update.

 

Not sure what I am missing?

Hunter
Top achievements
Rank 1
 asked on 26 Oct 2022
0 answers
158 views
Hi Team,
 
Need clarity about Kendo Grid - Header template is DropDown List.
I have more than one column in Grid datasource which contains 10 rows of records. Applied filterable true for each and every column. I selected the first column filtered with some value. Which is showing 5 rows. Selected some other row which is not filtered the values from the 5 rows. Showing the filtered results from the 10 rows.
 
But I need to show the results from 5 rows. How can I achieve it?
Please help me with this issue. I need your response.
Kindly check and let me know as soon as possible.
Karthika
Top achievements
Rank 1
 asked on 09 Jun 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?