Telerik Forums
KendoReact Forum
1 answer
242 views

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

Stefan
Telerik team
 answered on 13 Aug 2021
1 answer
94 views

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.

 


Stefan
Telerik team
 answered on 13 Aug 2021
2 answers
2.0K+ views

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.

Pieter
Top achievements
Rank 1
Iron
Iron
 answered on 12 Aug 2021
1 answer
71 views

Hi there,

Is there an excel export function in scheduler component?
Stefan
Telerik team
 answered on 11 Aug 2021
1 answer
478 views

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/

Krissy
Telerik team
 answered on 10 Aug 2021
1 answer
2.0K+ views
Can you please provide sample code for kendo grid server side pagination using React JS
Stefan
Telerik team
 answered on 09 Aug 2021
0 answers
350 views

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]);

});

initialValues={customer}

 

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?

 

 

 

Dominic
Top achievements
Rank 1
Iron
 asked on 06 Aug 2021
1 answer
73 views

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 = [
{
name: 'Daryl Sweeney',
extension: 8253,
hireDate: new Date(2012, 2, 7),
fullTime: true,
},
{
name: 'Sweeney',
extension: 8254,
hireDate: new Date(2012, 2, 7),
fullTime: false,
}
]

 

 

 

 

Stefan
Telerik team
 answered on 06 Aug 2021
1 answer
255 views
Are there any built-in settings for the placement of the pagination/pager container? If not, how do you recommend tackling this?
Janki
Top achievements
Rank 4
Bronze
Iron
Iron
 answered on 05 Aug 2021
1 answer
220 views

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}
    />

loaddgenderdropdown = (props) => {
        const value = props.dataItem.gender

        const dropDownData = [
            { text: "M", value: true },
            { text: "F", value: false },
        ]
        if (props.dataItem.inEdit) {
            
        
        return (
            <td>
                <ComboBox
                    style={{ width: "70px", font: "inherit" }}
                    defaultValue={props.dataItem[props.field].text}
                    data={dropDownData.map((a) => {
                        return a.text
                    })}
                   
                />
            </td>
        )
    }
}

 

Please help me to resolve this issue.

 

 

Thanks,

Arun

Stefan
Telerik team
 answered on 05 Aug 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?