Jump to content

Problem with unibuttonwidget and unipagecontrol


Canestraro

Recommended Posts

As example and attached video, I have unipagecontrol and am using unidbgrid set for the same data load. However when I go to page 2 and do a delete for example or any change when returning to page 1 the unibuttonwidget gets lost. If I refress the data it even loads, but it's not in all situations, for example where the amount of changes and screen data is greater, nor does refress work.

Is there a way to solve this bug?

 

 

Grid - WidgetColumn2.7z

Link to comment
Share on other sites

56 minutes ago, Canestraro said:

As example and attached video, I have unipagecontrol and am using unidbgrid set for the same data load. However when I go to page 2 and do a delete for example or any change when returning to page 1 the unibuttonwidget gets lost. If I refress the data it even loads, but it's not in all situations, for example where the amount of changes and screen data is greater, nor does refress work.

Is there a way to solve this bug?

Hello,

One possible workaround for now.

UniPageControl1 -> ClientEvents -> ExtEvents -> Ext.tab.Panel[tabPanel] ->

function tabPanel.tabchange(tabPanel, newCard, oldCard, eOpts)
{
    newCard.query('grid').forEach(function(grid){grid.getView().refresh()});
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...