telerik form item getting reorder or change in order when appying conditions of controls
Answers
beginer
1544
Points
52
Posts
|
Try to use css to hide/show. As if we are applying if() condition item will not be constructed in the case of first time or page initialization. And again if condition get true on dropdown change event, control will be constructed in the end of form items. We can resolve it by adding css logic something like: In blazor page =>
add css =>
Posted On:
27-Mar-2024 23:13
thanks. - ykl 07-Apr-2024 22:16
|
ykl
340
Points
17
Posts
|
Thanks, works for me.
Posted On:
07-Apr-2024 22:17
|
Blog
Active User (0)
No Active User!