Maxim Kudryavtsev
Maxim Kudryavtsev
@chr22, Thank you for the idea, we'll consider implementing it in our future releases.
Hi @mlodato517, Yes, you can. We have a guide about [our plugin system](https://devexpress.github.io/devextreme-reactive/react/core/docs/guides/fundamentals/) and a guide about creating a [custom grid plugin](https://devexpress.github.io/devextreme-reactive/react/grid/docs/guides/custom-plugin-development/). All sources are open and you can try...
@mlodato517, This feature will not require adding extra plugins. I gave you these guides as you may find them helpful. Please also note that this feature should work well both...
Hi @jesusgp22, I have created an [example](https://codesandbox.io/s/wzq500vvzl) of set selection by keypresses and used our `Plugin` and `TemplateConnector` components there. You can learn more about them in the DevExpress [Reactive...
@jesusgp22, You are welcome! For complex scenarios, you should set the row id property so the Grid knows what row is current. Our plans for this year are described in...
Hi everybody, Some time ago we started working on the 'Keyboard Navigation' feature for Reactive Grid. We've done research and prepared a [discussion page](https://github.com/DevExpress/devextreme-reactive/issues/3141) that contains the suggested solution. Currently,...
Hi, Currently, we don't have built-in functionality to achieve your case. We will consider your suggestion for future releases though. As a workaround, you can use [Element.scrollIntoView](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView) function. As a...
Hi @atrudeau-vitall, Thank you for your interest in our product. Unfortunately, we don't have any capability to achieve it now. We'll consider implementing this functionality when planning future releases.
Hi @jshaw-blueprintprep, We have ideas to implement Drag & Drop between schedulers, but it is a complex feature and we should make global research for it. As for `DnD between...
@jshaw-blueprintprep, Thank you for your detailed response. This information will be very helpful while implementing this feature. I added the `enhancement` label for this thread. We will consider your feature...