Veselin Tsvetanov

Results 32 comments of Veselin Tsvetanov

A few comments on the above: - we absolutely don't need the `k-sort-status` element which obviously is injected only to be announced by screen readers. When necessary, `th` elements must...

I do not think there would be any concerns in terms of accessibility to have the suggested nested `` structure everywhere in Grid column headers.

I have tried the following two approaches, with no success: - Setting `opacity: 1` on the `.k-spreadsheet-cell.k-state-disabled` and setting `opacity: 0.6` on the inner text container. That would not result...

The fix is yet not scheduled for implementation. That is why I could not provide an estimate of when it will be available. Nevertheless, I have just raised the priority...

The current implementation of the Spreadsheet data-binding relies on the indexes of the items in the widget. Therefore, altering their position (by applying some sort rule) will result in the...

We have carefully examined the case. While it is true that the element is a `button` and not a `link`, much better solution would be to entirely remove it from...

Calling `e.sender.dataSource.fetch()` in the `open` event would force the DropDownTree to fire the above events. It, however, will also force a second `read` in remote binding scenarios.

The same issue is present for number only formatting change: * Go to the following [Dojo](https://dojo.telerik.com/eNipixEr/10); * In the A1 cell the number 30.00 will be displayed; * Type in...