I want to retain column level filter when i switch across multiple view. I am able to retain filter for my data but that filter in not showing in grid column.
I want that user can see the applied filter in grid column too. IF filter is applied on multiple column he should see that too.
Regards,
Mukesh
Hello,
Is there functionality range cell selection like this this jQuery example -https://demos.telerik.com/kendo-ui/grid/selection but for React Grid?
Is there cell range copy/paste functionality supported?
Hello,
i've the following problem with the Line chart component:
From back end i receive a data-set of 10000 points...with a method transformation making an averange of this points my result becomes 60 (an array with 60 points "one for each row"), withnotstanding that when the charts is rendered the loadind still appear again very slow!!(20 seconds roughly for rendering the charts)..i've seen that exist some workaround solution for the jquery version...for react version is possible to do something...if yes...how?
My best
Alberto
Hi,
I am working with spreadsheet wrapper for React and I am in need of a connection between cell range and cell's html.
For an example, I have "Hello world" in cell "B2". Now I want to get html for that specific cell using sheet.range(1,1) instead of looping through all the cells using document.querySelector('.k-spreadsheet-cell').
Is it possible? If it is then can I get a small example.
Thank you.
Hi,
Why is the column width of the export extra wide when exporting a date type?
https://stackblitz.com/edit/react-tfamno
I have a switch on my view based on that i am loading two grid. But while switching page number are not getting change as query option remembers the same page number.
Is there there any way to re set query options of grid when i perform switching.
GridColumnMenuCheckboxFilter panel can't decide position to pop up when it's data is remote.
I have added a sample which similar to my real project.
As you can see there are two tables one under the other. I have added a setTimeOut function on my ColumnMenuRemote to simulate my api.
Now follow the steps without scrolling the page:
1) Click the Product Id filter of the Second Table. You will see there is not any problem. Filter panel pops up in proper position.
2) Click the ProductName filter of the Second Table. You will see the panel pops up the wrong way cause it's data isn't ready yet.
This is a problem for me cause I have a dahsboard that full of grids and all my data of filters are remote and filter panels pop up wrong position
so it effects my page style.
SAMPLE => https://stackblitz.com/edit/react-5ozlnq?file=app%2Fmain.jsx
Hi,
I use a numeric texbox control which I have to allow negative values formatted as currency. I use the following formatting options:
style: "currency",
currency: "EUR",
minimumFractionDigits: 0,
maximumFractionDigits: 0
This displayes the numeric texbox with a nice euro currency symbol. However, when I try to enter a negative value, it will not allow it. I played around with the min attribute, but does not seem to work. When I switch the textbox over to a decimal style it does allow it.Style percentage does not allow for negative values. Can you provide me with instructions on how to allow for negative values in the numeric textbox control for currency style? Thanks again!
Regards,
Ruud
Is it possible to add arbitrary data before the contents of the grid in the export? For example, if I wanted to put a persons name and today's date, then below that I wanted to show the contents of the grid. Is it possible to add these custom rows to the export?