@arheopterix1960gmail-com
@arheopterix1960gmail-com
Forum Replies Created
-
AuthorPosts
-
Oleg IlinParticipant
Dear Svetoslav and Steven,
I thank you for your attention to my question.
Your hints helped to find a solution with CSS. You’re supposed to use ‘block: none’ (not a property visibility ) in the right block surrounding the needed item . The only one difficulty is that the blocks for Tabs and LayoutPanel hiding are fundamentally different.
Best Regard ,
Oleg IOleg IlinParticipantOleg IlinParticipantDear Svetoslav,
I have carefully tested your solution. Unfortunately, your idea can’t be used in an industrial system. The visibility property hides panels but leaves empty areas on the screen, resulting in a sloppy layout. Look at two screenshots.https://disk.yandex.ru/i/ecgnNiU5phEe3Q
https://disk.yandex.ru/i/xzazQMKqTx2Bew
Frames with the hidden attribute remain on the screen as white bars.
Can the white stripes be removed?
Best wishes,
Oleg I.- This reply was modified 1 year, 8 months ago by Oleg Ilin.
Oleg IlinParticipantI was delighted early (. Your method works for panels, but does not work for individual buttons nested in a panel. In another way, I can hide the entire panel, but individually, only the “slider-tab” node cannot be hidden according to your method. Do you have other options?
Sincerely,
Oleg Idocking.layout = [
{
type: ‘LayoutGroup’,
orientation: ‘horizontal’,
items: [
{
type: ‘LayoutGroup’,
items: [
{
type: ‘LayoutPanel’,
id: ‘inputPanel’,
label: ‘Input’,
items: [{
label: ‘TextBox Tab’,
content: ‘<smart-multiline-text-box id=”multiLine”>Write more text here …</smart-multiline-text-box>’
},
{
label: ‘Slider Tab’,
content: ‘<smart-slider id=”slider”></smart-slider>’
}]
},Oleg IlinParticipantDear Steven!
I would like to express my deepest gratitude to you for such a quick and complete answer.Best regards,
Oleg I.
Oleg IlinParticipantGood afternoon.
Could I ask the status of my request.
regards
OlegOleg IlinParticipantHow’re you, Mr. Peter Stoev.
Could I interest about the status of my question ?
Regards,
Oleg I..October 20, 2021 at 1:00 pm in reply to: ability to manage the rows in the categories of a grid tree #102444Oleg IlinParticipantHi Peter,
Is it possible to load virtual data (lazy loading) when the data grid is grouped by fields? In another way, can we load data into a group not immediately, but on click. Is it possible in this case to load subgroups not immediately, and then also on click?
Regards, Oleg
-
AuthorPosts