When I am adding a new row to the bottom of the grid , scroll bar(grid) is automatically moving to top, but it should scroll down,. Please help me to resolve this issue.
Thanks,
Arun
Hi Team,
We are using numeric text box in our application and facing issue in below scenario.
Step 1 : user entered the value 1.85 in the numeric text box.
Step 2 : Focus out the numeric text box
Step 3: Now Focus the numeric text box and press Ctrl + A to select the all the value and Now enter “.85” using keyboard then the expected result is “.850” should be entered in the numeric text box. But it is taking the input as “85.00”
Please refer the below image for reference.
Hi,
I noticed that the value of all DropDown components can be cleared with the inline clear "button", but not the DropDownList. Is there any way to get the same consistent behavior for the DropDownList so that it's inline with the rest of the DropDowns?
versus:
To be clear, I know that I can reset it by setting the value to "null", but I want to be able to do it via a "x" button.
Hi,
I need to pass custom props when I customize the expandable cell. But now its not accepting the custom props and its hide the expandable icon.
https://www.telerik.com/kendo-react-ui/components/treelist/cells/
I have a form and I am attempting to populate the initialValues with data returned from an API request.
const [customer, setCustomer] = useState({});
getCustomer(props.oidc, params).then((result) => {
setCustomer(result[0]);
});
I can see the data coming thru, although it does take it a second to return. I can see the state updating, but the data does not appear to be populating in the form. Is the data supposed to populate or am I missing something?
TreeList expanded working with "id" for expanding & collapsing. But I need use some other unique property instead of "id" for expanding & collapsing. In below example object "extension" has unique value. so how can I use "extension" for expand & collapsing.
employees = [
I am not able to edit in kendo react grid, which column have cell property. EnterEdit event is not triggering.
<GridColumn
field='gender'
title='gender'
width='110px;'
filter='dropdown'
cell={this.loaddgenderdropdown}
/>
Please help me to resolve this issue.
Thanks,
Arun