Hi,
I am setting SVG imageUrl using a recursion call for all the items on PanelBar for Parent as well as Children. When I refresh the page, the SVGs don't load. When I hover over it, they loads ( Only SVG issue, Item labels load correctly ).
Please note that I don't bind individual items on PanelBar using PanelBarItems. I read the data from json and set them to PanelBar in one go using
children={panelBarItems}
where panelBarItems are read from json object. Json object does not have imageUrl so I map that object to have the imageUrl. How to resolve this issue ?
Regards,
Vinod
How can I delay the sorting feature of an editable Kendo React Grid until the user has completed and saved the inline edit of a sortable column field?
Thanks,
Jim
SKF USA, Inc.
We have a requirement to functionally export our grid data using the ExcelExport module. I have successfully used your given examples to export a single grid's data. However, I don't see any examples of performing an ExcelExport of both a Parent and Child grids' data in the documentation.
1) Is it possible to do this?
2) Can you provide an example (if possible) of performing an ExcelExport of both a Parent and Child grids' data?
Thanks again for your excellent support.
Jim
SKF USA, Inc.
I want to decrease height of grid pager, I tried doing that through CSS but selected page number is getting shrinked.
I am using kendo theme builder to generate css styles,
Is there any way that i can achieve that modifying sass variables which leads to modify all corresponding classes.
Hi there,
I'm trying to format the numbers within a GridCell to display as currency. Setting the format prop to '{0:c}' or '{0:a}' does not format the values that appear in those cells when the grid first loads. However, after editing any of the values in that cell or creating a new cell, the formatting works and the value displays as intended. I must be missing something...
Thanks for any help!
-Tim
Hi,
I am using checkbox for selection inside the grid but the size of the checkbox coming by default is too big. Is there any way to customize the size of the check box inside the grid.
Regards,
Mukesh
Hi, I have a list of data in the grid and I need a new row to display the total values. I was able to achieve it with dom manipulation which is bad when it comes to React but I do not have any other option. I still face one issue. The totalRow is being rendered on the top of the table rather than the bottom. Please advice on a more profound way to achieve this.
https://stackblitz.com/edit/react-9odprj-ltd742?file=app%2FReusegrid.jsx
Is there any way that i can achieve nowrap or auto fit for my text in columns. By default i have not defined any width for my columns, if my text is big it is wraping in next line, i don't want warping of the text. Is there any way to do that.
regards,
Mukesh