I am having trouble navigating the grid with a screen reader using table navigation commmands. I think the problem might be my custom cells. Is there anything else that needs returned bessides tds? Here is an example of my grid.
```
</Grid>
```
Thanks in advance.
Using the FontSize editor tool in the Editor I need the user to be able to select a value for the FontSize and retain that value after the user hits the enter key to go to a new line in the ediitor. Right now if you select anFontSize value it retains it till the user clicks enter then the FontSize dropdown value resets to unselected.
Thanks,
Matt Heuerman
I have a kendo react grid. I am doing in-cell editing. I have option to upload a file & the file might contain wrong data. when i do the upload i have to show the error highlight on each cell. i have done the upload part & showing the new row on the grid. I am facing issue while highlighting the cell with red color. i have already added custom cell for each columns. Please help
I am trying to set the button themeColor attribute to a variable such as:
let themeColor: string = 'dark';
themeColor={themeColor}
but I get the error:
Seeing this bug locally, and was able to reproduce it in CodeSandbox:
ReactDOM.render(<App />, document.querySelector('my-app'));
const container = document.querySelector('my-app');
const root = createRoot(container); // createRoot(container!) if you use TypeScript
root.render(<App />);
A finished Sandbox in case it saves you some time -- https://stackblitz.com/edit/react-epnjnd?file=app%2Fmain.jsx
I have a feature to add display a numeric textbox in the grid while doing in-cell editing. & it depends on a checkbox value. If the check box in another column is selected then only the the numeric textbox should be editable in. Kindly help me with a numeric textbox as a custom component in incell grid editing.
I tried to create a numeric textbox as custom component. But i am facing couple of issues.
1)If i add the editor as numeric then the checkbox condition is not matching.
2)if i add editor as text, the cursor in the numeric textbox is not showing if i tryto add more than 1 digit.
<GridColumnHi, I've created a drop-down list for my react application. However, when I set the initial value, the required validator is triggering even though a selection has been made. Is there something else I need to be doing?
Hi,
The older versions of grid had three dots as the grid column header filter icon. The new versions have a different filter icon. How to use the three dots in new version (@progress/kendo-react-grid@^7.2.3)? Please see the attached image for the three dots icon.
Thanks,
Jie
Hi Team,
Overview:
We are using Kendo Ui react grid for showing data . We have more than 15 columns in grid with horizontal scrollbar
Problem :
When we are selecting last column in view of screen for sorting/filtering, Kendo Grid automatically changing the view to make that sleected column in center of screen. We are not doing anything explicit for this behaviour to occur . We need to know is this something done by default through Kendo UI and how we can rectify this issue .
Hi, I was just wondering if there is some type check in KendoUI that I could use to check translation files so that nothing is missed in translations?
I've tried to search forums and documentation site and I did not found any examples of that. If there is no support for this at the moment, maybe it should be added, since I am sure that many dev teams struggle with keeping the huge number of translations up to date.