Commit Graph

4069 Commits

Author SHA1 Message Date
Maxim Becker
13326879f0 Render chart tooltips in the same way as standard tooltips (#1745)
* Render chart tooltips in the same way as standard tooltips

* Move OpenChartTooltip method to TooltipService to avoid code duplications

* Avoid partially hiding of chart tooltip near top of page

* Make some of the types internal.

---------

Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2024-10-28 10:01:13 +02:00
Vladimir Enchev
293a871db4 DropDownDataGrid sorting when virtualized fixed 2024-10-28 08:48:30 +02:00
Vladimir Enchev
4c9dc6350d demo source code fixed 2024-10-28 07:22:32 +02:00
Vladimir Enchev
4c54afdc55 PickList Placeholder, SourcePlaceholder and TargetPlaceholder added 2024-10-26 11:42:43 +03:00
Vasil Yordanov
d60841b040 Add CardGroup component. Resolves #1658 (#1753)
Add RadzenCardGroup component
2024-10-25 16:17:47 +03:00
yordanov
7e640f47a5 Hide icons until icon font is loaded. Resolves #1752 2024-10-25 16:00:27 +03:00
Vladimir Enchev
f3d1b273f1 Real-time data demo added for the DataGrid 2024-10-24 15:54:26 +03:00
Vladimir Enchev
e80f5b85e9 ApiKey defined for updateMap method 2024-10-24 13:35:31 +03:00
Atanas Korchev
1b5725caee Use wasm files to avoid firewall issues. 2024-10-23 11:02:58 +03:00
Vladimir Enchev
820e8f8323 unpkg.com added to script-src 2024-10-23 09:49:11 +03:00
mcgovern-ellsworth
30672e52bb added autocomplete parameters to RadzenDropDown. (#1748)
* added autocomplete parameters to RadzenDropDown.

* removed the InputAutoCompleteType setting since that input control is hidden but the outer div.
2024-10-22 18:37:24 +03:00
Vladimir Enchev
ac9796f50d demo updated 2024-10-22 16:40:43 +03:00
Vladimir Enchev
66b7b4cad0 Version updated v5.3.5 2024-10-22 09:50:36 +03:00
Vladimir Enchev
f417b9cc73 PreserveRowSelectionOnPageing renamed to PreserveRowSelectionOnPaging 2024-10-22 09:50:21 +03:00
Greg-MM
a304d4643c Fixed bug when navigating RadzenDropDownDataGrid with keyboard, down worked, but up would focus 2 rows above the selected index (#1747)
Added PreserveRowSelectionOnPageing to RadzenDropDownDataGrid which will keep the currently selected row index, defaults to false so there are no breaking changes

Co-authored-by: TSE <Administrator@TranExec.com>
2024-10-22 09:44:38 +03:00
Vladimir Enchev
8386e5a2b5 Version updated 2024-10-22 09:40:49 +03:00
Vladimir Enchev
27f57b96c0 DataGrid wrong number of rows rendered in some cases with composite columns 2024-10-21 17:43:50 +03:00
Vladimir Enchev
d9a049d523 version updated v5.3.3 2024-10-21 16:19:25 +03:00
Vladimir Enchev
f53f724b04 DataGrid duplicate rows fixed 2024-10-21 16:19:02 +03:00
Vladimir Enchev
a41105656a Version updated v5.3.2 2024-10-21 13:05:46 +03:00
Vladimir Enchev
54269abfd1 GoogleMap should respect Culture language 2024-10-21 12:51:34 +03:00
Vladimir Enchev
e812ff1337 DataGrid composite columns span not properly calculated in case of non visible columns 2024-10-21 11:48:42 +03:00
Vladimir Enchev
ae28f8f239 DataGrid group footers demo updated 2024-10-17 12:19:31 +03:00
Vladimir Enchev
470f261dc0 titles fixed 2024-10-17 11:04:30 +03:00
Vladimir Enchev
80cfda23b6 demo improved 2024-10-17 10:45:35 +03:00
Vladimir Enchev
5321c4d52b Version updated v5.3.1 2024-10-17 10:14:44 +03:00
Vladimir Enchev
0466912f3e Carousel Navigate() method will reset timer 2024-10-17 10:13:24 +03:00
Vladimir Enchev
3d3932e657 EmployeeTerritorysData added 2024-10-17 10:04:55 +03:00
Vladimir Enchev
d63117a17a DataGrid wrong column grouped in some cases with composite columns 2024-10-17 09:39:12 +03:00
Vladimir Enchev
ba06a72326 Carousel manual navigation should reset the auto-rotate timer
Fix #1741
2024-10-16 16:06:37 +03:00
Vladimir Enchev
2671f6ca61 Carousel pager not updated on auto rotate in some cases
Fix #1740
2024-10-16 15:26:07 +03:00
yordanov
8dddfcbc92 Remove obselete tabs styles. Resolves #1742 2024-10-16 14:58:05 +03:00
yordanov
ebc5793f36 Fix label overlapping when RadzenFileInput is in RadzenFormField. Resolves #1716 2024-10-16 11:17:59 +03:00
yordanov
4946221651 Fix rz-column-title overflow if it has a checkbox inside. Resolves #1683 2024-10-15 15:52:23 +03:00
Vladimir Enchev
de9817a97f DataGrid should not show two expand icons in case of both self-reference hierarchy and Template defined
Fix #1737
2024-10-14 16:36:08 +03:00
yordanov
1218c4f385 Disabled text color in material theme should be lighter. Resolves #1736 2024-10-14 11:07:52 +03:00
Vladimir Enchev
e9cee62d03 demo improved 2024-10-14 09:31:37 +03:00
yordanov
fa7cf37eab Update Documentation link to API reference 2024-10-14 09:25:29 +03:00
Vladimir Enchev
b9ecb7556f Version updated v5.3.0 2024-10-14 09:07:42 +03:00
Vladimir Enchev
661b38e1e6 DataGrid column picking demo improved with context menu option
Close #1735
2024-10-14 08:53:06 +03:00
Vladimir Enchev
769f4ba589 Tooltip smart position will take into account scrollbar width 2024-10-12 18:00:40 +03:00
Vladimir Enchev
6118253ebf DataFilter LoadData demo improved 2024-10-12 10:43:19 +03:00
Vladimir Enchev
0f7f717330 DataGrid/DataFilter ToFilterString() enumerable type discovery improved 2024-10-12 10:37:18 +03:00
yordanov
0b16f1eb97 Buttons in Tooltip position demo should wrap 2024-10-11 15:44:37 +03:00
Atanas Korchev
e733894c02 RadzenBody sometimes triggers JS exception after navigation. 2024-10-10 19:38:41 +03:00
Vladimir Enchev
c47dcfbe27 warnings fixed 2024-10-10 18:24:46 +03:00
Vladimir Enchev
8ae008ec9d Carousel component added (#1732)
* Carousel component added

* Carousel with Pager demo added

* Carousel demos improved

* Update carousel

* Carousel improved

* Carousel demos reworked with database data

* Add carousel pager overlay styles

* Update carousel demos

* Add Carousel to homepage and update icon

* Add Carousel styles to themes

* Update Carousel styles and demos

* Update Carousel markup and styles

* Update Carousel demos

* Update ExampleService

---------

Co-authored-by: yordanov <vasil@yordanov.info>
2024-10-10 18:21:22 +03:00
Vladimir Enchev
45ef0c78a3 docker updated 2024-10-10 15:33:05 +03:00
Vladimir Enchev
3ac46f239e Version updated v5.2.12 2024-10-10 14:56:48 +03:00
Vladimir Enchev
1e106f7ada DataPicker rz-readonly should be added only when ReadOnly=true 2024-10-10 14:56:32 +03:00