maybe because I am using stateful ?
UniDBGridList.ClientEvents.UniEvents.Values['beforeInit'] :=
'function beforeInit(sender, config){' +
'sender.stateful = [''columnsort'',''columnmove'', ''columnresize''];sender.stateId = ''Grid' + 'Name' + '''}';
And restoring columns does not sync visible property ?
Hi
When I change columns by mouse for show/hide at runtime, all works but If I use code like this:
UniDBGrid.Columns[x].isVisible it is not synced with it.
Hi,
When I change some values of dataset DBGrid not show updated value, but this value is show correctly in a UniDBEdit.
You can test simple case, changing column Qty to another value. You will see UniDBEdit with correct value but not show in grid.
Regards
d.zip