I want to right align all my column having numeric value nut i did not found any property on GridColumnProps.
Is there any way to do that.
I currently have a nested KendoReact Grid with parent and children rows. Since this web application is for the purpose of real time status, I have implemented a data refresh from the server via a parent page use of a 30 second setInterval function that performs the asynchronous web service API call. If the user has expanded a parent row so as to see the children, is there anyway to stop the Grid from collapsing the parent row after the setInterval fires?
Thanks,
Jim
SKF USA, Inc.
When scrollable="none" is set to none and resizable enabled the grid is lines are going beyond the grid doundary.
Please find the screen shot attached.
I am using filterOperators from defining filter for text and numeric field but i don't want to display filter icon due to space constraints.
For example
filterOperators={{
'text': [
{ text: 'grid.filterContainsOperator', operator: 'contains' }
],
'numeric': [
{ text: 'grid.filterEqOperator', operator: 'eq' }
]
}}
My filterOperators has just two values now there is now point displaying dropdown of contains and is equal to. So is there any way that i will not display the dropdown but my string columns gets filter with contain and numeric columns get filter with equal.
Regards,
Mukesh
Hi,
Is it possible to have Multiselect always open (i.e. the opened={true} ) inside a Popup ?
We can keep MultiSelect inside a Popup but can we keep Multiselect always open inside Popup so that as soon as I click Popup, I get the multiselect list without clicking inside textbox.
Regards,
Vinod
In kendo react grid column level filter, I don't want to have all option instead i just want contains option for string column and equal option for numeric columns.
That should be default i don't that to be selected from drop down.
Please let me know how to achieve that.
No text warping inside kendo react grid column for extra text i want to display three dot (...)
We have requirement of showing three dots (...) if size of the text increases the given width. Is there way to do that.
Please provide an example.
Hi, I have a grid and I need to display pagination conditionally. For some reason, if I use pageSize: take when I do not want to paginate, sort doesnt work. I get a no records found message. But if I send in a prop to paginate, sort works. Please advice.
This is my link:
Please check Line no.357 in Reusegrid.jsx file. With pageSize: take, sorting doest return data but when I remove the pageSize, sorting works but in the pageInfo, I get 1-10 of 77 items whereas I need 1-77 of 77 items. Please advice.